View source: R/stats_utils.R View source: R/meddecide-stats_utils.R
auc_ci | R Documentation |
Functions for calculating confidence intervals and test statistics Calculate AUC confidence intervals
auc_ci(auc, n_pos, n_neg, conf_level = 0.95)
auc |
Area under curve value |
n_pos |
Number of positive cases |
n_neg |
Number of negative cases |
conf_level |
Confidence level (default 0.95) |
Vector containing lower and upper CI bounds #' @export
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.