Learn R Programming

api2lm (version 0.2)

rloo: Compute leave-one-out residuals

Description

rloo computes the leave-one-out residuals of model.

rjacknife and rdeleted are aliases for rloo.

Usage

rloo(model, ...)

rdeleted(model, ...)

rjackknife(model, ...)

Arguments

model

a fitted model object from the lm function.

...

Currently unimplemented

Author

Joshua French

See Also

rloo.lm

Examples

Run this code
lmod <- lm(Girth ~ Height, data = trees)
rloo(lmod)

Run the code above in your browser using DataLab