From a787e5266628f859fd70454c5419721efa494887 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 1 Nov 2022 12:39:28 +0100 Subject: Fix plotting saem fits with covariates --- man/illparms.Rd | 6 ++++++ man/plot.mixed.mmkin.Rd | 5 +++++ 2 files changed, 11 insertions(+) (limited to 'man') diff --git a/man/illparms.Rd b/man/illparms.Rd index 98ac7aa3..14be9c35 100644 --- a/man/illparms.Rd +++ b/man/illparms.Rd @@ -3,9 +3,11 @@ \name{illparms} \alias{illparms} \alias{illparms.mkinfit} +\alias{print.illparms.mkinfit} \alias{illparms.mmkin} \alias{print.illparms.mmkin} \alias{illparms.saem.mmkin} +\alias{print.illparms.saem.mmkin} \alias{illparms.mhmkin} \alias{print.illparms.mhmkin} \title{Method to get the names of ill-defined parameters} @@ -14,12 +16,16 @@ illparms(object, ...) \method{illparms}{mkinfit}(object, conf.level = 0.95, ...) +\method{print}{illparms.mkinfit}(x, ...) + \method{illparms}{mmkin}(object, conf.level = 0.95, ...) \method{print}{illparms.mmkin}(x, ...) \method{illparms}{saem.mmkin}(object, conf.level = 0.95, random = TRUE, errmod = TRUE, ...) +\method{print}{illparms.saem.mmkin}(x, ...) + \method{illparms}{mhmkin}(object, conf.level = 0.95, random = TRUE, errmod = TRUE, ...) \method{print}{illparms.mhmkin}(x, ...) 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}.} -- cgit v1.2.1