I am evaluating a scenario where a standard test is done (S), followed by an advanced test read in a standard or original way (O) and then re-read by a dedicated reader (R), all evaluated against a gold standard (G). I would like to determine the incremental value of O followed by R and would like to seek some advice regarding the best methodology using Stata.
I have generated the usual sensitivity, specificity and ROC parameters for each step in the series together with LR+ and LR- using roccomp (which compares AUC only) and roctab:
First I generated S using a logistic regression of several factors then using predict Pr(G)S to store the values. Then I added O to the logistic regression and repredicted to get Pr(G)S+O. Next I added R to the regression to get Pr(G)S+O+R. This culminated in 3 models. Any comments on such a method to determine the incremental value of a series of tests?
I am interested in comparing the LR+ and LR- of these 3 models rather than their AUC. How would I do that in Stata and is it possible to get 95% CI?
Appreciate any guidance. Thank you in advance.
Comment