View source: R/core_bayes_estimate.R
| mcmc_dm_to_coda_mcmc | R Documentation |
coda::mcmc.list ObjectConverts a 3D MCMC chain array (parameters × chains × iterations)
into a coda::mcmc.list object for compatibility with diagnostic and
summary functions from the coda package.
mcmc_dm_to_coda_mcmc(chains)
chains |
a 3D numeric array with dimensions corresponding to
parameters × chains × iterations. |
An object of class mcmc.list containing one mcmc object per chain.
coda::mcmc(), coda::mcmc.list()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.