R/DIC.R

Defines functions DIC

Documented in DIC

#' DIC
#'
#' @param model_name model_name
#' @export
#'
DIC <- function(model_name) {
  model_name$dic$dic
}
soniamitchell/SpARKjags documentation built on May 5, 2022, 12:09 p.m.