CI PPV and NPV using pROC
I used a package pROC
in R to generate boot confidence intervals for SP and SN values ββthat meet certain thresholds. However, I was unable to find a way to generate CI for PPV and NPV values. Does such a function exist internally pROC
?
+3
ahj
source
to share
1 answer
Yes, you can use ci.coords
. Enter ?ci.coords
for more information.
+2
Calimo
source
to share