9_model.s: Criteria for Model Selection

Description Usage Arguments References Examples

Description

SSEp, R2.p, R2.adj.p, Cp, AICp, SBCp and PRESSP Values for All Possible Regression Modes

Usage

1
model.s(x,y)

Arguments

x

matrix of predictors

y

response vector

References

Michael H. Kutner; Christopher J. Nachtsheim; John Neter; William Li. Applied Linear Statistical Models Fifth Edition .chapter 9

Examples

1
2
3
### table 9.2, page 353
library("leaps")
model.s(SurgicalUnit[,1:4],SurgicalUnit[,10])

ALSM documentation built on May 2, 2019, 10:19 a.m.

Related to 9_model.s in ALSM...