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
poissonconsulting/mcmcr documentation built on Jan. 18, 2024, 1:11 a.m.