Learn R Programming

universals (version 0.0.5)

split_chains: Split Chains

Description

Splits each of an MCMC object's chains in half to double the number of chains and halve the number of iterations.

Usage

split_chains(x, ...)

Value

The modified object.

Arguments

x

An object.

...

Other arguments passed to methods.

See Also

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