Displaying 1 result from an estimated 1 matches for "coda_odp_gini_only".
2012 Oct 04
1
Coda, HPDinterval and multiple chains
...pt my apologies if another audience may be more appropriate.
I have been using the rjags package to run Jags models with multiple chains and store the results in a Coda based mcmc list. For instance, having created a jags model and done initial adapting and updating, I run the following command:
coda_odp_gini_only <- coda.samples(odp_gini_only,
variable.names=c("beta","sigma2.u2", "deviance"),
n.iter=itercount, thin=thincount)
This create an object with 4 separate chains as requested in my initial call to...