Learn R Programming

mcmcr (version 0.6.2)

collapse_chains.mcmcr: Collapse Chains

Description

Collapses an MCMC object's chains into a single chain.

Usage

# S3 method for mcmcr
collapse_chains(x, ...)

Value

The modified object with one chain.

Arguments

x

An object.

...

Other arguments passed to methods.

See Also

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