diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2021-06-23 17:01:25 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2021-06-23 17:01:25 +0200 |
commit | d9577db290a7fb8944d9a79af59ae90fc00a3eaa (patch) | |
tree | 2af201451cd22304871c5ba5ffb4035ba339bf32 | |
parent | 255430279d65bfe92093d48c9a586b062a38303d (diff) |
Fix documentation of default random effects for nlme.mmkin
-rw-r--r-- | R/nlme.mmkin.R | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/R/nlme.mmkin.R b/R/nlme.mmkin.R index a1aa32e5..7049a9a1 100644 --- a/R/nlme.mmkin.R +++ b/R/nlme.mmkin.R @@ -34,10 +34,9 @@ get_deg_func <- function() { #' @param data Ignored, data are taken from the mmkin model #' @param fixed Ignored, all degradation parameters fitted in the #' mmkin model are used as fixed parameters -#' @param random If not specified, correlated random effects are set up -#' for all optimised degradation model parameters using the log-Cholesky -#' parameterization [nlme::pdLogChol] that is also the default of -#' the generic [nlme] method. +#' @param random If not specified, no correlations between random effects are +#' set up for the optimised degradation model parameters. This is +#' achieved by using the [nlme::pdDiag] method. #' @param groups See the documentation of nlme #' @param start If not specified, mean values of the fitted degradation #' parameters taken from the mmkin object are used |