R/performance.R
PLR.Rd
This function computes the positive likelihood ratio.
PLR(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