From 12934520d7ec3218ce1505787b6066334a24a562 Mon Sep 17 00:00:00 2001 From: jranke Date: Tue, 30 Mar 2010 19:49:44 +0000 Subject: Initial import of the kinfit package developed from 2008-07 to 2010-03 at Harlan Laboratories Ltd (former RCC Ltd). Supports fitting of parent data with the usual FOCUS kinetic models. git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/kinfit@2 edb9625f-4e0d-4859-8d74-9fd3b1da38cb --- man/kinresults.Rd | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 man/kinresults.Rd (limited to 'man/kinresults.Rd') diff --git a/man/kinresults.Rd b/man/kinresults.Rd new file mode 100644 index 0000000..6ab93a7 --- /dev/null +++ b/man/kinresults.Rd @@ -0,0 +1,45 @@ +\name{kinresults} +\Rdversion{1.1} +\alias{kinresults} +\title{ +Function to collect useful results for a set of fitted kinetic models +} +\description{ +This function collects the parameters and some statistics for the fitted kinetic +models. It also generates DT50 and DT90 estimates. +} +\usage{ +kinresults(kinfits, alpha = 0.05, SFORB = TRUE) +} +\arguments{ + \item{kinfits}{ +The list of kinetic model(s) for which to collect results. Usually this will +have been generated by \code{\link{kinfit}}. +} + \item{alpha}{ +The confidence level chosen for the chi-squared test used in the call to +\code{\link{kinerrmin}}. +} + \item{SFORB}{ +Should the results of the \code{\link{DFOP}} model be presented as parameters +to the Single First-Order Reversible Binding (SFORB) model? } +} +\value{ +A list containing a list of the parameters fitted by the models, a dataframe +containing some statistics for each of the fitted models, and a dataframe with +the resulting DT50 and DT90 values. +} +\references{ + FOCUS (2006) \dQuote{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, + \url{http://focus.jrc.ec.europa.eu/dk} +} +\author{ Johannes Ranke } +\examples{ +data(FOCUS_2006_A) +kinfits <- kinfit(FOCUS_2006_A) +kinresults(kinfits) +} +\keyword{ manip } -- cgit v1.2.1