diff options
Diffstat (limited to 'docs/404.html')
| -rw-r--r-- | docs/404.html | 39 | 
1 files changed, 30 insertions, 9 deletions
| diff --git a/docs/404.html b/docs/404.html index 8e7e8f45..4d888396 100644 --- a/docs/404.html +++ b/docs/404.html @@ -32,14 +32,14 @@        </button>        <span class="navbar-brand">          <a class="navbar-link" href="https://pkgdown.jrwb.de/mkin/index.html">mkin</a> -        <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">1.2.1</span> +        <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">1.2.3.1</span>        </span>      </div>      <div id="navbar" class="navbar-collapse collapse">        <ul class="nav navbar-nav">  <li> -  <a href="https://pkgdown.jrwb.de/mkin/reference/index.html">Functions and data</a> +  <a href="https://pkgdown.jrwb.de/mkin/reference/index.html">Reference</a>  </li>  <li class="dropdown">    <a href="https://pkgdown.jrwb.de/mkin/#" class="dropdown-toggle" data-toggle="dropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false"> @@ -51,6 +51,9 @@  <li>        <a href="https://pkgdown.jrwb.de/mkin/articles/mkin.html">Introduction to mkin</a>      </li> +    <li class="divider"> +    </li> +<li class="dropdown-header">Example evaluations with (generalised) nonlinear least squares</li>      <li>        <a href="https://pkgdown.jrwb.de/mkin/articles/FOCUS_D.html">Example evaluation of FOCUS Example Dataset D</a>      </li> @@ -58,22 +61,31 @@        <a href="https://pkgdown.jrwb.de/mkin/articles/FOCUS_L.html">Example evaluation of FOCUS Laboratory Data L1 to L3</a>      </li>      <li> -      <a href="https://pkgdown.jrwb.de/mkin/articles/web_only/dimethenamid_2018.html">Example evaluations of dimethenamid data from 2018 with nonlinear mixed-effects models</a> +      <a href="https://pkgdown.jrwb.de/mkin/articles/web_only/FOCUS_Z.html">Example evaluation of FOCUS Example Dataset Z</a> +    </li> +    <li class="divider">      </li> +<li class="dropdown-header">Example evaluations with hierarchical models (nonlinear mixed-effects models)</li>      <li> -      <a href="https://pkgdown.jrwb.de/mkin/articles/web_only/multistart.html">Short demo of the multistart method</a> +      <a href="https://pkgdown.jrwb.de/mkin/articles/prebuilt/2022_dmta_parent.html">Testing hierarchical parent degradation kinetics with residue data on dimethenamid and dimethenamid-P</a>      </li>      <li> -      <a href="https://pkgdown.jrwb.de/mkin/articles/web_only/compiled_models.html">Performance benefit by using compiled model definitions in mkin</a> +      <a href="https://pkgdown.jrwb.de/mkin/articles/prebuilt/2022_dmta_pathway.html">Testing hierarchical pathway kinetics with residue data on dimethenamid and dimethenamid-P</a>      </li>      <li> -      <a href="https://pkgdown.jrwb.de/mkin/articles/web_only/FOCUS_Z.html">Example evaluation of FOCUS Example Dataset Z</a> +      <a href="https://pkgdown.jrwb.de/mkin/articles/prebuilt/2022_cyan_pathway.html">Testing hierarchical pathway kinetics with residue data on cyantraniliprole</a>      </li>      <li> -      <a href="https://pkgdown.jrwb.de/mkin/articles/twa.html">Calculation of time weighted average concentrations with mkin</a> +      <a href="https://pkgdown.jrwb.de/mkin/articles/web_only/dimethenamid_2018.html">Comparison of saemix and nlme evaluations of dimethenamid data from 2018</a>      </li>      <li> -      <a href="https://pkgdown.jrwb.de/mkin/articles/web_only/NAFTA_examples.html">Example evaluation of NAFTA SOP Attachment examples</a> +      <a href="https://pkgdown.jrwb.de/mkin/articles/web_only/multistart.html">Short demo of the multistart method</a> +    </li> +    <li class="divider"> +    </li> +<li class="dropdown-header">Performance</li> +    <li> +      <a href="https://pkgdown.jrwb.de/mkin/articles/web_only/compiled_models.html">Performance benefit by using compiled model definitions in mkin</a>      </li>      <li>        <a href="https://pkgdown.jrwb.de/mkin/articles/web_only/benchmarks.html">Benchmark timings for mkin</a> @@ -81,6 +93,15 @@      <li>        <a href="https://pkgdown.jrwb.de/mkin/articles/web_only/saem_benchmarks.html">Benchmark timings for saem.mmkin</a>      </li> +    <li class="divider"> +    </li> +<li class="dropdown-header">Miscellaneous</li> +    <li> +      <a href="https://pkgdown.jrwb.de/mkin/articles/twa.html">Calculation of time weighted average concentrations with mkin</a> +    </li> +    <li> +      <a href="https://pkgdown.jrwb.de/mkin/articles/web_only/NAFTA_examples.html">Example evaluation of NAFTA SOP Attachment examples</a> +    </li>    </ul>  </li>  <li> @@ -130,7 +151,7 @@ Content not found. Please use links in the navbar.  <div class="pkgdown">    <p></p> -<p>Site built with <a href="https://pkgdown.r-lib.org/" class="external-link">pkgdown</a> 2.0.6.</p> +<p>Site built with <a href="https://pkgdown.r-lib.org/" class="external-link">pkgdown</a> 2.0.7.</p>  </div>        </footer> | 
