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/residuals.mkinfit.html | 186 +++++++++++------------------- 1 file changed, 65 insertions(+), 121 deletions(-) (limited to 'docs/dev/reference/residuals.mkinfit.html') diff --git a/docs/dev/reference/residuals.mkinfit.html b/docs/dev/reference/residuals.mkinfit.html index 3f518ab7..009f790f 100644 --- a/docs/dev/reference/residuals.mkinfit.html +++ b/docs/dev/reference/residuals.mkinfit.html @@ -1,67 +1,12 @@ - - - - - - - -Extract residuals from an mkinfit model — residuals.mkinfit • mkin - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Extract residuals from an mkinfit model — residuals.mkinfit • mkin - - + + - - -
-
- -
- -
+
@@ -147,60 +92,59 @@

Extract residuals from an mkinfit model

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

Arguments

- - - - - - - - - - - - - - -
object

A mkinfit object

standardized

Should the residuals be standardized by dividing by the -standard deviation obtained from the fitted error model?

...

Not used

- - -

Examples

-
f <- mkinfit("DFOP", FOCUS_2006_C, quiet = TRUE) -residuals(f) -
#> [1] 0.09726374 -0.13912142 -0.15351210 0.73388322 -0.08657004 -0.93204702 -#> [7] -0.03269080 1.45347823 -0.88423697
residuals(f, standardized = TRUE) -
#> [1] 0.13969917 -0.19981904 -0.22048826 1.05407091 -0.12433989 -1.33869208 -#> [7] -0.04695355 2.08761977 -1.27002287
+
+
# S3 method for mkinfit
+residuals(object, standardized = FALSE, ...)
+
+ +
+

Arguments

+
object
+

A mkinfit object

+ + +
standardized
+

Should the residuals be standardized by dividing by the +standard deviation obtained from the fitted error model?

+ + +
...
+

Not used

+ +
+ +
+

Examples

+
f <- mkinfit("DFOP", FOCUS_2006_C, quiet = TRUE)
+residuals(f)
+#> [1]  0.09726374 -0.13912142 -0.15351210  0.73388322 -0.08657004 -0.93204702
+#> [7] -0.03269080  1.45347823 -0.88423697
+residuals(f, standardized = TRUE)
+#> [1]  0.13969917 -0.19981904 -0.22048826  1.05407091 -0.12433989 -1.33869208
+#> [7] -0.04695355  2.08761977 -1.27002287
+
+
+
- - - + + -- cgit v1.2.1