I have a quick question about the details of running a model in JAGS and BUGS.
Say I run a model with n.burnin=5000
, n.iter=5000
and thin=2
. Does this mean that the program will:
- Run 5,000 iterations, and discard results; and then
- Run another 10,000 iterations, only keeping every second result?
If I save these simulations as a CODA
object, are all 10,000 saved, or only the thinned 5,000? I'm just trying to understand which set of iterations are used to make the ACF plot?