From 6476f5f49b373cd4cf05f2e73389df83e437d597 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 13 Feb 2025 16:30:31 +0100 Subject: Axis legend formatting, update vignettes --- docs/dev/reference/residuals.mkinfit.html | 167 ------------------------------ 1 file changed, 167 deletions(-) delete mode 100644 docs/dev/reference/residuals.mkinfit.html (limited to 'docs/dev/reference/residuals.mkinfit.html') diff --git a/docs/dev/reference/residuals.mkinfit.html b/docs/dev/reference/residuals.mkinfit.html deleted file mode 100644 index 578b5066..00000000 --- a/docs/dev/reference/residuals.mkinfit.html +++ /dev/null @@ -1,167 +0,0 @@ - -Extract residuals from an mkinfit model — residuals.mkinfit • mkin - - -
-
- - - -
-
- - -
-

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
-
-
-
- -
- - -
- - - - - - - - -- cgit v1.2.1