how do I compare sensitivity and specificity among several methods?
Hi allI have data for a reference method and three alternate methods. I have columns for each of the three alternate methods that, for each row, indicate if the specimen is a true positive (TP), false positive (FP), true negative (TN) or false negative (FN). I want to evaluate the significance difference between the three methods for sensitivity (TP/(TP+FN)), specificity (TN/(TN+FP)), positive p...
jay_holavarri