powered by
Collapses an MCMC object's chains into a single chain.
collapse_chains(x, ...)
An object.
Other arguments passed to methods.
The modified object with one chain.
Other MCMC manipulations: bind_chains(), estimates(), split_chains()
bind_chains()
estimates()
split_chains()
# NOT RUN { collapse_chains.foobar <- function(x, ...) { NotYetImplemented() # replace with code to collapse_chains for an object of class 'foobar' } # }
Run the code above in your browser using DataLab