print.AUC {sROC}R Documentation

Print a AUC Object

Description

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

Usage

 ## 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.


[Package sROC version 0.1-2 Index]