powered by
Binds two MCMC objects (with the same parameters and iterations) by chains.
bind_chains(x, x2, ...)
An object.
A second object.
Other arguments passed to methods.
The combined object.
Other MCMC manipulations: collapse_chains(), estimates(), split_chains()
collapse_chains()
estimates()
split_chains()
# NOT RUN { bind_chains.foobar <- function(x, x2, ...) { NotYetImplemented() # replace with code to bind_chains for an object of class 'foobar' } # }
Run the code above in your browser using DataLab