diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-11-09 17:24:53 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-11-09 17:24:53 +0100 |
commit | aa74f5a30853fb0a15c99c283e072f08ee819149 (patch) | |
tree | 988ec89e22b48fff4544653a4c3443356bab3071 /docs/dev/reference/index.html | |
parent | a1631098acfc3352e19c331e568bd6f5766b3c3d (diff) |
saemix.mmkin and nlme.mmkin inherit from mixed.mmkin
With a plot method. The class mixed.mmkin is currently only a virtual
class created to unify the plotting method.
Diffstat (limited to 'docs/dev/reference/index.html')
-rw-r--r-- | docs/dev/reference/index.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/dev/reference/index.html b/docs/dev/reference/index.html index 5ed2044b..ada9fb24 100644 --- a/docs/dev/reference/index.html +++ b/docs/dev/reference/index.html @@ -325,21 +325,21 @@ of an mmkin object</p></td> </tr><tr> <td> - <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> + <p><code><a href="saem.html">saem()</a></code> <code><a href="saem.html">saemix_model()</a></code> <code><a href="saem.html">saemix_data()</a></code> </p> </td> - <td><p>Plot predictions from a fitted nonlinear mixed model obtained via an mmkin row object</p></td> + <td><p>Fit nonlinear mixed models with SAEM</p></td> </tr><tr> <td> - <p><code><a href="summary.nlme.mmkin.html">summary(<i><nlme.mmkin></i>)</a></code> <code><a href="summary.nlme.mmkin.html">print(<i><summary.nlme.mmkin></i>)</a></code> </p> + <p><code><a href="plot.mixed.mmkin.html">plot(<i><mixed.mmkin></i>)</a></code> </p> </td> - <td><p>Summary method for class "nlme.mmkin"</p></td> + <td><p>Plot predictions from a fitted nonlinear mixed model obtained via an mmkin row object</p></td> </tr><tr> <td> - <p><code><a href="saem.html">saem()</a></code> <code><a href="saem.html">saemix_model()</a></code> <code><a href="saem.html">saemix_data()</a></code> </p> + <p><code><a href="summary.nlme.mmkin.html">summary(<i><nlme.mmkin></i>)</a></code> <code><a href="summary.nlme.mmkin.html">print(<i><summary.nlme.mmkin></i>)</a></code> </p> </td> - <td><p>Fit nonlinear mixed models with SAEM</p></td> + <td><p>Summary method for class "nlme.mmkin"</p></td> </tr><tr> <td> |