PRESS | R Documentation |
Computation of Allen's PRESS statistic for an lm object.
PRESS(x)
x |
An |
Allen's PRESS statistic.
W.J. Braun
lm
data(p4.18)
attach(p4.18)
y.lm <- lm(y ~ x1 + I(x1^2))
PRESS(y.lm)
detach(p4.18)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.