diff options
Diffstat (limited to 'man/illparms.Rd')
-rw-r--r-- | man/illparms.Rd | 13 |
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 |