print.cvauc {nlpred} | R 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) |
[Package nlpred version 1.0.1 Index]