Reads simulations from OpenBUGS into R, formats them, monitors convergence, performs convergence checks, and computes medians and quantiles - intended for internal use.
bugs.sims(parameters.to.save, n.chains, n.iter, n.burnin, n.thin,
DIC = TRUE)
parameters that should be monitored
number of Markov chains
number of total iterations (including burn in)
length of burn in
size of thinning parameter
calculation of DIC
Returns the same values as bugs
.
The main function to be called by the user is bugs
.