diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-11-01 12:39:28 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-11-01 12:39:28 +0100 |
commit | a787e5266628f859fd70454c5419721efa494887 (patch) | |
tree | 06a88bd5f1f7cbd6d94db81399ffe77d92080991 /man/plot.mixed.mmkin.Rd | |
parent | 38eca0da138332bacb47ce0e3a8cc48f257bd0c8 (diff) |
Fix plotting saem fits with covariates
Diffstat (limited to 'man/plot.mixed.mmkin.Rd')
-rw-r--r-- | man/plot.mixed.mmkin.Rd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/plot.mixed.mmkin.Rd b/man/plot.mixed.mmkin.Rd index 33b4a67f..9c4474ff 100644 --- a/man/plot.mixed.mmkin.Rd +++ b/man/plot.mixed.mmkin.Rd @@ -12,6 +12,7 @@ xlab = "Time", xlim = range(x$data$time), resplot = c("predicted", "time"), + pop_curve = "auto", pred_over = NULL, test_log_parms = FALSE, conf.level = 0.6, @@ -49,6 +50,10 @@ variables in the model.} \item{resplot}{Should the residuals plotted against time or against predicted values?} +\item{pop_curve}{Per default, a population curve is drawn in case +population parameters are fitted by the model, e.g. for saem objects. +In case there is a covariate model, no population curve is currently shown.} + \item{pred_over}{Named list of alternative predictions as obtained from \link{mkinpredict} with a compatible \link{mkinmod}.} |