diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-04-15 18:13:04 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-04-15 19:00:06 +0200 |
commit | 42171ba55222383a0d47e5aacd46a972819e7812 (patch) | |
tree | 190320919fe83aece30b654bfeb7687241e36f99 /docs/reference/index.html | |
parent | 637bd14fed5ab8a615f0d879012f12c59e1532a4 (diff) |
Include random effects in starting parameters
- mean_degparms() now optionally returns starting values for fixed and
random effects, which makes it possible to obtain acceptable fits
also in more difficult cases (with more parameters)
- Fix the anova method, as it is currently not enough to inherit from
lme: https://bugs.r-project.org/bugzilla/show_bug.cgi?id=17761
- Show fit information, and per default also errmin information
in plot.nlme.mmkin()
- Examples for nlme.mmkin: Decrease tolerance and increase the number of
iterations in the PNLS step in order to be able to fit FOMC-SFO and
DFOP-SFO
Diffstat (limited to 'docs/reference/index.html')
-rw-r--r-- | docs/reference/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/index.html b/docs/reference/index.html index 3c5f1b38..f4de5bd8 100644 --- a/docs/reference/index.html +++ b/docs/reference/index.html @@ -281,7 +281,7 @@ of an mmkin object</p></td> <tr> <td> - <p><code><a href="nlme.mmkin.html">nlme(<i><mmkin></i>)</a></code> </p> + <p><code><a href="nlme.mmkin.html">nlme(<i><mmkin></i>)</a></code> <code><a href="nlme.mmkin.html">print(<i><nlme.mmkin></i>)</a></code> <code><a href="nlme.mmkin.html">update(<i><nlme.mmkin></i>)</a></code> </p> </td> <td><p>Create an nlme model for an mmkin row object</p></td> </tr><tr> |