Learn R Programming

mcmcsae (version 0.6.0)

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

Description

This function is used to combine the results of parallel posterior predictive simulations.

Usage

combine_iters(...)

Arguments

...

objects of class draws

Value

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