R/bind-chains.R

Defines functions bind_chains

Documented in bind_chains

#' Bind by Chains.
#'
#' Binds two MCMC objects (with the same parameters and iterations) by chains.
#'
#' @inheritParams params
#' @return The combined object.
#' @family MCMC manipulations
#' @export
bind_chains <- function(x, x2, ...) {
  UseMethod("bind_chains")
}

Try the universals package in your browser

Any scripts or data that you put into this service are public.

universals documentation built on Sept. 22, 2022, 5:07 p.m.