Deviance Information Criteria (DIC) and Widely Application Information Criteria (WAIC) for model comparison.
waic(object, pointwise = FALSE, digits = 2)
dic(object, digits = 1)
D. Spiegelhatler, N. G. Best, B. P. Carlin and G. Linde (2014) The Deviance Information Criterion: 12 Years on. J. Royal Statistical Society Series B: Stat Methodology. 76(3): 485-493.
Watanabe, S. (2010). Asymptotic equivalence of Bayes cross validation and widely application information criterion in singular learning theory. Journal of Machine Learning Research 11, 3571-3594.
A fitted geostan
model
Logical (defaults to FALSE
), should a vector of values for each observation be returned?
Round results to this many digits.
WAIC returns a vector of length 3 with the WAIC
value, a penalty term which measures the effective number of parameters estimated by the model Eff_pars
, and log predictive density Lpd
. If pointwise = TRUE
, results are returned in a data.frame
.
DIC returns a vector of length 2: the DIC value and the penalty term (which is part of the DIC calculation).
WAIC (widely applicable information criteria) and DIC (deviance information criteria) are used for model comparison. They are based on theories of out-of-sample predictive accuracy. The DIC is implemented with penalty term defined as 1/2 times the posterior variance of the deviance (Spiegelhatler et al. 2014).
The limitations of these methods include that DIC is less robust than WAIC and that WAIC is not strictly valid for autocorrelated data (viz. geostan's spatial models).
For both DIC and WAIC, lower values indicate better models.