Description Usage Arguments Value See Also Examples
View source: R/bind-iterations.R
Combines two MCMC objects (with the same parameters and chains) by iterations.
1 2 | ## S3 method for class 'mcmc.list'
bind_iterations(x, x2, ...)
|
x |
An object. |
x2 |
A second object. |
... |
Other arguments passed to methods. |
The combined object.
Other MCMC manipulations:
bind_chains()
,
collapse_chains()
,
estimates()
,
split_chains()
1 | bind_iterations(as_mcmc_list(nlist(x = 1)), as_mcmc_list(nlist(x = 3)))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.