Description Usage Arguments Value Examples
Calculate BIC of a model
1 | bic(object)
|
object |
see |
The BIC of the model.
1 2 3 4 | mb <- MultiBatchModelExample
mcmcParams(mb) <- McmcParams(iter=100, burnin=50)
mb <- posteriorSimulation(mb)
bic(mb)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.