From 9ac853c7ceece333099021974025d07e75be2b33 Mon Sep 17 00:00:00 2001
From: Johannes Ranke
A list of class mkinmod
for use with mkinfit
,
- containing, among others,
A vector of string representations of differential equations, one for - each modelling variable.
A list containing named character vectors for each observed variable, - specifying the modelling variables by which it is represented.
The content of use_of_ff
is passed on in this list component.
The coefficient matrix, if the system of differential equations can be - represented by one.
If generated, the compiled function as returned by cfunction.
A list containing named character vectors for each observed variable, +specifying the modelling variables by which it is represented.
The content of use_of_ff
is passed on in this list component.
If generated, a function containing the solution of the degradation +model.
The coefficient matrix, if the system of differential equations can be +represented by one.
If generated, a compiled function calculating the derivatives as +returned by cfunction.
The IORE submodel is not well tested for metabolites. When using this
- model for metabolites, you may want to read the second note in the help
- page to mkinfit
.
mkinfit
.
FOCUS (2006) “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, - http://esdac.jrc.ec.europa.eu/projects/degradation-kinetics
+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, +http://esdac.jrc.ec.europa.eu/projects/degradation-kineticsNAFTA Technical Working Group on Pesticides (not dated) Guidance for - Evaluating and Calculating Degradation Kinetics in Environmental Media
+Evaluating and Calculating Degradation Kinetics in Environmental Media@@ -252,7 +255,7 @@ in the FOCUS and NAFTA guidance documents are used. SFO_SFO <- mkinmod( parent = mkinsub("SFO", "m1"), m1 = mkinsub("SFO"), verbose = TRUE)#> Compilation argument: -#> /usr/lib/R/bin/R CMD SHLIB file1a1abf38df.c 2> file1a1abf38df.c.err.txt +#> /usr/lib/R/bin/R CMD SHLIB file15d32c282a7d.c 2> file15d32c282a7d.c.err.txt #> Program source: #> 1: #include <R.h> #> 2: -- cgit v1.2.1