R/S3methods.R

#' Deviance Information Criteria for MCMC Draws
#'
#' Deviance Information Criteria (DIC) computed on results from
#' MCMC sampler.
#'
#' @param object Results from sampler.
#' @param ... optional arguments (currently not used).
#'
#' @return DIC
#' @name DIC
DIC <- function (object, ...)
{
	UseMethod("DIC")
}

Try the mixlink package in your browser

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

mixlink documentation built on May 2, 2019, 5:11 a.m.