Reads simulations from WinBUGS into R or S-PLUS, 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)
Returns the same values as bugs
.
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
The main function to be called by the user is bugs
.