powered by
converts specificity and sensitivity to phi and delta depending on the ratio
phiDelta.convert(spec, sens, ratio = 1)
is the specificity, the true negative rate
is the sensitivity, the true positive rate
is the ratio of positive and negative of the data. The default is 1
List with phi and delta vectors
# NOT RUN { phiDelta.convert(1,0) phiDelta.convert(0.5,0.3, ratio = 0.8) # }
Run the code above in your browser using DataLab