From af7c6de4db9981ac814362c441fbac22c8faa2d7 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 24 Nov 2022 09:02:26 +0100 Subject: Start online docs of the development version --- docs/dev/reference/mkinparplot.html | 188 +++++++++++++----------------------- 1 file changed, 69 insertions(+), 119 deletions(-) (limited to 'docs/dev/reference/mkinparplot.html') diff --git a/docs/dev/reference/mkinparplot.html b/docs/dev/reference/mkinparplot.html index bac6e71c..99b0ab33 100644 --- a/docs/dev/reference/mkinparplot.html +++ b/docs/dev/reference/mkinparplot.html @@ -1,68 +1,13 @@ - - - - - - - -Function to plot the confidence intervals obtained using mkinfit — mkinparplot • mkin - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Function to plot the confidence intervals obtained using mkinfit — mkinparplot • mkin - - + + - - -
-
- -
- -
+

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

+mkinfit.

-
mkinparplot(object)
+
+
mkinparplot(object)
+
-

Arguments

- - - - - - -
object

A fit represented in an mkinfit object.

+
+

Arguments

+
object
+

A fit represented in an mkinfit object.

-

Value

+
+
+

Value

+ -

Nothing is returned by this function, as it is called for its side +

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

-

Author

- +
+
+

Author

Johannes Ranke

+
-

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") -
#> Temporary DLL for differentials generated and loaded
fit <- mkinfit(model, subset(mccall81_245T, soil == "Commerce"), quiet = TRUE) -
#> Warning: Observations with value of zero were removed from the data
#> Warning: Optimisation did not converge: -#> false convergence (8)
mkinparplot(fit) -
# } -
+
+

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")
+#> Temporary DLL for differentials generated and loaded
+fit <- mkinfit(model, subset(mccall81_245T, soil == "Commerce"), quiet = TRUE)
+#> Warning: Observations with value of zero were removed from the data
+#> Warning: Optimisation did not converge:
+#> false convergence (8)
+mkinparplot(fit)
+
+# }
+
+
+
-
- - + + -- cgit v1.2.1