Description Usage Arguments Value Methods (by class) See Also Examples
Coerce an R object to an mcmc.list object.
1 2 3 4 5 6 7 8 9 10 | as_mcmc_list(x, ...)
## S3 method for class 'mcmc'
as_mcmc_list(x, ...)
## S3 method for class 'nlist'
as_mcmc_list(x, ...)
## S3 method for class 'nlists'
as_mcmc_list(x, ...)
|
x |
An object. |
... |
Unused. |
An mcmc.list object.
mcmc
: Coerce an mcmc object to an mcmc.list object.
nlist
: Coerce an nlist object to an mcmc.list object.
nlists
: Coerce an nlists object to an mcmc.list object.
Other mcmc:
as_mcmc()
1 2 3 4 5 6 | 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))
))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.