Description Usage Arguments Value Author(s) References Examples
This function uses optimize
in order to iteratively find the
smallest relative error still resulting in passing the chi-squared test
as defined in the FOCUS kinetics report from 2006.
1 | kinerrmin(kinfits, kinmodel = "SFO", alpha = 0.05)
|
kinfits |
The list of kinetic model(s) from which to select. Usually this will have been
generated by |
kinmodel |
The kinetic model to be checked. Should be one of the names of the kinetic models used for generating |
alpha |
The confidence level chosen for the chi-squared test. |
The relative error, expressed as a fraction.
Johannes Ranke
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://focus.jrc.ec.europa.eu/dk
1 2 3 | data(FOCUS_2006_A)
kinfits <- kinfit(FOCUS_2006_A)
kinerrmin(kinfits)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.