BIC.siland: Bayesian Information criterion
Description
Function computing the Bayesian Information Criterion for an object of class siland, according to the formula -2*loglikelihood+k*npar, with npar the number of parameters of the model and k = log(n) (n being the number of observations).
Usage
# S3 method for siland
BIC(object,...)
Arguments
- object
an object of class siland
- ...
Dots are not take into account in this version