powered by
Combines two MCMC objects (with the same parameters and chains) by iterations.
# S3 method for mcmc bind_iterations(x, x2, ...)
The combined object.
An object.
A second object.
Other arguments passed to methods.
Other MCMC manipulations: bind_chains(), collapse_chains(), estimates(), split_chains()
bind_chains()
collapse_chains()
estimates()
split_chains()
bind_iterations(as_mcmc(nlist(x = 1)), as_mcmc(nlist(x = 3)))
Run the code above in your browser using DataLab