来源
目的
- 判断模型的AUC值与多位医生的AUC值(平均水平)是否有显著差异
代码
auc_rads = c(0.750, 0.761, 0.854, 0.729, 0.834, 0.851) # 六位医生诊断的AUC值
auc_cnn = 0.884 # 模型的AUC值
t.test(auc_rads, alternative = "two.sided", mu=auc_cnn)
参考资料:
- https://www.jianshu.com/p/9606bb1d38c6