powered by
Combines two MCMC objects (with the same chains and iterations) by their parameters.
bind_parameters(x, x2, ...)
an MCMC object
a second MCMC object.
Unused.
universals::bind_chains()
Other bind: bind_dimensions_n(), bind_dimensions()
bind_dimensions_n()
bind_dimensions()
# NOT RUN { bind_parameters( subset(mcmcr_example, pars = "sigma"), subset(mcmcr_example, pars = "beta") ) # }
Run the code above in your browser using DataLab