glance.dic.Rd
This provides a one-row dataframe (`data.table`) with information on the overall deviance, effective number of parameters (when `type` was pD) or optimism (when `type` was popt), and resulting penalised deviance.
# S3 method for dic glance(x, ...)
x | a dic object generated by rjags::dic.samples |
---|---|
... | (optional) additional arguments to pass |
a one-row dataframe of summary information of the dic samples
library(rjags)#>#>#> Error in nchain(model): JAGS model must be recompiledglance(model_dic)#> Error in glance(model_dic): object 'model_dic' not found