simple.compute_roc_metrics.Rd 508 B

123456789101112131415161718
  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/roc.R
  3. \name{simple.compute_roc_metrics}
  4. \alias{simple.compute_roc_metrics}
  5. \title{Calculate metrics associated with ROC}
  6. \usage{
  7. simple.compute_roc_metrics(ROC)
  8. }
  9. \arguments{
  10. \item{ROC}{roc as returned by simple.roc}
  11. }
  12. \value{
  13. a list with elemnts: : FPR, TPR, threshold, FPR CI95:min , FPR CI95: max, TPR CI95:min, TPR CI95:max
  14. all evaluated at optimum point (Youden index)
  15. }
  16. \description{
  17. Calculate metrics associated with ROC
  18. }