【问题标题】:pROC test difference from AUC = 0.5与 AUC 的 pROC 测试差异 = 0.5
【发布时间】:2019-09-18 03:28:14
【问题描述】:

我想知道如何使用 pROC 包来测试给定的 AUC 值在统计上是否与 AUC = 0.5 有显着差异。我可以获得置信区间,但我也想报告相关的 p 值。

提前感谢您的时间和帮助!

【问题讨论】:

    标签: proc-r-package


    【解决方案1】:

    您不能直接使用 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)
    

    【讨论】:

      猜你喜欢
      • 2018-05-14
      • 2016-09-12
      • 2016-06-19
      • 2017-12-17
      • 2019-06-01
      • 1970-01-01
      • 2020-10-04
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多