aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2022-12-07 14:41:52 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2022-12-07 14:41:52 +0100
commit97f71fc3d086bd447ab3e4d19abf32bb3114085b (patch)
treef5795d3f8518b8cf0f15e1ea1f04fdba81bf496a /man
parent478c6d5eec4c84b22b43adcbdf36888b302ead00 (diff)
Check slopes in saemix covariate models
Diffstat (limited to 'man')
-rw-r--r--man/illparms.Rd13
1 files changed, 12 insertions, 1 deletions
diff --git a/man/illparms.Rd b/man/illparms.Rd
index 14be9c35..75eb18f0 100644
--- a/man/illparms.Rd
+++ b/man/illparms.Rd
@@ -22,7 +22,14 @@ illparms(object, ...)
\method{print}{illparms.mmkin}(x, ...)
-\method{illparms}{saem.mmkin}(object, conf.level = 0.95, random = TRUE, errmod = TRUE, ...)
+\method{illparms}{saem.mmkin}(
+ object,
+ conf.level = 0.95,
+ random = TRUE,
+ errmod = TRUE,
+ slopes = TRUE,
+ ...
+)
\method{print}{illparms.saem.mmkin}(x, ...)
@@ -43,6 +50,10 @@ illparms(object, ...)
\item{errmod}{For hierarchical fits, should error model parameters be
tested?}
+
+\item{slopes}{For hierarchical \link{saem} fits using saemix as backend,
+should slope parameters in the covariate model(starting with 'beta_') be
+tested?}
}
\value{
For \link{mkinfit} or \link{saem} objects, a character vector of parameter

Contact - Imprint