From 0311f0658a276fab84e78c060b73c0b46c33b100 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sun, 2 Apr 2023 16:58:56 +0200 Subject: Deal with covariates in summary for saem.mmkin objects --- man/summary.saem.mmkin.Rd | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'man') diff --git a/man/summary.saem.mmkin.Rd b/man/summary.saem.mmkin.Rd index 0845d4d2..41932547 100644 --- a/man/summary.saem.mmkin.Rd +++ b/man/summary.saem.mmkin.Rd @@ -5,7 +5,15 @@ \alias{print.summary.saem.mmkin} \title{Summary method for class "saem.mmkin"} \usage{ -\method{summary}{saem.mmkin}(object, data = FALSE, verbose = FALSE, distimes = TRUE, ...) +\method{summary}{saem.mmkin}( + object, + data = FALSE, + verbose = FALSE, + covariates = NULL, + covariate_quantile = 0.5, + distimes = TRUE, + ... +) \method{print}{summary.saem.mmkin}(x, digits = max(3, getOption("digits") - 3), verbose = x$verbose, ...) } @@ -17,6 +25,13 @@ the summary.} \item{verbose}{Should the summary be verbose?} +\item{covariates}{Numeric vector with covariate values for all variables in +any covariate models in the object. If given, it overrides 'covariate_quantile'.} + +\item{covariate_quantile}{This argument only has an effect if the fitted +object has covariate models. If so, the default is to show endpoints +for the median of the covariate values (50th percentile).} + \item{distimes}{logical, indicating whether DT50 and DT90 values should be included.} -- cgit v1.2.1