powered by
Combines samples of multiple MCMC objects (with the same parameters, chains and iterations) using a function.
combine_samples_n(x, ..., fun = mean)
An MCMC object (or a list of mcmc objects).
Additional MCMC objects.
A function.
Other combine: combine_dimensions(), combine_samples()
combine_dimensions()
combine_samples()
# NOT RUN { combine_samples_n(mcmcr_example, mcmcr_example, mcmcr_example, fun = sum) # }
Run the code above in your browser using DataLab