Closed yurasmol closed 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
Duplicate of #103.
library(pROC) options(OutDec=",") roc <- roc(aSAH$outcome, aSAH$wfns, quiet=T) plot(roc, print.thres="best", print.auc=T) Rplots.pdf