podc.est(response, predictor, threshold = 0.9, method = "MW",
smooth = FALSE)MW: Mann-Whitney statistic. expect: method in http://www3.stat.sinica.edu.tw/statistica/j27n1/j27n117/j27n117.html adapted from 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 ODC curve is passed to smooth to be smoothed.MW: Mann-Whitney statistic. expect: method in http://www3.stat.sinica.edu.tw/statistica/j27n1/j27n117/j27n117.html adapted from http://www.ncbi.nlm.nih.gov/pubmed/20729218. jackknife: jackknife method in http://www3.stat.sinica.edu.tw/statistica/j27n1/j27n117/j27n117.html.proc.est
library('pROC')
data(aSAH)
podc.est(aSAH$outcome, aSAH$s100b, method='expect',threshold=0.8 )
Run the code above in your browser using DataLab