SBCp {ALSM}R Documentation

Calculate SBC

Description

Schwarz' Bayesian criterion

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

Usage

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


##################use data Surgical Unit, page 360

SBCp(lm(lny~x4,SurgicalUnit))

[Package ALSM version 0.2.0 Index]