The datasets were extracted from the active substance evaluation dossier
+published by EFSA. Kinetic evaluations shown for these datasets are intended
+to illustrate and advance kinetic modelling. The fact that these data and
+some results are shown here does not imply a license to use them in the
+context of pesticide registrations, as the use of the data may be
+constrained by data protection regulations.
+
+
+
dimethenamid_2018
+
+
+
Format
+
+
An mkindsg object grouping eight datasets with some meta information
The R code used to create this data object is installed with this package
+in the 'dataset_generation' directory. In the code, page numbers are given for
+specific pieces of information in the comments.
@@ -166,7 +166,7 @@ in Appendix 8 to the FOCUS kinetics guidance (FOCUS 2014, p. 369).
# S3 method for mkindsgf_time_norm_focus(object,
- study_moisture_ref_source =c("meta", "focus"),
+ study_moisture_ref_source =c("auto", "meta", "focus"),
Q10 =2.58,
walker =0.7,
f_na =NA,
@@ -213,7 +213,9 @@ for complete cases will be returned.
study_moisture_ref_source
Source for the reference value
-used to calculate the study moisture
+used to calculate the study moisture. If 'auto', preference is given
+to a reference moisture given in the meta information, otherwise
+the focus soil moisture for the soil class is used
@@ -237,22 +239,22 @@ Version 1.1, 18 December 2014
f_time_norm_focus(25, 20, 25)# 1.37, compare FOCUS 2014 p. 184
#> [1] 1.373956
D24_2014$meta
-
#> study usda_soil_type study_moisture_ref_type rel_moisture
-#> 1 Cohen 1991 Silt loam <NA> NA
-#> 2 Liu and Adelfinskaya 2011 Silt loam pF1 0.5
-#> 3 Liu and Adelfinskaya 2011 Loam pF1 0.5
-#> 4 Liu and Adelfinskaya 2011 Loam pF1 0.5
-#> 5 Liu and Adelfinskaya 2011 Loamy sand pF1 0.5
-#> temperature
-#> 1 25
-#> 2 20
-#> 3 20
-#> 4 20
-#> 5 20
# No moisture normalisation in the first dataset, so we use f_na = 1 to get
+
#> study usda_soil_type study_moisture_ref_type
+#> Mississippi Cohen 1991 Silt loam <NA>
+#> Fayette Liu and Adelfinskaya 2011 Silt loam pF1
+#> RefSol 03-G Liu and Adelfinskaya 2011 Loam pF1
+#> Site E1 Liu and Adelfinskaya 2011 Loam pF1
+#> Site I2 Liu and Adelfinskaya 2011 Loamy sand pF1
+#> rel_moisture temperature
+#> Mississippi NA 25
+#> Fayette 0.5 20
+#> RefSol 03-G 0.5 20
+#> Site E1 0.5 20
+#> Site I2 0.5 20
# No moisture normalisation in the first dataset, so we use f_na = 1 to get# temperature only normalisation as in the EU evaluationf_time_norm_focus(D24_2014, study_moisture_ref_source ="focus", f_na =1)
#> $time_norm was set to
-#> [1] 1.6062378 0.7118732 0.7156063 0.7156063 0.8977124