powered by
Splits each of an MCMC object's chains in half to double the number of chains and halve the number of iterations.
split_chains(x, ...)
An object.
Other arguments passed to methods.
The modified object.
Other MCMC manipulations: bind_chains(), collapse_chains(), estimates()
bind_chains()
collapse_chains()
estimates()
# NOT RUN { split_chains.foobar <- function(x, ...) { NotYetImplemented() # replace with code to split_chains for an object of class 'foobar' } # }
Run the code above in your browser using DataLab