by billb » Mon May 21, 2012 9:50 am
Hi Sian,
I think you are a little confused here. The DIC diagnostic is an information criterion that can be used to compare models in a similar way to the AIC and BIC in a non-Bayesian/MCMC setting. What it is not is equivalent to 'a two-tailed test at 5% significance level'. The closest thing in the Bayesian MCMC world to the test you are asking is to compare the parameters interval estimates with the value 0. So if you were say wanting to see if parameter beta_2 is significant at the 5% level then you could click on it's trajectory to get MCMC diagnostics. Here you will get quantiles of it's distribution and looking at the 2.5% and 97.5% quantiles gives a 95% interval estimate for beta_2. If this interval doesn't contain 0 i.e. both quantiles have the same sign then this suggests significance (2-sided) at the 95% level. If you wish to look at one-sided then depending on direction one would look at the 5% or 95% quantile and see if it is the correct side of 0 i.e. if you are testing versus beta_2 > 0 then look at 5% quantile and whether it is positive if beta_2 < 0 then look at 95% quantile and whether it is negative.
Hope this makes sense.
Bill.