From 630e657f1794ea441afc9ff10663309fec5e847e Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 1 Nov 2022 14:16:21 +0100 Subject: Update online docs --- docs/dev/reference/mhmkin.html | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'docs/dev/reference/mhmkin.html') diff --git a/docs/dev/reference/mhmkin.html b/docs/dev/reference/mhmkin.html index e77aace3..cbfeae60 100644 --- a/docs/dev/reference/mhmkin.html +++ b/docs/dev/reference/mhmkin.html @@ -22,7 +22,7 @@ mixed-effects model fitting functions."> mkin - 1.1.2 + 1.2.0 @@ -49,11 +49,14 @@ mixed-effects model fitting functions.">Example evaluations of dimethenamid data from 2018 with nonlinear mixed-effects models
  • - Example evaluation of FOCUS Example Dataset Z + Short demo of the multistart method
  • Performance benefit by using compiled model definitions in mkin
  • +
  • + Example evaluation of FOCUS Example Dataset Z +
  • Calculation of time weighted average concentrations with mkin
  • @@ -98,6 +101,9 @@ mixed-effects model fitting functions.

    mhmkin(objects, backend = "saemix", algorithm = "saem", ...)
     
    +# S3 method for mmkin
    +mhmkin(objects, ...)
    +
     # S3 method for list
     mhmkin(
       objects,
    @@ -118,7 +124,9 @@ print(x, ...)

    Arguments

    objects

    A list of mmkin objects containing fits of the same -degradation models to the same data, but using different error models.

    +degradation models to the same data, but using different error models. +Alternatively, a single mmkin object containing fits of several +degradation models to the same data

    backend
    -- cgit v1.2.1