powered by
Combines two MCMC objects (with the same chains and iterations) by their parameters.
bind_parameters(x, ...)# S3 method for mcmc bind_parameters(x, x2, ...)# S3 method for mcmc.list bind_parameters(x, x2, ...)# S3 method for mcmcr bind_parameters(x, x2, ...)
# S3 method for mcmc bind_parameters(x, x2, ...)
# S3 method for mcmc.list bind_parameters(x, x2, ...)
# S3 method for mcmcr bind_parameters(x, x2, ...)
an MCMC object
unused
a second MCMC object
mcmc: Binds two mcmc objects by their parameters
mcmc
mcmc.list: Binds two mcmc.list objects by their parameters
mcmc.list
mcmcr: Binds two mcmcr objects by their parameters
mcmcr
# NOT RUN { bind_parameters(subset(mcmcr_example, parameters = "sigma"), subset(mcmcr_example, parameters = "beta")) # }
Run the code above in your browser using DataLab