Learn R Programming

mcmcsae (version 0.6.0)

combine_chains: Combine multiple draws objects to a single one by combining their chains

Description

This function can be used to combine the results of parallel simulations.

Usage

combine_chains(...)

Arguments

...

objects of class draws.

Value

A combined object of class draws where the number of stored chains equals the sum of the numbers of chains in the input objects.