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/residuals.mkinfit.html | 186 ++++++++++++++-------------------- 1 file changed, 74 insertions(+), 112 deletions(-) (limited to 'docs/reference/residuals.mkinfit.html') diff --git a/docs/reference/residuals.mkinfit.html b/docs/reference/residuals.mkinfit.html index 0115cc3f..332f2bfd 100644 --- a/docs/reference/residuals.mkinfit.html +++ b/docs/reference/residuals.mkinfit.html @@ -1,124 +1,90 @@ -Extract residuals from an mkinfit model — residuals.mkinfit • mkinExtract residuals from an mkinfit model — residuals.mkinfit • mkin + + Skip to contents -
-
-
- + + +
+
+
+
-
+

Extract residuals from an mkinfit model

-
+
+

Usage

# S3 method for mkinfit
 residuals(object, standardized = FALSE, ...)
-
-

Arguments

+
+

Arguments

object

A mkinfit object

@@ -133,8 +99,8 @@ standard deviation obtained from the fitted error model?

-
-

Examples

+
+

Examples

f <- mkinfit("DFOP", FOCUS_2006_C, quiet = TRUE)
 residuals(f)
 #> [1]  0.09726374 -0.13912142 -0.15351210  0.73388322 -0.08657004 -0.93204702
@@ -144,26 +110,22 @@ standard deviation obtained from the fitted error model?

#> [7] -0.04695355 2.08761977 -1.27002287
-
- -
+
-
- -- cgit v1.2.1