123456789101112131415161718 |
- % Generated by roxygen2: do not edit by hand
- % Please edit documentation in R/roc.R
- \name{simple.compute_roc_metrics}
- \alias{simple.compute_roc_metrics}
- \title{Calculate metrics associated with ROC}
- \usage{
- simple.compute_roc_metrics(ROC)
- }
- \arguments{
- \item{ROC}{roc as returned by simple.roc}
- }
- \value{
- a list with elemnts: : FPR, TPR, threshold, FPR CI95:min , FPR CI95: max, TPR CI95:min, TPR CI95:max
- all evaluated at optimum point (Youden index)
- }
- \description{
- Calculate metrics associated with ROC
- }
|