Convertion of specificity and sensitivity to phi and delta
converts specificity and sensitivity to phi and delta depending on the ratio
phiDelta.convert(spec, sens, ratio = 1)
spec
: is the specificity, the true negative ratesens
: is the sensitivity, the true positive rateratio
: is the ratio of positive and negative of the data. The default is 1List with phi and delta vectors
phiDelta.convert(1,0) phiDelta.convert(0.5,0.3, ratio = 0.8)
neumann
Useful links