Sawa's Bayesian Information Criteria

sbic(model, full_model)

Arguments

model
an object of class lm
full_model
an object of class lm options include R, STATA and SAS

Value

Sawa's Bayesian Information Criteria

Examples

full_model <- lm(mpg ~ ., data = mtcars) model <- lm(mpg ~ disp + hp + wt + qsec, data = mtcars) sbic(model, full_model)
#> [1] 70.27599