R/estimates.R

Defines functions estimates

Documented in estimates

#' Estimates
#'
#' Calculates the estimates for an MCMC object.
#'
#' @inheritParams params
#' @return A list of uniquely named numeric objects.
#' @family MCMC manipulations
#' @export
estimates <- function(x, ...) {
  UseMethod("estimates")
}

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.