print.cvobj {cvwrapr} | R Documentation |
Print a class 'cvobj' object
Description
Print a summary of results of cross-validation for a class 'cvobj' object.
Usage
## S3 method for class 'cvobj'
print(x, digits = max(3, getOption("digits") - 3), ...)
Arguments
x |
A '"cvobj"' object. |
digits |
Significant digits in printout. |
... |
Other print arguments. |
Value
A summary is printed, and nothing is returned.
[Package cvwrapr version 1.0 Index]