BIC.siland: Bayesian Information criterion

View source: R/BIC.siland.R

BIC.silandR 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


siland documentation built on March 31, 2023, 7:33 p.m.