
Step: ROC Analysis
step_roc.RdPerform ROC analysis using glystats::gly_roc(),
extract top 10 variables with highest AUC,
and plot ROC curves for these variables using glyvis::plot_roc().
This step requires exp (experiment data).
Details
Data required:
exp: The experiment to perform ROC analysis on
Tables generated:
roc_auc: A table containing the ROC AUC values for all variables
Plots generated:
roc_curves: ROC curves for the top 10 variables