alternativeROC-common-args {alternativeROC} | R Documentation |
Arguments used across the functions of the alternativeROC package.
Description
Arguments used across the functions of the alternativeROC package.
Arguments
roc |
Object of class pROC. |
se |
Sensitivity. |
sp |
Specificity. |
ppv |
Positive predictive value. |
npv |
Negative predictive value. |
prevalence |
Prevalence of the endpoint in the study population. |
boot.n |
Number of bootstrap replicates. Default: 2000. |
quantiles |
Quantiles. Default: c(0.5,.025,.975). |
conf.level |
Width of the confidence interval. Default: 0.95 (i.e., 95% CI). |
Value
No return value, used for the documentation of the functions of the package.
[Package alternativeROC version 1.0.0 Index]