aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2023-04-02 16:58:56 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2023-04-02 16:58:56 +0200
commit0311f0658a276fab84e78c060b73c0b46c33b100 (patch)
treecbf4ba9576869008978848a403833679638e5cbb /man
parent7d5f4cd06b5a3a95a98b345f6b5e1e4ab3526e0a (diff)
Deal with covariates in summary for saem.mmkin objects
Diffstat (limited to 'man')
-rw-r--r--man/summary.saem.mmkin.Rd17
1 files changed, 16 insertions, 1 deletions
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.}

Contact - Imprint