R/performance.R
FPR.Rd
This function computes the false positive rate.
FPR(TP, TN, FP, FN)
number of true positives
number of true negatives
number of false positives
number of false negatives
A numeric value.
Alessandro Barberis