residuals.mkinfit function

Extract residuals from an mkinfit model

Extract residuals from an mkinfit model

## 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)
  • Maintainer: Johannes Ranke
  • License: GPL
  • Last published: 2025-02-13