R/CSE.R

############################################################################################################################

# Function: CSE
# Argument: ....
# Description: This function applies the metrics specified in the evaluation model to the test results (p-values) and
# summaries to the statistic results.
#' @export
CSE = function(data, analysis, evaluation, simulation) {
  UseMethod("CSE")
}

Try the Mediana package in your browser

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

Mediana documentation built on May 8, 2019, 5:04 p.m.