simple.getAUC.Rd 284 B

1234567891011121314151617
  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/roc.R
  3. \name{simple.getAUC}
  4. \alias{simple.getAUC}
  5. \title{Calculate AUC}
  6. \usage{
  7. simple.getAUC(roc)
  8. }
  9. \arguments{
  10. \item{roc}{as returned by simple.roc}
  11. }
  12. \value{
  13. AUC (numeric)
  14. }
  15. \description{
  16. Calculate AUC
  17. }