xrobin / pROC

Display and analyze ROC curves in R and S+
https://cran.r-project.org/web/packages/pROC/
GNU General Public License v3.0
121 stars 31 forks source link

pRoc does not react on options(OutDec=",") in plot() #104

Closed yurasmol closed 2 years ago

yurasmol commented 2 years ago

library(pROC) options(OutDec=",") roc <- roc(aSAH$outcome, aSAH$wfns, quiet=T) plot(roc, print.thres="best", print.auc=T) Rplots.pdf

xrobin commented 2 years ago

Duplicate of #103.