diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2021-03-09 17:35:47 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2021-03-09 17:35:47 +0100 |
commit | c73b2f30ec836c949885784ab576e814eb8070a9 (patch) | |
tree | 7cfff70c5dae646fb464f4071e4ec444bbf40de1 /R/nlme.mmkin.R | |
parent | 9a414d01985f9177745ce0ad234ef7fc1b9822bb (diff) |
Some improvements for borderline cases
- fit_with_errors for saem()
- test_log_parms for mean_degparms() and saem()
Diffstat (limited to 'R/nlme.mmkin.R')
-rw-r--r-- | R/nlme.mmkin.R | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/R/nlme.mmkin.R b/R/nlme.mmkin.R index ff1f2fff..306600c6 100644 --- a/R/nlme.mmkin.R +++ b/R/nlme.mmkin.R @@ -24,7 +24,7 @@ get_deg_func <- function() { #' This functions sets up a nonlinear mixed effects model for an mmkin row #' object. An mmkin row object is essentially a list of mkinfit objects that #' have been obtained by fitting the same model to a list of datasets. -#' +#' #' Note that the convergence of the nlme algorithms depends on the quality #' of the data. In degradation kinetics, we often only have few datasets #' (e.g. data for few soils) and complicated degradation models, which may |