我想知道如何使用pROC软件包来测试给定的AUC值是否在统计学上与AUC = 0.5显着不同。我可以获得置信区间,但我也想报告相关的p值。
提前感谢您的时间和帮助!
答案 0 :(得分:0)
您不能直接使用pROC来执行此操作,但是您不需要这样做。一旦意识到asking whether the curve = 0.5 is actually equivalent to asking whether the median values of your two classes are equal,就可以轻松执行Wilcoxon Rank Sum Tests:
wilcox.test(cases, controls)