Main eROC analysis that plots ROC and eROC
mROC_analysis(y, p, inference = 0, n_sim, fast = TRUE)
y vector of observed responses.
p vector of predicted probabilities (the same length as observed responses)
0 for no inference, 1 for p-value only, and 2 for p-value and 95 percent CI.
number of simulations
defaults to true
returns a list containing the results of mROC analysis.