combine_iters {mcmcsae} | R Documentation |
Combine multiple mcdraws objects into 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 |
Value
A combined object of class mcdraws
where the number of stored
draws equals the sum of the numbers of draws in the input objects.
[Package mcmcsae version 0.7.7 Index]