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/FOCUS_2006_FOMC_ref_A_to_F.Rd | 42 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 man/FOCUS_2006_FOMC_ref_A_to_F.Rd (limited to 'man/FOCUS_2006_FOMC_ref_A_to_F.Rd') diff --git a/man/FOCUS_2006_FOMC_ref_A_to_F.Rd b/man/FOCUS_2006_FOMC_ref_A_to_F.Rd new file mode 100644 index 0000000..8710046 --- /dev/null +++ b/man/FOCUS_2006_FOMC_ref_A_to_F.Rd @@ -0,0 +1,42 @@ +\name{FOCUS_2006_FOMC_ref_A_to_F} +\Rdversion{1.1} +\alias{FOCUS_2006_FOMC_ref_A_to_F} +\docType{data} +\title{ +Results of fitting the FOMC model to Datasets A to F of FOCUS (2006) +} +\description{ +A table with the fitted parameters and the resulting DT50 and DT90 values +generated with different software packages. Taken directly from FOCUS (2006). +The results from fitting the data with the Topfit software was removed, as +the initial concentration of the parent compound was fixed to a value of 100 +in this fit. +} +\usage{data(FOCUS_2006_FOMC_ref_A_to_F)} +\format{ + A data frame containing the following variables. + \describe{ + \item{\code{package}}{a factor giving the name of the software package} + \item{\code{M0}}{The fitted initial concentration of the parent compound} + \item{\code{alpha}}{The fitted alpha parameter} + \item{\code{beta}}{The fitted beta parameter} + \item{\code{DT50}}{The resulting half-life of the parent compound} + \item{\code{DT90}}{The resulting DT90 of the parent compound} + \item{\code{dataset}}{The FOCUS dataset that was used} + } +} +\note{ + The comparison of these results with the results obtained with the + current version of \code{kinfit} can be found in the package vignette. +} +\source{ + 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} +} +\examples{ +data(FOCUS_2006_FOMC_ref_A_to_F) +} +\keyword{datasets} -- cgit v1.2.1