bic function

Computes the Bayesian Information Criterion

Computes the Bayesian Information Criterion

Computes the Bayesian Information Criterion of a model (Schwarz, 1978).

bic(mod)

Arguments

  • mod: A fitted model of class lm or merMod.

Examples

data(mtcars) mod1 <- lm(mpg ~ cyl, mtcars) bic(mod1)

References

Schwarz, G. (1978). Estimating the dimension of a model. Annals of Statistics, 6, 461-464.

See Also

aic, ictab

Author(s)

Ladislas Nalborczyk <ladislas.nalborczyk@gmail.com >

  • Maintainer: Ladislas Nalborczyk
  • License: MIT + file LICENSE
  • Last published: 2017-12-10