simple.sAUC2.Rd 476 B

12345678910111213141516171819
  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/roc.R
  3. \name{simple.sAUC2}
  4. \alias{simple.sAUC2}
  5. \title{Check whether two AUCs are statistically significantly different}
  6. \usage{
  7. simple.sAUC2(rocA, rocB)
  8. }
  9. \arguments{
  10. \item{rocA}{roc of the first test as returned by simple.roc}
  11. \item{rocB}{roc of the second test as returned by simple.roc}
  12. }
  13. \value{
  14. p of the test
  15. }
  16. \description{
  17. Check whether two AUCs are statistically significantly different
  18. }