print.AUC: Print a AUC Object

Description Usage Arguments Details Author(s) See Also

View source: R/sROC.R

Description

To print a “AUC” object generated by AUC(...).

Usage

1
2
 ## S3 method for class 'AUC'
print(x, digits = NULL, ...)

Arguments

x

a “AUC” object generated by AUC(...).

digits

integer indicating the number of decimal places to be used.

...

further arguments for the print function.

Details

This function is to print the summary description from the object generated by AUC(...)

Author(s)

X.F. Wang wangx6@ccf.org

See Also

AUC.


sROC documentation built on May 1, 2019, 10:24 p.m.

Related to print.AUC in sROC...