From a77a10ea6c607346778ba0700b3b66ac393101a2 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 27 May 2020 06:06:08 +0200 Subject: Create up to date pkgdown docs in development mode --- docs/dev/reference/mkinparplot.html | 203 ++++++++++++++++++++++++++++++++++++ 1 file changed, 203 insertions(+) create mode 100644 docs/dev/reference/mkinparplot.html (limited to 'docs/dev/reference/mkinparplot.html') diff --git a/docs/dev/reference/mkinparplot.html b/docs/dev/reference/mkinparplot.html new file mode 100644 index 00000000..790f5e7e --- /dev/null +++ b/docs/dev/reference/mkinparplot.html @@ -0,0 +1,203 @@ + + + + + + + + +Function to plot the confidence intervals obtained using mkinfit — 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

+
+# \dontrun{ +model <- mkinmod( + T245 = mkinsub("SFO", to = c("phenol"), sink = FALSE), + phenol = mkinsub("SFO", to = c("anisole")), + anisole = mkinsub("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)
#> Warning: Observations with value of zero were removed from the data
mkinparplot(fit)
# } +
+
+ +
+ + + +
+ + + + + + + + -- cgit v1.2.1