1234567891011121314151617 |
- % Generated by roxygen2: do not edit by hand
- % Please edit documentation in R/roc.R
- \name{simple.sAUCapprox}
- \alias{simple.sAUCapprox}
- \title{Calculate covariance of AUC (approximation)}
- \usage{
- simple.sAUCapprox(roc)
- }
- \arguments{
- \item{roc}{roc as calculated by simple.roc}
- }
- \value{
- standard deviation of AUC
- }
- \description{
- Calculate covariance of AUC (approximation)
- }
|