bic {ESTER} | R Documentation |
Computes the Bayesian Information Criterion of a model (Schwarz, 1978).
bic(mod)
mod |
A fitted model of class |
Ladislas Nalborczyk <ladislas.nalborczyk@gmail.com>
Schwarz, G. (1978). Estimating the dimension of a model. Annals of Statistics, 6, 461-464.
data(mtcars)
mod1 <- lm(mpg ~ cyl, mtcars)
bic(mod1)