auc_eer_opt.t_generation: Calculate AUC, EER, optimal threshold for ROC curves

View source: R/functions.R

auc_eer_opt.t_generationR Documentation

Calculate AUC, EER, optimal threshold for ROC curves

Description

With the list type of data containing sensitivity and sepecificity values from many thresholds, it calcuates AUC, EER, optiimal threshold to give the minumum summation of FPR and FNR.

Usage

auc_eer_opt.t_generation(ROC_list)

Arguments

ROC_list

List of sensitivity and sepecificity from many different methods


erichare/shoeprintr documentation built on May 3, 2024, 6:45 a.m.