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/mkinparplot.html | 123 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 123 insertions(+) create mode 100644 docs/mkinparplot.html (limited to 'docs/mkinparplot.html') diff --git a/docs/mkinparplot.html b/docs/mkinparplot.html new file mode 100644 index 00000000..3b78785e --- /dev/null +++ b/docs/mkinparplot.html @@ -0,0 +1,123 @@ + + + + +mkinparplot. mkin 0.9.44.9000 + + + + + + + + + + + + + + + + + + +
+
+ +
+ +

+ Function to plot the confidence intervals obtained using + mkinfit +

+ +
+
+

Usage

+
mkinparplot(object)
+ +

Arguments

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

Description

+ +

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

+ +
+ +
+

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)
+

+
+ +
+ + +
+ + \ No newline at end of file -- cgit v1.2.1