cutoff = the cutoff specified
TP = true positives
TN = true negatives
FP = false positives
FN = false negatives
SR = selection ratio
BR = base rate
percentAccuracy = percent accuracy
percentAccuracyByChance = percent accuracy by chance
percentAccuracyPredictingFromBaseRate = percent accuracy from
predicting from the base rate
RIOC = relative improvement over chance
relativeImprovementOverPredictingFromBaseRate = relative
improvement over predicting from the base rate
SN = sensitivty
SP = specificity
TPrate = true positive rate
TNrate = true negative rate
FNrate = false negative rate
FPrate = false positive rate
HR = hit rate
FAR = false alarm rate
PPV = positive predictive value
NPV = negative predictive value
FDR = false discovery rate
FOR = false omission rate
youdenJ = Youden's J statistic
balancedAccuracy = balanced accuracy
f1Score = F1-score
mcc = Matthews correlation coefficient
diagnosticOddsRatio = diagnostic odds ratio
positiveLikelihoodRatio = positive likelihood ratio
negativeLikelhoodRatio = negative likelihood ratio
dPrimeSDT = d-Prime index from signal detection theory
betaSDT = beta index from signal detection theory
cSDT = c index from signal detection theory
aSDT = a index from signal detection theory
bSDT = b index from signal detection theory
differenceBetweenPredictedAndObserved = difference between
predicted and observed values
informationGain = information gain
overallUtility = overall utility (if utilities were specified)