bind_chains.mcmcr {mcmcr} | R Documentation |
Bind by Chains.
Description
Binds two MCMC objects (with the same parameters and iterations) by chains.
Usage
## S3 method for class 'mcmcr'
bind_chains(x, x2, ...)
Arguments
x |
An object. |
x2 |
A second object. |
... |
Other arguments passed to methods. |
Value
The combined object.
See Also
Other MCMC manipulations:
bind_iterations()
,
collapse_chains()
,
estimates()
,
split_chains()
[Package mcmcr version 0.6.1 Index]