diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-04-17 17:48:35 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-04-17 17:48:35 +0200 |
commit | 49ecddeab52babb7388990b5dd0e15acd70c8b43 (patch) | |
tree | c83b05d89a2bcee57314e110e89491d3c9145126 /docs | |
parent | 3e601788eb7393d233d19328a11845130b5b29e5 (diff) |
Advertise nlme related functionality
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ <li>Three different error models can be selected using the argument <code>error_model</code> to the <a href="https://pkgdown.jrwb.de/mkin/reference/mkinfit.html"><code>mkinfit</code></a> function.</li> <li>The ‘variance by variable’ error model which is often fitted using Iteratively Reweighted Least Squares (IRLS) should now be specified as <code>error_model = "obs"</code>.</li> <li>A two-component error model similar to the one proposed by <a href="https://pkgdown.jrwb.de/mkin/reference/sigma_twocomp.html">Rocke and Lorenzato</a> can be selected using the argument <code>error_model = "tc"</code>.</li> +<li>Nonlinear mixed-effects models can be created from fits of the same degradation model to different datasets for the same compound by using the <a href="https://pkgdown.jrwb.de/mkin/reference/nlme.mmkin.html">nlme.mmkin</a> method.</li> </ul> </div> <div id="gui" class="section level2"> |