Displaying 1 result from an estimated 1 matches for "thincount".
Did you mean:
thencount
2012 Oct 04
1
Coda, HPDinterval and multiple chains
...del 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 Jags which created the object "odp_gini_only". I then use the Coda package to look at the results stored in "coda_odp_gini_only". Prior to running any analysis with Coda, I used the command,
c...