DIC_cmp {MultRegCMP} | R Documentation |
DIC of the regression model
Description
This function used an approach similar to the presented by Benson & Friel (2021) to calculate the BIC. We select S a sample size of the posterior samples to speed up computation
Usage
DIC_cmp(fit, S = 100)
Arguments
fit |
An object from the mcmc_cmp_mh |
S |
Number of iterations used to calculate the DIC |
Value
Vector of approximated DIC
[Package MultRegCMP version 0.1.0 Index]