diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-04-15 01:27:02 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-04-15 01:51:55 +0200 |
commit | 082be7baa35d7e8131a70ca8cc061d90e08fa584 (patch) | |
tree | 29774198fae54ac13f2a0c2d2fb385a5fc44ab92 /docs/reference/index.html | |
parent | 26085403289e29259e500282e8e88a5ab00c07a0 (diff) |
A plot method for nlme.mmkin fits
Diffstat (limited to 'docs/reference/index.html')
-rw-r--r-- | docs/reference/index.html | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/docs/reference/index.html b/docs/reference/index.html index 31f7678c..3c5f1b38 100644 --- a/docs/reference/index.html +++ b/docs/reference/index.html @@ -270,12 +270,32 @@ of an mmkin object</p></td> <p><code><a href="AIC.mmkin.html">AIC(<i><mmkin></i>)</a></code> <code><a href="AIC.mmkin.html">BIC(<i><mmkin></i>)</a></code> </p> </td> <td><p>Calculate the AIC for a column of an mmkin object</p></td> + </tr> + </tbody><tbody> + <tr> + <th colspan="2"> + <h2 id="section-mixed-models" class="hasAnchor"><a href="#section-mixed-models" class="anchor"></a>Mixed models</h2> + <p class="section-desc"><p>Create and work with nonlinear mixed models</p></p> + </th> + </tr> + <tr> + + <td> + <p><code><a href="nlme.mmkin.html">nlme(<i><mmkin></i>)</a></code> </p> + </td> + <td><p>Create an nlme model for an mmkin row object</p></td> + </tr><tr> + + <td> + <p><code><a href="plot.nlme.mmkin.html">plot(<i><nlme.mmkin></i>)</a></code> </p> + </td> + <td><p>Plot a fitted nonlinear mixed model obtained via an mmkin row object</p></td> </tr><tr> <td> <p><code><a href="nlme.html">nlme_function()</a></code> <code><a href="nlme.html">mean_degparms()</a></code> <code><a href="nlme.html">nlme_data()</a></code> </p> </td> - <td><p>Estimation of parameter distributions from mmkin row objects</p></td> + <td><p>Helper functions to create nlme models from mmkin row objects</p></td> </tr> </tbody><tbody> <tr> @@ -576,6 +596,7 @@ kinetic models fitted with mkinfit</p></td> <li><a href="#section-main-functions">Main functions</a></li> <li><a href="#section-show-results">Show results</a></li> <li><a href="#section-work-with-mmkin-objects">Work with mmkin objects</a></li> + <li><a href="#section-mixed-models">Mixed models</a></li> <li><a href="#section-datasets-and-known-results">Datasets and known results</a></li> <li><a href="#section-nafta-guidance">NAFTA guidance</a></li> <li><a href="#section-helper-functions-mainly-used-internally">Helper functions mainly used internally</a></li> |