BIC.siland {siland} | R Documentation |
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 class 'siland'
BIC(object,...)
Arguments
object |
an object of class siland |
... |
Dots are not take into account in this version |
Value
BIC value
Author(s)
O. Martin
[Package siland version 3.0.2 Index]