AICp {ALSM}R Documentation

Calculate AIC

Description

Akaike's information criterion

AIC = n*ln(SSEp)-n*ln(n)+2*p

Usage

AICp(model)

Arguments

model

model of regression

References

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

See Also

cpc,SBCp,pressc

Examples

#### example page 360
AICp(lm(lny~x4,SurgicalUnit))


[Package ALSM version 0.2.0 Index]