diff options
Diffstat (limited to 'docs/dev/reference/index.html')
| -rw-r--r-- | docs/dev/reference/index.html | 22 | 
1 files changed, 13 insertions, 9 deletions
| diff --git a/docs/dev/reference/index.html b/docs/dev/reference/index.html index 98f170b6..3372a69a 100644 --- a/docs/dev/reference/index.html +++ b/docs/dev/reference/index.html @@ -107,6 +107,10 @@ degradation models and one or more error models</p></td>            <p class="section-desc"></p><p>Generic functions introduced by the package</p>          </th>        </tr></tbody><tbody><tr><td> +          <p><code><a href="parms.html">parms()</a></code> </p> +        </td> +        <td><p>Extract model parameters</p></td> +      </tr><tr><td>            <p><code><a href="convergence.html">convergence()</a></code> <code><a href="convergence.html">print(<i><convergence.mmkin></i>)</a></code> </p>          </td>          <td><p>Method to get convergence information</p></td> @@ -119,6 +123,10 @@ degradation models and one or more error models</p></td>          </td>          <td><p>Function to calculate endpoints for further use from kinetic models fitted  with mkinfit</p></td> +      </tr><tr><td> +          <p><code><a href="aw.html">aw()</a></code> </p> +        </td> +        <td><p>Calculate Akaike weights for model averaging</p></td>        </tr></tbody><tbody><tr><th colspan="2">            <h2 id="show-results">Show results <a href="#show-results" class="anchor" aria-hidden="true"></a></h2>            <p class="section-desc"></p><p>Functions working with mkinfit objects</p> @@ -132,10 +140,6 @@ with mkinfit</p></td>          </td>          <td><p>Summary method for class "mkinfit"</p></td>        </tr><tr><td> -          <p><code><a href="parms.html">parms()</a></code> </p> -        </td> -        <td><p>Extract model parameters from mkinfit models</p></td> -      </tr><tr><td>            <p><code><a href="confint.mkinfit.html">confint(<i><mkinfit></i>)</a></code> </p>          </td>          <td><p>Confidence intervals for parameters of mkinfit objects</p></td> @@ -156,10 +160,6 @@ with mkinfit</p></td>          </td>          <td><p>Calculate the minimum error to assume in order to pass the variance test</p></td>        </tr><tr><td> -          <p><code><a href="aw.html">aw()</a></code> </p> -        </td> -        <td><p>Calculate Akaike weights for model averaging</p></td> -      </tr><tr><td>            <p><code><a href="CAKE_export.html">CAKE_export()</a></code> </p>          </td>          <td><p>Export a list of datasets format to a CAKE study file</p></td> @@ -193,7 +193,7 @@ of an mmkin object</p></td>          </td>          <td><p>Create an nlme model for an mmkin row object</p></td>        </tr><tr><td> -          <p><code><a href="saem.html">saem()</a></code> <code><a href="saem.html">print(<i><saem.mmkin></i>)</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="saem.html">saem()</a></code> <code><a href="saem.html">print(<i><saem.mmkin></i>)</a></code> <code><a href="saem.html">saemix_model()</a></code> <code><a href="saem.html">saemix_data()</a></code> <code><a href="saem.html">parms(<i><saem.mmkin></i>)</a></code> </p>          </td>          <td><p>Fit nonlinear mixed models with SAEM</p></td>        </tr><tr><td> @@ -233,6 +233,10 @@ degradation models and one or more error models</p></td>            <p><code><a href="intervals.saem.mmkin.html">intervals(<i><saem.mmkin></i>)</a></code> </p>          </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> +        </td> +        <td><p>Perform a hierarchical model fit with multiple starting values</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> | 
