DIC {BayesComm}R Documentation

Deviance Information Criterion

Description

Calculates Deviance Information Criteria for bayescomm objects.

Usage

DIC(BC)

Arguments

BC

a bayescomm object

References

Spiegelhalter, D.J.. Best, N.G., Carlin, B.P., van der Linde, A. (2002). Bayesian measures of model complexity and fit. Journal of the Royal Statistical Society, Series B, 64 (4): 583-639.

See Also

BC

Examples

m1 <- example(BC)[[1]]
DIC(m1)

[Package BayesComm version 0.1-2 Index]