From 8b7edd4eaf0d196e674a085f744d1a69260a6c91 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 16 Nov 2023 06:02:05 +0100 Subject: Update pkgdown docs to bootstrap 5 with search --- docs/reference/schaefer07_complex_case.html | 188 +++++++++++----------------- 1 file changed, 76 insertions(+), 112 deletions(-) (limited to 'docs/reference/schaefer07_complex_case.html') diff --git a/docs/reference/schaefer07_complex_case.html b/docs/reference/schaefer07_complex_case.html index abef385d..211c4559 100644 --- a/docs/reference/schaefer07_complex_case.html +++ b/docs/reference/schaefer07_complex_case.html @@ -1,127 +1,95 @@ -Metabolism data set used for checking the software quality of KinGUI — schaefer07_complex_case • mkinMetabolism data set used for checking the software quality of KinGUI — schaefer07_complex_case • mkin + + Skip to contents -
-
-
- +
+
+
-
+

This dataset was used for a comparison of KinGUI and ModelMaker to check the software quality of KinGUI in the original publication (Schäfer et al., 2007). The results from the fitting are also included.

-
+
+

Usage

schaefer07_complex_case
-
-

Format

+
+

Format

The data set is a data frame with 8 observations on the following 6 variables.

time

a numeric vector

@@ -143,16 +111,16 @@

The results are a data frame with 14 results for different parameter values

-
-

References

+
+

References

Schäfer D, Mikolasch B, Rainbird P and Harvey B (2007). KinGUI: a new kinetic software tool for evaluations according to FOCUS degradation kinetics. In: Del Re AAM, Capri E, Fragoulis G and Trevisan M (Eds.). Proceedings of the XIII Symposium Pesticide Chemistry, Piacenza, 2007, p. 916-923.

-
-

Examples

+
+

Examples

data <- mkin_wide_to_long(schaefer07_complex_case, time = "time")
 model <- mkinmod(
   parent = list(type = "SFO", to = c("A1", "B1", "C1"), sink = FALSE),
@@ -198,26 +166,22 @@
 #> 14 metabolite A2               DT50 28.2400    28.4500       0.7
 
-
- -
+
-
- -- cgit v1.2.1