rloo {api2lm}R Documentation

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(s)

Joshua French

See Also

rloo.lm

Examples

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

[Package api2lm version 0.2 Index]