From 38f9e15f0c972c1516ae737a2bca8d7789581bbd Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 6 Oct 2016 09:19:21 +0200 Subject: Static documentation rebuilt by pkgdown::build_site() --- docs/reference/mkinparplot.html | 122 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 122 insertions(+) create mode 100644 docs/reference/mkinparplot.html (limited to 'docs/reference/mkinparplot.html') diff --git a/docs/reference/mkinparplot.html b/docs/reference/mkinparplot.html new file mode 100644 index 00000000..f2fae22d --- /dev/null +++ b/docs/reference/mkinparplot.html @@ -0,0 +1,122 @@ + + + + + + + + +mkinparplot. mkin + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+ + + +
+
+ +

This function plots the confidence intervals for the parameters + fitted using mkinfit.

+ + +
mkinparplot(object)
+ +

Arguments

+
+
object
+
+ A fit represented in an mkinfit object. +
+
+ +
+

Value

+ +

Nothing is returned by this function, as it is called for its side effect, namely to produce a plot.

+
+ +

Examples

+
model <- mkinmod( + T245 = list(type = "SFO", to = c("phenol"), sink = FALSE), + phenol = list(type = "SFO", to = c("anisole")), + anisole = list(type = "SFO"), use_of_ff = "max")
Successfully compiled differential equation model from auto-generated C code.
fit <- mkinfit(model, subset(mccall81_245T, soil == "Commerce"), quiet = TRUE) +mkinparplot(fit)
+
+
+

Author

+ + Johannes Ranke + +
+
+ + +
+ + + -- cgit v1.2.1