From ccc70e82af4ba435f0a71ba1ae4e0e92045c3852 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 5 May 2017 12:46:31 +0200 Subject: Static docs except articles rebuilt with current pkgdown --- docs/reference/mkinerrmin.html | 49 ++++++++++++++++++++++++++---------------- 1 file changed, 30 insertions(+), 19 deletions(-) (limited to 'docs/reference/mkinerrmin.html') diff --git a/docs/reference/mkinerrmin.html b/docs/reference/mkinerrmin.html index 97616a41..678750cd 100644 --- a/docs/reference/mkinerrmin.html +++ b/docs/reference/mkinerrmin.html @@ -6,8 +6,7 @@ - - — mkinerrmin • mkin +Calculate the minimum error to assume in order to pass the variance test — mkinerrmin • mkin @@ -26,12 +25,14 @@ - + + + @@ -71,6 +72,9 @@
  • Performance benefit by using compiled model definitions in mkin
  • +
  • + Calculation of time weighted average concentrations with mkin +
  • @@ -96,8 +100,7 @@
    @@ -105,25 +108,33 @@ chi-squared test as defined in the FOCUS kinetics report from 2006.

    -
    mkinerrmin(fit, alpha = 0.05)
    +
    mkinerrmin(fit, alpha = 0.05)

    Arguments

    -
    -
    fit
    -
    - an object of class mkinfit. -
    -
    alpha
    -
    - The confidence level chosen for the chi-squared test. -
    -
    + + + + + + + + + + +
    fit

    an object of class mkinfit.

    alpha

    The confidence level chosen for the chi-squared test.

    Value

    A dataframe with the following components:

    -

    The dataframe has one row for the total dataset and one further row for - each observed state variable in the model.

    +
    err.min

    The relative error, expressed as a fraction.

    +
    n.optim

    The number of optimised parameters attributed to the data series.

    +
    df

    The number of remaining degrees of freedom for the chi2 error level + calculations. Note that mean values are used for the chi2 statistic and + therefore every time point with observed values in the series only counts + one time.

    + The dataframe has one row for the total dataset and one further row for + each observed state variable in the model. +

    Details

    @@ -135,7 +146,7 @@ chi-squared test as defined in the FOCUS kinetics report from 2006.

    Degradation Kinetics from Environmental Fate Studies on Pesticides in EU Registration” Report of the FOCUS Work Group on Degradation Kinetics, EC Document Reference Sanco/10058/2005 version 2.0, 434 pp, - http://focus.jrc.ec.europa.eu/dk

    + http://esdac.jrc.europa.eu/projects/degradation-kinetics

    Examples

    -- cgit v1.2.1