From 30cbb4092f6d2d3beff5800603374a0d009ad770 Mon Sep 17 00:00:00 2001 From: jranke Date: Tue, 11 May 2010 23:03:37 +0000 Subject: Initial upload of the upcoming multicompartment version of kinfit. Some functionality is still missing (chi2), some may never be implemented (FOMC model), but in general it is much more powerful than kinfit, owing to the powerful FME package. git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/mkin@8 edb9625f-4e0d-4859-8d74-9fd3b1da38cb --- man/FOCUS_2006_datasets.Rd | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 man/FOCUS_2006_datasets.Rd (limited to 'man/FOCUS_2006_datasets.Rd') diff --git a/man/FOCUS_2006_datasets.Rd b/man/FOCUS_2006_datasets.Rd new file mode 100644 index 00000000..04565f74 --- /dev/null +++ b/man/FOCUS_2006_datasets.Rd @@ -0,0 +1,35 @@ +\name{FOCUS_2006_datasets} +\Rdversion{1.1} +\alias{FOCUS_2006_A} +\alias{FOCUS_2006_B} +\alias{FOCUS_2006_C} +\alias{FOCUS_2006_D} +\alias{FOCUS_2006_E} +\alias{FOCUS_2006_F} +\docType{data} +\title{ +Datasets A to F from the FOCUS Kinetics report from 2006 +} +\description{ +Data taken from an FOCUS (2006), p. 258. +} +\usage{FOCUS_2006_datasets} +\format{ + 6 datasets with observations on the following variables. + \describe{ + \item{\code{name}}{a factor containing the name of the observed variable} + \item{\code{time}}{a numeric vector containing time points} + \item{\code{value}}{a numeric vector containing 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{ +FOCUS_2006_C +} +\keyword{datasets} -- cgit v1.2.1