View source: R/903_post_hoc_fns.R
DIC | R Documentation |
Calculate the Deviance Information Criterion (DIC) through an approximation based solely on the values of the log-likelihood at each iteration of the Markov Chain Monte Carlo results.
DIC(log_likelihood, burn_in = 0)
log_likelihood |
A vector of the log-likelihood values |
burn_in |
A scalar indicating how many of the values should be removed from the beginning of the |
The DIC approximation value (a scalar)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.