print_roc_performance: AutoScore function: Print receiver operating characteristic...

View source: R/AutoScore.R

print_roc_performanceR Documentation

AutoScore function: Print receiver operating characteristic (ROC) performance

Description

Print receiver operating characteristic (ROC) performance

Usage

print_roc_performance(label, score, threshold = "best", metrics_ci = FALSE)

Arguments

label

outcome variable

score

predicted score

threshold

Threshold for analyze sensitivity, specificity and other metrics. Default to "best"

metrics_ci

whether to calculate confidence interval for the metrics of sensitivity, specificity, etc.

Value

No return value and the ROC performance will be printed out directly.

See Also

AutoScore_testing


AutoScore documentation built on Oct. 16, 2022, 1:06 a.m.