powered by
Splits each of an MCMC object's chains in half to double the number of chains and halve the number of iterations.
# S3 method for nlists split_chains(x, ...)
The modified object.
An object.
Other arguments passed to methods.
Other MCMC manipulations: bind_chains(), bind_iterations(), collapse_chains(), estimates()
bind_chains()
bind_iterations()
collapse_chains()
estimates()
nlists <- nlists(nlist(x = c(2, 9)), nlist(x = c(1, 7))) nchains(nlists) nchains(split_chains(nlists))
Run the code above in your browser using DataLab