collapse_chains.nlists: Collapse Chains

View source: R/collapse-chains.R

collapse_chains.nlistsR Documentation

Collapse Chains

Description

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

Usage

## S3 method for class 'nlists'
collapse_chains(x, ...)

Arguments

x

An object.

...

Other arguments passed to methods.

Value

The modified object with one chain.

See Also

Other collapse: collapse_chains.mcmc(), collapse_chains.nlist()

Examples

collapse_chains(nlist(x = 2))

poissonconsulting/nlist documentation built on June 14, 2025, 8:54 p.m.