9_cpc: Calculate cp critera

Description Usage Arguments References See Also Examples

Description

Mallows' Cp Criterion

Usage

1
cpc(r,f)

Arguments

r

Reduced model

f

Full model

References

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

See Also

AICp,SBCp,pressc

Examples

1
2
3
#### example page 358

cpc(lm(lny~x4,SurgicalUnit),lm(lny~x1+x2+x3+x4,SurgicalUnit))

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

Related to 9_cpc in ALSM...