as_mcmc | R Documentation |
Coerce an R object to an mcmc object.
as_mcmc(x, ...)
## S3 method for class 'mcmc.list'
as_mcmc(x, ...)
## S3 method for class 'nlist'
as_mcmc(x, ...)
## S3 method for class 'nlists'
as_mcmc(x, ...)
x |
An object. |
... |
Unused. |
An mcmc object.
as_mcmc(mcmc.list)
: Coerce an mcmc.list object to an mcmc object.
as_mcmc(nlist)
: Coerce an nlist object to an mcmc object.
as_mcmc(nlists)
: Coerce an nlists object to an mcmc object.
coda::as.mcmc()
Other mcmc:
as_mcmc_list()
as_mcmc(as_mcmc_list(nlists(nlist(x = 2), nlist(x = 3))))
as_mcmc(nlist(x = matrix(1:6, 2)))
as_mcmc(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.