diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-11-09 16:33:19 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-11-09 16:33:19 +0100 |
commit | a1631098acfc3352e19c331e568bd6f5766b3c3d (patch) | |
tree | 6475ead3d4a0f6e754426d713514b594cefadb73 /docs/dev/reference/index.html | |
parent | 6464d3999338d34c081f360694dbc0bc0abf68cb (diff) |
Merge plot methods for nlme.mmkin and saem.mmkin
This avoids code duplication
Diffstat (limited to 'docs/dev/reference/index.html')
-rw-r--r-- | docs/dev/reference/index.html | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/docs/dev/reference/index.html b/docs/dev/reference/index.html index f5621402..5ed2044b 100644 --- a/docs/dev/reference/index.html +++ b/docs/dev/reference/index.html @@ -325,9 +325,9 @@ of an mmkin object</p></td> </tr><tr> <td> - <p><code><a href="plot.nlme.mmkin.html">plot(<i><nlme.mmkin></i>)</a></code> </p> + <p><code><a href="plot_mixed.html">plot(<i><saem.mmkin></i>)</a></code> <code><a href="plot_mixed.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> + <td><p>Plot predictions from a fitted nonlinear mixed model obtained via an mmkin row object</p></td> </tr><tr> <td> @@ -349,12 +349,6 @@ of an mmkin object</p></td> </tr><tr> <td> - <p><code><a href="plot.saem.mmkin.html">plot(<i><saem.mmkin></i>)</a></code> </p> - </td> - <td><p>Plot an saem 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>Helper functions to create nlme models from mmkin row objects</p></td> |