Solved – Software for drawing ROC curve

Having the sensitivity and specificity values, what software do you recommend that enables drawing the ROC curve provided this data?

Thanks.

As I wrote earlier, ROC requires confidence scores, not random FPR/FNR readings.

Nevertheless, I would recommend two R packages: ROCR for plotting (many options, very nice graphs) and colAUC from caTools for calculating AUROC (rocket fast).

Similar Posts:

Rate this post

Leave a Comment