DIC {OrthoPanels} | R Documentation |
Deviance Information Criterion (DIC)
Description
Computes the Deviance Information Criterion (DIC), which is a generalization of the Akaike Information Criterion. Models with smaller DIC are considered to fit better than models with larger DIC.
Usage
DIC(object, ...)
Arguments
object |
an instance of class |
... |
further arguments passed to other methods. |
Details
DIC is defined as
where:
DIC is calculated as: 2 * (-2 * mean(log-likelihood at each element of parameter samples)) - (-2 * log(likelihood at mean parameter sample value))
Value
a numeric value with the corresponding DIC
Note
Note the speed of computation of the DIC in proportional to the number of sampled values of the parameters in the opm object.
[Package OrthoPanels version 1.2-4 Index]