diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-09-16 21:06:54 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-09-16 21:06:54 +0200 |
commit | fd205e13061de8abc595d266f3b0c7650773d442 (patch) | |
tree | 73fc6d4e33f758bec1c45189e39d1533f186a99b /docs/dev/reference/index.html | |
parent | afe466d01ccf60a9746616ebc0e06f0383aa814f (diff) |
Improve multistart documentation, bugfix
- Split out llhist and parhist documentation
- Add example code for multistart
- Create a multistart vignette, because the example code fails when run
by pkgdown
- Fix multistart for the case of mkin transformations in the saem fit
Diffstat (limited to 'docs/dev/reference/index.html')
-rw-r--r-- | docs/dev/reference/index.html | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/docs/dev/reference/index.html b/docs/dev/reference/index.html index 3372a69a..b7a5de92 100644 --- a/docs/dev/reference/index.html +++ b/docs/dev/reference/index.html @@ -44,12 +44,15 @@ <a href="../articles/web_only/dimethenamid_2018.html">Example evaluations of dimethenamid data from 2018 with nonlinear mixed-effects models</a> </li> <li> - <a href="../articles/web_only/FOCUS_Z.html">Example evaluation of FOCUS Example Dataset Z</a> + <a href="../articles/web_only/multistart.html">Short demo of the multistart method</a> </li> <li> <a href="../articles/web_only/compiled_models.html">Performance benefit by using compiled model definitions in mkin</a> </li> <li> + <a href="../articles/web_only/FOCUS_Z.html">Example evaluation of FOCUS Example Dataset Z</a> + </li> + <li> <a href="../articles/twa.html">Calculation of time weighted average concentrations with mkin</a> </li> <li> @@ -234,9 +237,17 @@ degradation models and one or more error models</p></td> </td> <td><p>Confidence intervals for parameters in saem.mmkin objects</p></td> </tr><tr><td> - <p><code><a href="multistart.html">multistart()</a></code> <code><a href="multistart.html">print(<i><multistart></i>)</a></code> <code><a href="multistart.html">parms(<i><multistart></i>)</a></code> <code><a href="multistart.html">parhist()</a></code> <code><a href="multistart.html">llhist()</a></code> </p> + <p><code><a href="multistart.html">multistart()</a></code> <code><a href="multistart.html">print(<i><multistart></i>)</a></code> <code><a href="multistart.html">parms(<i><multistart></i>)</a></code> </p> </td> <td><p>Perform a hierarchical model fit with multiple starting values</p></td> + </tr><tr><td> + <p><code><a href="llhist.html">llhist()</a></code> </p> + </td> + <td><p>Plot the distribution of log likelihoods from multistart objects</p></td> + </tr><tr><td> + <p><code><a href="parhist.html">parhist()</a></code> </p> + </td> + <td><p>Plot parameter distributions from multistart objects</p></td> </tr></tbody><tbody><tr><th colspan="2"> <h2 id="datasets-and-known-results">Datasets and known results <a href="#datasets-and-known-results" class="anchor" aria-hidden="true"></a></h2> <p class="section-desc"></p> |