R/residuals.wa.R

Defines functions `residuals.wa`

`residuals.wa` <- function(object, ...) {
  resi <- object$residuals
  if (!is.null(object$na.action))
    resi <- naresid(object$na.action, resi)
  resi
}

Try the analogue package in your browser

Any scripts or data that you put into this service are public.

analogue documentation built on June 21, 2021, 1:08 a.m.