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/mkinresplot.html | 201 +++++++++++++++++----------------------- 1 file changed, 83 insertions(+), 118 deletions(-) (limited to 'docs/reference/mkinresplot.html') diff --git a/docs/reference/mkinresplot.html b/docs/reference/mkinresplot.html index 4bfd033e..420c3190 100644 --- a/docs/reference/mkinresplot.html +++ b/docs/reference/mkinresplot.html @@ -1,124 +1,93 @@ -Function to plot residuals stored in an mkin object — mkinresplot • mkinFunction to plot residuals stored in an mkin object — mkinresplot • mkin + + Skip to contents -
-
-
- + + +
+
+
+
-
+

This function plots the residuals for the specified subset of the observed variables from an mkinfit object. A combined plot of the fitted model and the residuals can be obtained using plot.mkinfit using the argument show_residuals = TRUE.

-
+
+

Usage

mkinresplot(
   object,
   obs_vars = names(object$mkinmod$map),
@@ -136,8 +105,8 @@ argument show_residuals = TRUE.

)
-
-

Arguments

+
+

Arguments

object

A fit represented in an mkinfit object.

@@ -195,26 +164,26 @@ be passed on to plot.

-
-

Value

+
+

Value

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

-
-

See also

+
+

See also

mkinplot, for a way to plot the data and the fitted lines of the mkinfit object, and plot_res for a function combining the plot of the fit and the residual plot.

-
-

Author

+
+

Author

Johannes Ranke and Katrin Lindenberger

-
-

Examples

+
+

Examples


 model <- mkinmod(parent = mkinsub("SFO", "m1"), m1 = mkinsub("SFO"))
 #> Temporary DLL for differentials generated and loaded
@@ -225,26 +194,22 @@ combining the plot of the fit and the residual plot.

-
- -
+
-
- -- cgit v1.2.1