The nma_dic class
The nma_dic
class contains details of the Deviance Information Criterion (DIC), produced using the dic()
function.
Objects of class nma_dic
have the following components:
dic
: The DIC valuepd
, pv
: The effective number of parametersresdev
: The total residual deviancepointwise
: A list of data frames containing the pointwise contributions for the IPD and AgD.resdev_array
: A 3D MCMC array [Iterations, Chains, Parameters] of posterior residual deviance samples.dic()
, print.nma_dic()
, plot.nma_dic()
.
Useful links