Extract residuals from an mkinfit model
## S3 method for class 'mkinfit' residuals(object, standardized = FALSE, ...)
object
: A mkinfit
objectstandardized
: Should the residuals be standardized by dividing by the standard deviation obtained from the fitted error model?...
: Not usedf <- mkinfit("DFOP", FOCUS_2006_C, quiet = TRUE) residuals(f) residuals(f, standardized = TRUE)