bind_iterations.mcmc.list {nlist} | R Documentation |
Bind Iterations
Description
Combines two MCMC objects (with the same parameters and chains) by iterations.
Usage
## S3 method for class 'mcmc.list'
bind_iterations(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_chains()
,
collapse_chains()
,
estimates()
,
split_chains()
Examples
bind_iterations(as_mcmc_list(nlist(x = 1)), as_mcmc_list(nlist(x = 3)))
[Package nlist version 0.3.3 Index]