Combines two MCMC objects (with the same parameters and chains) by iterations.

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()