% Generated by roxygen2: do not edit by hand % Please edit documentation in R/roc.R \name{simple.sAUC2} \alias{simple.sAUC2} \title{Check whether two AUCs are statistically significantly different} \usage{ simple.sAUC2(rocA, rocB) } \arguments{ \item{rocA}{roc of the first test as returned by simple.roc} \item{rocB}{roc of the second test as returned by simple.roc} } \value{ p of the test } \description{ Check whether two AUCs are statistically significantly different }