residuals.locfit
is implemented as a front-end to
fitted.locfit
, with the type
argument set.## S3 method for class 'locfit':
residuals(object, data=NULL, type="deviance", ...)
"locfit"
object."fit"
for
fitted.locfit
, and "dev"
for residuals.locfit
.
Other choices include "pear"
forfitted.locfit
; e.g.,
cv
and studentize
.