diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2021-07-23 18:13:14 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2021-07-23 18:13:14 +0200 |
commit | 36b67cc7505a0a7f0960d4cb820c527f27e18f9c (patch) | |
tree | 389897451f80e8684b2ba6d9bb3da53bd4d5cbff /man/nlme.mmkin.Rd | |
parent | 40b78bed232798ecbeb72759cdf8d400ea35b31f (diff) | |
parent | 25648577b6d5a4521da7c9d2eb174d292d2d85af (diff) |
Merge branch 'master' into nlmixr
After the merge, run make test and accept the new snapshot for the mixed
model fit for an nlme object
Diffstat (limited to 'man/nlme.mmkin.Rd')
-rw-r--r-- | man/nlme.mmkin.Rd | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/man/nlme.mmkin.Rd b/man/nlme.mmkin.Rd index a2b45efa..ed58d603 100644 --- a/man/nlme.mmkin.Rd +++ b/man/nlme.mmkin.Rd @@ -36,10 +36,9 @@ \item{fixed}{Ignored, all degradation parameters fitted in the mmkin model are used as fixed parameters} -\item{random}{If not specified, correlated random effects are set up -for all optimised degradation model parameters using the log-Cholesky -parameterization \link[nlme:pdLogChol]{nlme::pdLogChol} that is also the default of -the generic \link{nlme} method.} +\item{random}{If not specified, no correlations between random effects are +set up for the optimised degradation model parameters. This is +achieved by using the \link[nlme:pdDiag]{nlme::pdDiag} method.} \item{groups}{See the documentation of nlme} |