Rdocumentation
powered by
Learn R Programming
locfit (version 19980714-2)
residuals.locfit: Residuals from a "locfit" object.
Usage
residuals(object, data, type, studentize)
Arguments
object
Fitted object from
locfit
()
.
data
The data frame for the original data. Usually this isn't needed.
type
Type of residuals for local likelihood. Default
"deviance"
. Other choices include
"response"
;
"pearson"
;
"ldot"
(likelihood derivative).
studentize
Studentize the residuals.