print.CDF {sROC}R Documentation

Print a CDF Object

Description

To print a “CDF” object generated by kCDF(...).

Usage

 ## S3 method for class 'CDF'
print(x, digits = NULL, ...)

Arguments

x

a “CDF” object generated by kCDF(...).

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 kCDF(...)

Author(s)

X.F. Wang wangx6@ccf.org

See Also

kCDF.


[Package sROC version 0.1-2 Index]