R/mcmcarray-object.R

#' mcmcarray
#'
#' An `mcmcarray` object is an an array where the
#' first dimension is the chains, the second dimension is the iterations
#' and the subsequent dimensions represent the dimensionality of the parameter.

#' The name `mcmcarray` reflects the fact that the MCMC dimensions,
#'  ie the chains and iterations, precede the parameter dimensions.
#' @name mcmcarray-object
#' @aliases mcmcarray_object
#' @family objects
#' @examples
#' mcmcr_example$beta
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.