bic {CNPBayes}R Documentation

Calculate BIC of a model

Description

Calculate BIC of a model

Usage

bic(object)

## S4 method for signature 'MultiBatchModel'
bic(object)

Arguments

object

see showMethods(bic)

Value

The BIC of the model.

Examples

mb <- MultiBatchModelExample
mcmcParams(mb) <- McmcParams(iter=100, burnin=50)
mb <- posteriorSimulation(mb)
bic(mb)

[Package CNPBayes version 1.13.5 Index]