residuals.mkinfit: Extract residuals from an mkinfit model

View source: R/residuals.mkinfit.R

residuals.mkinfitR Documentation

Extract residuals from an mkinfit model

Description

Extract residuals from an mkinfit model

Usage

## S3 method for class '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)
residuals(f, standardized = TRUE)

mkin documentation built on Oct. 14, 2023, 5:08 p.m.