From a350a16bb2c11986faf5883a2804d46b03bd7c8f Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sat, 10 Sep 2016 05:21:52 +0200 Subject: Static documentation rebuilt with current staticdocs Using hadley/staticdocs commit #8c1069d from 8 days ago --- docs/schaefer07_complex_case.html | 134 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 134 insertions(+) create mode 100644 docs/schaefer07_complex_case.html (limited to 'docs/schaefer07_complex_case.html') diff --git a/docs/schaefer07_complex_case.html b/docs/schaefer07_complex_case.html new file mode 100644 index 00000000..23ed3a26 --- /dev/null +++ b/docs/schaefer07_complex_case.html @@ -0,0 +1,134 @@ + + + + +schaefer07_complex_case. mkin 0.9.44.9000 + + + + + + + + + + + + + + + + + + +
+
+ +
+ +

+ Metabolism data set used for checking the software quality of KinGUI +

+ +
+
+

Usage

+
data(schaefer07_complex_case)
+ +
+

Description

+ +

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.

+ +
+ +
+

Format

+ +

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

+
time
a numeric vector

+ +

parent
a numeric vector

+ +

A1
a numeric vector

+ +

B1
a numeric vector

+ +

C1
a numeric vector

+ +

A2
a numeric vector

+ +

+ +

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

+ +
+ +
+

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

+
data <- mkin_wide_to_long(schaefer07_complex_case, time = "time") +model <- mkinmod( + parent = list(type = "SFO", to = c("A1", "B1", "C1"), sink = FALSE), + A1 = list(type = "SFO", to = "A2"), + B1 = list(type = "SFO"), + C1 = list(type = "SFO"), + A2 = list(type = "SFO"), use_of_ff = "max")
+Successfully compiled differential equation model from auto-generated C code. +
## Not run: mkinfit(model, data, plot=TRUE)
+
+ +
+ + +
+ + \ No newline at end of file -- cgit v1.2.1