PRESS: PRESS statistic

View source: R/PRESS.R

PRESSR Documentation

PRESS statistic

Description

Computation of Allen's PRESS statistic for an lm object.

Usage

PRESS(x)

Arguments

x

An lm object

Value

Allen's PRESS statistic.

Author(s)

W.J. Braun

See Also

lm

Examples

data(p4.18)
attach(p4.18)
y.lm <- lm(y ~ x1 + I(x1^2))
PRESS(y.lm)
detach(p4.18)

MPV documentation built on Sept. 8, 2023, 5:44 p.m.

Related to PRESS in MPV...