plot.bugs.as.bugs.array(sims.array, model.file=NULL, program=NULL,
DIC=FALSE, DICOutput=NULL, n.iter=NULL, n.burnin=0, n.thin=1)DICOutput and detailssims.arraysims.arraysims.arraybugs object is returnedbugs object that can be conveniently displayed using
print and plot and accessed using attach.bugs. If
the third dimension of sims() has names, the resulting bugs object will
respect that naming convention. For example, if the parameter names are
as.bugs.array will know that
alpha is a vector of length 8, and mu and tau are scalar parameters.
These will all be plotted appropriately by plot and attached
appropriately by attach.bugs.
If DIC=TRUE then DIC can be either already passed to argument
DICOutput as it is done in openbugs or calculated
from deviance values in sims.array.bugs