Does anybody know how to compare two positive predictive value (PPV) from two different predictive models? I found some papers reporting $\chi^2$-test or Fisher exact test but I can´t figure out how the contingency tables would look like: They cannot be the same as for sensitivity/specifity tests, can they?
To clarify:
Imagine you want to compare one method for detecting cancer with another, newer one. I know how to estimate sensitivity, specificity etc., and to compare the two sensitivities from the two different models (sensitivity_method1 vs. sensitivity_method2; using McNemar) but regarding the comparison between PPV_method1 vs. PPV_method2 you can not use McNemar, because margins differ. There are possibilities to calculate the comparison in SAS catmod
but it was too difficult for me to understand. So I thought there may be an easier way.
I would be really thankful for clarifications.