Print a summary of the results of cross-validation for a classo model.
# S3 method for cv.classo
print(x, digits = max(3, getOption("digits") - 3), ...)The matrix above is silently returned
fitted 'cv.classo' object
significant digits in printout
additional print arguments
A summary of the cross-validated fit is produced, slightly different for a
'cv.relaxed' object than for a 'cv.classo' object. Note that a 'cv.relaxed'
object inherits from class 'cv.classo', so by directly invoking
print.cv.classo(object) will print the summary as if
relax=TRUE had not been used.
classo, predict and coef methods.