From 8b7edd4eaf0d196e674a085f744d1a69260a6c91 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 16 Nov 2023 06:02:05 +0100 Subject: Update pkgdown docs to bootstrap 5 with search --- docs/reference/mkinparplot.html | 195 ++++++++++++++++------------------------ 1 file changed, 79 insertions(+), 116 deletions(-) (limited to 'docs/reference/mkinparplot.html') diff --git a/docs/reference/mkinparplot.html b/docs/reference/mkinparplot.html index 71957650..fd123d92 100644 --- a/docs/reference/mkinparplot.html +++ b/docs/reference/mkinparplot.html @@ -1,143 +1,110 @@ -Function to plot the confidence intervals obtained using mkinfit — mkinparplot • mkinFunction to plot the confidence intervals obtained using mkinfit — mkinparplot • mkin + + Skip to contents -
-
-
- + + +
+
+
+
-
+

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

-
+
+

Usage

mkinparplot(object)
-
-

Arguments

+
+

Arguments

object

A fit represented in an mkinfit object.

-
-

Value

+
+

Value

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

-
-

Author

+
+

Author

Johannes Ranke

-
-

Examples

+
+

Examples


 # \dontrun{
 model <- mkinmod(
@@ -152,26 +119,22 @@ effect, namely to produce a plot.

# }
-
- -
+
-
- -- cgit v1.2.1