CI of PPV and NPV using pROC

1.1k Views Asked by At

I've been using the pROC package in R to generate bootstrapped confidence intervals for SP and SN values corresponding to specific thresholds. However, I've been unable to find a way to generate CI's for PPV and NPV values. Does such a function exist inside pROC?

1

There are 1 best solutions below

0
On BEST ANSWER

Yes, you can use ci.coords. Type ?ci.coords for more information.