powered by
Combines multiple MCMC objects (with the same parameters, chains and iterations) by parameter dimensions.
bind_dimensions(x, x2, along = NULL, ...)# S3 method for mcmcarray bind_dimensions(x, x2, along = NULL, ...)# S3 method for mcmcr bind_dimensions(x, x2, along = NULL, ...)
# S3 method for mcmcarray bind_dimensions(x, x2, along = NULL, ...)
# S3 method for mcmcr bind_dimensions(x, x2, along = NULL, ...)
An MCMC object.
a second MCMC object.
A count (or NULL) indicating the parameter dimension to bind along.
Unused.
mcmcarray: Binds two mcmcarray objects by their dimensions
mcmcarray
mcmcr: Binds two mcmcr objects by their dimensions
mcmcr
bind_dimensions_n
# NOT RUN { bind_dimensions(mcmcr_example, mcmcr_example) # }
Run the code above in your browser using DataLab