proc(response, predictor, threshold = 0.9, method = "MW", ci = TRUE,
cp = 0.95, smooth = FALSE)MW: Mann-Whitney statistic. expect: method in (2.2) http://www.ncbi.nlm.nih.gov/pubmed/20729218. jackknife: jackknife method in http://www3.stat.sinica.edu.tw/statistica/j27n1/j27n117/j27n117.html.TRUE, the ROC curve is passed to smooth to be smoothed.MW: Mann-Whitney statistic. expect: method in (2.2) http://www.ncbi.nlm.nih.gov/pubmed/20729218. jackknife: jackknife method in http://www3.stat.sinica.edu.tw/statistica/j27n1/j27n117/j27n117.html.roc, tproc.est, proc.est, proc.ci
library('pROC')
data(aSAH)
proc(aSAH$outcome, aSAH$s100b,threshold=0.9, method='expect',ci=TRUE, cp=0.95)
Run the code above in your browser using DataLab