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_B.Rd | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 man/FOCUS_2006_B.Rd (limited to 'man/FOCUS_2006_B.Rd') diff --git a/man/FOCUS_2006_B.Rd b/man/FOCUS_2006_B.Rd new file mode 100644 index 0000000..112056a --- /dev/null +++ b/man/FOCUS_2006_B.Rd @@ -0,0 +1,29 @@ +\name{FOCUS_2006_B} +\Rdversion{1.1} +\alias{FOCUS_2006_B} +\docType{data} +\title{ +Dataset B from the FOCUS Kinetics report from 2006 +} +\description{ +Data generated using a model and assuming some variability. +} +\usage{data(FOCUS_2006_B)} +\format{ + A data frame with 8 observations on the following 2 variables. + \describe{ + \item{\code{t}}{a numeric vector containing time points} + \item{\code{parent}}{a numeric vector containing parent concentrations in percent of applied radioactivity} + } +} +\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_B) +} +\keyword{datasets} -- cgit v1.2.1