powered by
Coerce an R object to an mcmc.list object.
as_mcmc_list(x, ...)# S3 method for mcmc as_mcmc_list(x, ...)# S3 method for nlist as_mcmc_list(x, ...)# S3 method for nlists as_mcmc_list(x, ...)
# S3 method for mcmc as_mcmc_list(x, ...)
# S3 method for nlist as_mcmc_list(x, ...)
# S3 method for nlists as_mcmc_list(x, ...)
An mcmc.list object.
An object.
Unused.
as_mcmc_list(mcmc): Coerce an mcmc object to an mcmc.list object.
as_mcmc_list(mcmc)
as_mcmc_list(nlist): Coerce an nlist object to an mcmc.list object.
as_mcmc_list(nlist)
as_mcmc_list(nlists): Coerce an nlists object to an mcmc.list object.
as_mcmc_list(nlists)
Other mcmc: as_mcmc()
as_mcmc()
as_mcmc_list(nlist(x = matrix(1:6, 2))) as_mcmc_list(nlists( nlist(x = matrix(1:6, 2)), nlist(x = matrix(3:8, 2)) ))
Run the code above in your browser using DataLab