print.cvauc: Print results of cv_auc

View source: R/utils.R

print.cvaucR Documentation

Print results of cv_auc

Description

Print results of cv_auc

Usage

## S3 method for class 'cvauc'
print(x, ci_level = 0.95, se_type = "std", ...)

Arguments

x

An object of class "cvauc"

ci_level

Level of confidence interval to print. Defaults to 0.95.

se_type

The type of standard error (currently only "std")

...

Other options (not currently used)


benkeser/nlpred documentation built on June 11, 2022, 3:05 a.m.