R/split-chains.R

Defines functions split_chains

Documented in split_chains

#' Split Chains
#'
#' Splits each of an MCMC object's chains in half
#' to double the number of chains
#' and halve the number of iterations.
#'
#' @inheritParams params
#' @return The modified object.
#' @family MCMC manipulations
#' @export
split_chains <- function(x, ...) {
  UseMethod("split_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.