From 3010c9dcbc7f90f15b55c14919f6688d61d14414 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sat, 4 Mar 2017 09:58:00 +0100 Subject: Mention pkgdown.jrwb.de/mkin in README Add very small twa vignette, update pkgdown docs --- docs/reference/index.html | 101 +++++++++++++++++---------- docs/reference/twa.html | 174 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 239 insertions(+), 36 deletions(-) create mode 100644 docs/reference/twa.html (limited to 'docs/reference') diff --git a/docs/reference/index.html b/docs/reference/index.html index 26b98f69..2e997ef0 100644 --- a/docs/reference/index.html +++ b/docs/reference/index.html @@ -96,7 +96,7 @@
@@ -104,17 +104,20 @@

Essential functionality

-

Function to set up a kinetic model with one or more state variables

+

+

-

Fit a kinetic model to data with one or more state variables

+

+

-

Fit one or more kinetic models with one or more state variables to one or more datasets

+

+

@@ -122,32 +125,38 @@

Functions working with mkinfit objects

-

Plot the observed data and the fitted model of an mkinfit object

+

+

-

Summary method for class "mkinfit"

+

+

-

Function to plot residuals stored in an mkin object

+

+

-

Function to plot the confidence intervals obtained using mkinfit

+

+

-

Function to calculate endpoints for further use from kinetic models fitted with mkinfit

+

+

-

Calculate the minimum error to assume in order to pass the variance test

+

+

@@ -160,7 +169,8 @@
  • [.mmkin
  • -

    Plot model fits (observed and fitted) and the residuals for a row or column of an mmkin object

    +

    +

    @@ -168,42 +178,50 @@

    -

    Datasets A to F from the FOCUS Kinetics report from 2006

    +

    +

    -

    Results of fitting the SFO model to Datasets A to F of FOCUS (2006)

    +

    +

    -

    Results of fitting the FOMC model to Datasets A to F of FOCUS (2006)

    +

    +

    -

    Results of fitting the HS model to Datasets A to F of FOCUS (2006)

    +

    +

    -

    Results of fitting the DFOP model to Datasets A to B of FOCUS (2006)

    +

    +

    -

    Datasets on aerobic soil metabolism of 2,4,5-T in six soils

    +

    +

    -

    Metabolism data set used for checking the software quality of KinGUI

    +

    +

    -

    Synthetic datasets for one parent compound with two metabolites

    +

    +

    @@ -213,7 +231,8 @@
  • mkinds
  • -

    Print mkinds objects

    +

    +

    @@ -221,42 +240,49 @@

    -

    Convert a dataframe with observations over time into long format

    +

    +

    -

    Convert a dataframe from long to wide format

    +

    +

    -

    Function to set up a kinetic submodel for one state variable

    +

    +

    -

    Print mkinmod objects

    +

    +

    -

    Produce predictions from a kinetic model using specific parameters

    +

    +

    -

    Functions to transform and backtransform kinetic parameters for fitting

    +

    +

    -

    Function to perform isometric log-ratio transformation

    +

    +

    -

    Calculate the geometric mean

    +

    Calculate the geometric mean

    @@ -264,32 +290,33 @@

    Parent only model solutions

    -

    Single First-Order kinetics

    +

    Single First-Order kinetics

    -

    First-Order Multi-Compartment kinetics

    +

    First-Order Multi-Compartment kinetics

    -

    Double First-Order in Parallel kinetics

    +

    +

    -

    Single First-Order Reversible Binding kinetics

    +

    Single First-Order Reversible Binding kinetics

    -

    Hockey-Stick kinetics

    +

    Hockey-Stick kinetics

    -

    Indeterminate order rate equation kinetics

    +

    Indeterminate order rate equation kinetics

    @@ -297,7 +324,8 @@

    -

    Add normally distributed errors to simulated kinetic degradation data

    +

    +

    @@ -305,7 +333,8 @@

    Functions that have been superseeded

    -

    Plot the observed data and the fitted model of an mkinfit object

    +

    +

    diff --git a/docs/reference/twa.html b/docs/reference/twa.html new file mode 100644 index 00000000..9c2efd10 --- /dev/null +++ b/docs/reference/twa.html @@ -0,0 +1,174 @@ + + + + + + + + + + — twa • mkin + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + +
    + +
    +
    + + + +

    This function calculates maximum moving window time weighted average concentrations +(TWAs) for kinetic models fitted with mkinfit. Currently, only +calculations for the parent are implemented for the SFO, FOMC and DFOP models, +using the analytical formulas given in the PEC soil section of the FOCUS +guidance.

    + + +
    twa(fit, windows)
    + +

    Arguments

    +
    +
    fit
    +
    + An object of class mkinfit. +
    +
    windows
    +
    + The width of the time windows for which the TWAs should be calculated. +
    +
    + +

    Value

    + +

    A numeric vector, named using the windows argument.

    + +

    References

    + +

    FOCUS (2006) “Guidance Document on Estimating Persistence and + 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://http://esdac.jrc.ec.europa.eu/projects/degradation-kinetics

    + + +

    Examples

    +
    fit <- mkinfit("FOMC", FOCUS_2006_C, quiet = TRUE) + twa(fit, c(7, 21))
    #> Error in eval(expr, envir, enclos): konnte Funktion "twa" nicht finden
    +
    + +
    + + +
    + + + -- cgit v1.2.1