aboutsummaryrefslogtreecommitdiff
path: root/man/D24_2014.Rd
diff options
context:
space:
mode:
authorRanke Johannes <johannes.ranke@agroscope.admin.ch>2026-06-22 15:53:43 +0200
committerRanke Johannes <johannes.ranke@agroscope.admin.ch>2026-06-22 15:53:43 +0200
commit46735d7a6d429bb0c50f951763797f321a0d77ca (patch)
tree3f5760f190d67ca98d5260a7544cbc56f736cf67 /man/D24_2014.Rd
parenta18b7e5968e25c41a18ca3e6ba5d01a96e9eb408 (diff)
parent1519d761ebb8c10350402b294907102d960b15a2 (diff)
Merge remote-tracking branch 'refs/remotes/origin/main'
Diffstat (limited to 'man/D24_2014.Rd')
-rw-r--r--man/D24_2014.Rd23
1 files changed, 23 insertions, 0 deletions
diff --git a/man/D24_2014.Rd b/man/D24_2014.Rd
index d555d348..8a97dc47 100644
--- a/man/D24_2014.Rd
+++ b/man/D24_2014.Rd
@@ -25,6 +25,9 @@ context of pesticide registrations, as the use of the data may be
constrained by data protection regulations.
}
\details{
+The acronyms used for the 2,4-D transformation products are DCP for
+2,4-dichlorophenol and DCA for 2,4-dichloroanisole.
+
Data for the first dataset are from p. 685. Data for the other four
datasets were used in the preprocessed versions given in the kinetics
section (p. 761ff.), with the exception of residues smaller than 1 for DCP
@@ -46,6 +49,26 @@ m_D24_2 = mkinmod(D24 = mkinsub("DFOP", to = "DCP"),
DCP = mkinsub("SFO", to = "DCA"),
DCA = mkinsub("SFO"))
print(m_D24_2)
+D24_2014_data <- lapply(D24_2014$ds, function(x) x$data)
+names(D24_2014_data) <- sapply(D24_2014$ds, function(x) x$title)
+f_D24_2014_const <- mmkin(
+ models = list(
+ "SFO-SFO-SFO" = m_D24,
+ "DFOP-SFO-SFO" = m_D24_2),
+ data = D24_2014_data,
+ quiet = TRUE)
+print(f_D24_2014_const)
+plot(f_D24_2014_const[, 3])
+f_D24_2014_tc <- update(f_D24_2014_const, error_model = "tc")
+print(f_D24_2014_tc)
+plot(f_D24_2014_tc[, 3])
+# For dataset 3, the best fit is obtained using constant
+# variance and the DFOP-SFO-SFO model
+AIC(
+ f_D24_2014_const[["SFO-SFO-SFO", 3]],
+ f_D24_2014_const[["DFOP-SFO-SFO", 3]],
+ f_D24_2014_tc[["SFO-SFO-SFO", 3]],
+ f_D24_2014_tc[["DFOP-SFO-SFO", 3]])
}
}
\keyword{datasets}

Contact - Imprint