Learn R Programming

siland (version 3.0.2)

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,...)

Value

BIC value

Arguments

object

an object of class siland

...

Dots are not take into account in this version

Author

O. Martin