R/DIC.R

Defines functions DIC

Documented in DIC

#' DIC
#'
#' @param model_name model_name
#' @export
#'
DIC <- function(model_name) {
  model_name$dic$dic
}
boydorr/SpARKjags documentation built on April 30, 2022, 5:31 a.m.