Combines two MCMC objects (with the same parameters and chains) by iterations.
Usage
# S3 method for class 'mcmc'
bind_iterations(x, x2, ...)See also
Other MCMC manipulations:
bind_chains(),
collapse_chains(),
estimates(),
split_chains()
Examples
bind_iterations(as_mcmc(nlist(x = 1)), as_mcmc(nlist(x = 3)))
#> Markov Chain Monte Carlo (MCMC) output:
#> Start = 1
#> End = 2
#> Thinning interval = 1
#> x
#> [1,] 1
#> [2,] 3
