powered by
fbroc.roc
perf.roc(roc, metric = "auc", conf.level = 0.95, tpr = NULL, fpr = NULL)
fpr
tpr
fbroc.perf
boot.roc
print.fbroc.perf
plot.fbroc.perf
y <- rep(c(TRUE, FALSE), each = 500) x <- rnorm(1000) + y result.boot <- boot.roc(x, y, n.boot = 100) perf.roc(result.boot, "auc") perf.roc(result.boot, "auc", conf.level = 0.99)
Run the code above in your browser using DataLab