Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在包的roc功能中,pROC我想print.thres用两位十进制数字打印我的特定截止值(参数),因为一个截止值是0.05并且在图中显示为0.0任何建议?
roc
pROC
print.thres
0.05
0.0
您可以使用print.thres.patternplot 函数的参数:
print.thres.pattern
myROCcurve <- roc(...) plot(myROCcurve, print.thres = 0.05, print.thres.pattern="%.2f")