From fe411af3dbed474d9e5b3cc1d509f66bd76f7319 Mon Sep 17 00:00:00 2001
From: Johannes Ranke
Date: Fri, 28 Nov 2025 09:20:07 +0100
Subject: Example evaluation of D24_2014, improve docs
---
docs/reference/D24_2014.html | 27 ++++++++++++++++++++++++---
1 file changed, 24 insertions(+), 3 deletions(-)
(limited to 'docs/reference/D24_2014.html')
diff --git a/docs/reference/D24_2014.html b/docs/reference/D24_2014.html
index 2eee55fa..fed830e6 100644
--- a/docs/reference/D24_2014.html
+++ b/docs/reference/D24_2014.html
@@ -1,5 +1,5 @@
-Aerobic soil degradation data on 2,4-D from the EU assessment in 2014 — D24_2014 • mkinAerobic soil degradation data on 2,4-D from the EU assessment in 2014 — D24_2014 • mkin
Example evaluations with hierarchical models (nonlinear mixed-effects models)
@@ -193,6 +193,27 @@ specific pieces of information in the comments.
#> exp(-k2 * time)) / (g * exp(-k1 * time) + (1 - g) * exp(-k2#> * time))) * D24 - k_DCP * DCP#> d_DCA/dt = + f_DCP_to_DCA * k_DCP * DCP - k_DCA * DCA
+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<-mmkin(
+ models =list(
+"SFO-SFO-SFO"=m_D24,
+"DFOP-SFO-SFO"=m_D24_2),
+ data =D24_2014_data,
+ quiet =TRUE)
+print(f_D24_2014)
+#> <mmkin> object
+#> Status of individual fits:
+#>
+#> dataset
+#> model Mississippi Fayette RefSol 03-G Site E1 Site I2
+#> SFO-SFO-SFO OK Z Z Z Z
+#> DFOP-SFO-SFO OK Z Z Z Z
+#>
+#> Z: Observations with value of zero were removed from the data
+#> OK: No warnings
+plot(f_D24_2014[, 3])
+# }
@@ -205,7 +226,7 @@ specific pieces of information in the comments.
--
cgit v1.2.3