Description Usage Arguments Details Value Author(s) See Also Examples
Converts an rjags
object to an mcmc
object.
1 2 | ## S3 method for class 'rjags'
as.mcmc(x, ...)
|
x |
|
... |
unused |
If x
contains multiple chains, the function returns an mcmc.list
object. Otherwise, the function returns an mcmc
object.
An mcmc.list
or mcmc
object.
S. McKay Curtis
coda package.
1 | ## None ##
|
Loading required package: coda
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.