Lists model equations, initial parameter values, optimised parameters with some uncertainty statistics, the chi2 error levels calculated according to FOCUS guidance (2006) as defined therein, formation fractions, DT50 values and optionally the data, consisting of observed, predicted and residual values.
# S3 method for mkinfit
summary(object, data = TRUE, distimes = TRUE, alpha = 0.05, ...)# S3 method for summary.mkinfit
print(x, digits = max(3, getOption("digits") - 3), ...)
The summary function returns a list with components, among others
The mkin and R versions used
The dates where the fit and the summary were produced
The differential equations used in the model
Was maximum or minimum use made of formation fractions
Optimised and backtransformed parameters
The data (see Description above).
The starting values and bounds, if applicable, for optimised parameters.
The values of fixed parameters.
The chi2 error levels for each observed variable.
All backtransformed ODE parameters, for use as starting parameters for related models.
Error model parameters.
The estimated formation fractions derived from the fitted model.
The DT50 and DT90 values for each observed variable.
If applicable, eigenvalues and fractional eigenvector component g of SFORB systems in the model.
The print method is called for its side effect, i.e. printing the summary.
an object of class mkinfit.
logical, indicating whether the data should be included in the summary.
logical, indicating whether DT50 and DT90 values should be included.
error level for confidence interval estimation from t distribution
optional arguments passed to methods like print
.
an object of class summary.mkinfit
.
Number of digits to use for printing
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://esdac.jrc.ec.europa.eu/projects/degradation-kinetics
summary(mkinfit("SFO", FOCUS_2006_A, quiet = TRUE))
Run the code above in your browser using DataLab