as.mcmc.list.list {simlandr} | R Documentation |
Convert a list of simulation output to a mcmc.list object
Description
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()
.
Usage
## S3 method for class 'list'
as.mcmc.list(x, ...)
Arguments
x |
A list of simulation output |
... |
Not used |
Value
A mcmc.list object
[Package simlandr version 0.4.0 Index]