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)An object of class mcmc.list containing one mcmc object per chain.
a 3D numeric array with dimensions corresponding to
parameters × chains × iterations. chains are typically obtained from a call
to get_subset_chains().
coda::mcmc(), coda::mcmc.list()