Learn R Programming

mcmcr (version 0.0.2)

bind_iterations: Combine two MCMC objects by iterations

Description

Combines two MCMC objects (with the same parameters and chains) by iterations.

Usage

bind_iterations(x, x2, ...)

# S3 method for mcarray bind_iterations(x, x2, ...)

# S3 method for mcmc bind_iterations(x, x2, ...)

# S3 method for mcmc.list bind_iterations(x, x2, ...)

# S3 method for mcmcarray bind_iterations(x, x2, ...)

# S3 method for mcmcr bind_iterations(x, x2, ...)

Arguments

x

an MCMC object

x2

a second MCMC object

...

unused

Methods (by class)

  • mcarray: Binds two mcarray objects by their iterations

  • mcmc: Binds two mcmc objects by their iterations

  • mcmc.list: Binds two mcmc.list objects by their iterations

  • mcmcarray: Binds two mcmcarray objects by their iterations

  • mcmcr: Binds two mcmcr objects by their iterations

Examples

Run this code
# NOT RUN {
bind_iterations(mcmcr_example, mcmcr_example)
# }

Run the code above in your browser using DataLab