powered by
Split chains by halving the number of iterations per chain and doubling the number of chains.
split_chains(x, ...)
A draws object of the same class as x.
draws
x
(draws) A draws object or another R object for which the method is defined.
Arguments passed to individual methods (if applicable).
x <- example_draws() niterations(x) nchains(x) x <- split_chains(x) niterations(x) nchains(x)
Run the code above in your browser using DataLab