R/eib_params_cri.R

Defines functions eib_params_cri

Documented in eib_params_cri

#' EIB Parameters CrI
#' @keywords internal aplot
#' 
eib_params_cri <- function(he, graph_params) {
  list(plot.cri = graph_params$plot.cri,
       data =
         compute_eib_cri(he,
                         graph_params$alpha_cri,
                         graph_params$cri.quantile),
       col = graph_params$line$cri_col,
       lty =  graph_params$line$cri_lty)
}

Try the BCEA package in your browser

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

BCEA documentation built on Nov. 25, 2023, 5:08 p.m.