collapse_chains.mcmc.list | R Documentation |
Collapses an MCMC object's chains into a single chain.
## S3 method for class 'mcmc.list' collapse_chains(x, ...)
x |
An object. |
... |
Other arguments passed to methods. |
The modified object with one chain.
Other MCMC manipulations:
bind_chains()
,
bind_iterations()
,
estimates()
,
split_chains()