rloo | R Documentation |
rloo
computes the leave-one-out residuals of
model
.
rjacknife
and rdeleted
are
aliases for rloo
.
rloo(model, ...)
rdeleted(model, ...)
rjackknife(model, ...)
model |
a fitted model object from the |
... |
Currently unimplemented |
Joshua French
rloo.lm
lmod <- lm(Girth ~ Height, data = trees)
rloo(lmod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.