9_SBCp: Calculate SBC

Description Usage Arguments References Examples

Description

Schwarz' Bayesian criterion

SBC = n*ln(SSEp)-n*ln(n)+ln(n)*p

Usage

1
SBCp(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

Examples

1
2
3
##################use data Surgical Unit, page 360

SBCp(lm(lny~x4,SurgicalUnit))

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

Related to 9_SBCp in ALSM...