as.mcmc.list.list | R Documentation |
This function can be used to convert a list of simulation output to a mcmc.list object. This may be useful when the output of the simulation is a list of matrices, and you want to perform convergence checks using the functions in the coda package. See coda::mcmc.list()
for more information, and also see the examples in the documentation of sim_SDE()
.
## S3 method for class 'list'
as.mcmc.list(x, ...)
x |
A list of simulation output |
... |
Not used |
A mcmc.list object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.