From e959fde98f95f3595e01490b67892678bbcd1b27 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 7 May 2014 14:47:28 +0200 Subject: Fork the gmkin GUI from mkin. See ChangeLog for details --- man/schaefer07_complex_case.Rd | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 man/schaefer07_complex_case.Rd (limited to 'man/schaefer07_complex_case.Rd') diff --git a/man/schaefer07_complex_case.Rd b/man/schaefer07_complex_case.Rd deleted file mode 100644 index ed4f694..0000000 --- a/man/schaefer07_complex_case.Rd +++ /dev/null @@ -1,42 +0,0 @@ -\name{schaefer07_complex_case} -\alias{schaefer07_complex_case} -\alias{schaefer07_complex_results} -\encoding{latin1} -\docType{data} -\title{ - Metabolism data set used for checking the software quality of KinGUI -} -\description{ - This dataset was used for a comparison of KinGUI and ModelMaker to check the - software quality of KinGUI in the original publication (Schäfer et al., 2007). - The results from the fitting are also included. -} -\usage{data(schaefer07_complex_case)} -\format{ - The data set is a data frame with 8 observations on the following 6 variables. - \describe{ - \item{\code{time}}{a numeric vector} - \item{\code{parent}}{a numeric vector} - \item{\code{A1}}{a numeric vector} - \item{\code{B1}}{a numeric vector} - \item{\code{C1}}{a numeric vector} - \item{\code{A2}}{a numeric vector} - } - The results are a data frame with 14 results for different parameter values -} -\references{ - Schäfer D, Mikolasch M, Rainbird P and Harvey B (2007). KinGUI: a new kinetic - software tool for evaluations according to FOCUS degradation kinetics. In: Del - Re AAM, Capri E, Fragoulis G and Trevisan M (Eds.). Proceedings of the XIII - Symposium Pesticide Chemistry, Piacenza, 2007, p. 916-923. } -\examples{ -data <- mkin_wide_to_long(schaefer07_complex_case, time = "time") -model <- mkinmod( - parent = list(type = "SFO", to = c("A1", "B1", "C1"), sink = FALSE), - A1 = list(type = "SFO", to = "A2"), - B1 = list(type = "SFO"), - C1 = list(type = "SFO"), - A2 = list(type = "SFO")) -\dontrun{mkinfit(model, data, plot=TRUE)} -} -\keyword{datasets} -- cgit v1.2.1