From 49ecddeab52babb7388990b5dd0e15acd70c8b43 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 17 Apr 2020 17:48:35 +0200 Subject: Advertise nlme related functionality --- README.md | 3 +++ docs/index.html | 1 + 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 8a0ecc50..afaec43a 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,9 @@ and at [R-Forge](http://kinfit.r-forge.r-project.org/mkin_static/index.html). * A two-component error model similar to the one proposed by [Rocke and Lorenzato](https://pkgdown.jrwb.de/mkin/reference/sigma_twocomp.html) can be selected using the argument `error_model = "tc"`. +* Nonlinear mixed-effects models can be created from fits of the same degradation + model to different datasets for the same compound by using the + [nlme.mmkin](https://pkgdown.jrwb.de/mkin/reference/nlme.mmkin.html) method. ## GUI diff --git a/docs/index.html b/docs/index.html index 7cf11e5c..99d580c5 100644 --- a/docs/index.html +++ b/docs/index.html @@ -135,6 +135,7 @@
  • Three different error models can be selected using the argument error_model to the mkinfit function.
  • The ‘variance by variable’ error model which is often fitted using Iteratively Reweighted Least Squares (IRLS) should now be specified as error_model = "obs".
  • A two-component error model similar to the one proposed by Rocke and Lorenzato can be selected using the argument error_model = "tc".
  • +
  • Nonlinear mixed-effects models can be created from fits of the same degradation model to different datasets for the same compound by using the nlme.mmkin method.
  • -- cgit v1.2.1