ConstructMCMCArray | R Documentation |
Read in JAGS objects and constructs mcmc.array
, which is saved to output
.
ConstructMCMCArray(
ChainIDs,
n.samplestot.max = 15000,
core.run = FALSE,
use.informative.priors = FALSE,
temp_files
)
ChainIDs |
Optional: specify which chains to include (to use when you want to exclude a chain that crashed, or which has not finished yet). |
n.samplestot.max |
Maximum number of posterior samples to save |
core.run |
Set to TRUE if running core data |
use.informative.priors |
Set to TRUE if using informative priors |
temp_files |
temporary JAGS files |
Invisible
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.