From 7faf98ac5475bb2041d7e434478c58c2f2cec0fd Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 28 Jun 2016 08:23:38 +0200 Subject: Static documentation rebuilt by staticdocs::build_site() --- vignettes/mkin.html | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'vignettes/mkin.html') diff --git a/vignettes/mkin.html b/vignettes/mkin.html index 54605dfc..f9704eda 100644 --- a/vignettes/mkin.html +++ b/vignettes/mkin.html @@ -236,14 +236,8 @@ div.tocify {

Abstract

In the regulatory evaluation of chemical substances like plant protection products (pesticides), biocides and other chemicals, degradation data play an important role. For the evaluation of pesticide degradation experiments, detailed guidance has been developed, based on nonlinear optimisation. The R add-on package mkin (Ranke 2016) implements fitting some of the models recommended in this guidance from within R and calculates some statistical measures for data series within one or more compartments, for parent and metabolites.

-
require(mkin)
-
## Loading required package: mkin
-
## Loading required package: minpack.lm
-
## Loading required package: rootSolve
-
## Loading required package: inline
-
## Loading required package: methods
-
## Loading required package: parallel
-
m_SFO_SFO_SFO <- mkinmod(parent = mkinsub("SFO", "M1"),
+
require(mkin)
+m_SFO_SFO_SFO <- mkinmod(parent = mkinsub("SFO", "M1"),
                          M1 = mkinsub("SFO", "M2"),
                          M2 = mkinsub("SFO"), 
                          use_of_ff = "max", quiet = TRUE)
-- 
cgit v1.2.1