Learn R Programming

universals (version 0.0.5)

bind_chains: Bind by Chains.

Description

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

Usage

bind_chains(x, x2, ...)

Value

The combined object.

Arguments

x

An object.

x2

A second object.

...

Other arguments passed to methods.

See Also

Other MCMC manipulations: bind_iterations(), collapse_chains(), estimates(), split_chains()