Skip to content
Prev 285499 / 398502 Next

Howto plot ROC Curve Directly from SN/PPV

Dear expert,

Given such data:

#Cutpoint	  SN   (1-PPV)
5	0.56	0.01
7	0.78	0.19
9	0.91	0.58

How can I plot ROC curve with R that produce similar result like the
attached file?

I know ROCR package but it doesn't take such input.

- GV