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/articles/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/articles/index.html')
| -rw-r--r-- | docs/dev/articles/index.html | 7 | 
1 files changed, 6 insertions, 1 deletions
| diff --git a/docs/dev/articles/index.html b/docs/dev/articles/index.html index 526708a4..551e9c98 100644 --- a/docs/dev/articles/index.html +++ b/docs/dev/articles/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> @@ -102,6 +105,8 @@          <dd>          </dd><dt><a href="web_only/dimethenamid_2018.html">Example evaluations of the dimethenamid data from 2018</a></dt>          <dd> +        </dd><dt><a href="web_only/multistart.html">Short demo of the multistart method</a></dt> +        <dd>        </dd></dl></div>    </div>  </div> | 
