| collapse_chains.mcmc.list {nlist} | R Documentation |
Collapse Chains
Description
Collapses an MCMC object's chains into a single chain.
Usage
## S3 method for class 'mcmc.list'
collapse_chains(x, ...)
Arguments
x |
An object. |
... |
Other arguments passed to methods. |
Value
The modified object with one chain.
See Also
Other MCMC manipulations:
bind_chains(),
bind_iterations(),
estimates(),
split_chains()
[Package nlist version 0.3.3 Index]