R/mcmcrs-object.R

#' mcmcrs
#'
#' An `mcmcrs` object stores multiple [mcmcr-object()]s
#' with the same parameters and the same number of chains and iterations.
#'
#' `mcmcrs` objects allow the results of multiple analyses
#' using the same model to be manipulated and queried as a whole.
#'
#' @name mcmcrs-object
#' @aliases mcmcrs_object
#' @family objects
#' @examples
#' mcmcrs(mcmcr_example, mcmcr_example)
NULL

Try the mcmcr package in your browser

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

mcmcr documentation built on Sept. 7, 2021, 1:07 a.m.