2

在包的roc功能中,pROC我想print.thres用两位十进制数字打印我的特定截止值(参数),因为一个截止值是0.05并且在图中显示为0.0任何建议?

4

1 回答 1

0

您可以使用print.thres.patternplot 函数的参数:

myROCcurve <- roc(...)
plot(myROCcurve, print.thres = 0.05, print.thres.pattern="%.2f")
于 2019-07-27T15:23:24.080 回答