bic {CNPBayes} | R Documentation |
Calculate BIC of a model
bic(object) ## S4 method for signature 'MultiBatchModel' bic(object)
object |
see |
The BIC of the model.
mb <- MultiBatchModelExample mcmcParams(mb) <- McmcParams(iter=100, burnin=50) mb <- posteriorSimulation(mb) bic(mb)