xrobin / pROC

Display and analyze ROC curves in R and S+
https://cran.r-project.org/web/packages/pROC/
GNU General Public License v3.0
121 stars 31 forks source link

Implement TPR and FPR in coords #40

Closed xrobin closed 5 years ago

xrobin commented 5 years ago

Calculate FPR and TPR of ROC curve in coords. Example usage: https://stackoverflow.com/questions/16643917/

This is trivially calculated as:

Returning with the "TPR" and "FPR" labels might require a bit more work.

xrobin commented 5 years ago

See followup issues #47 and #48.