Learn R Programming

cxreg (version 1.0.0)

print.cv.classo: print a cross-validated classo object

Description

Print a summary of the results of cross-validation for a classo model.

Usage

# S3 method for cv.classo
print(x, digits = max(3, getOption("digits") - 3), ...)

Value

The matrix above is silently returned

Arguments

x

fitted 'cv.classo' object

digits

significant digits in printout

...

additional print arguments

Details

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.

See Also

classo, predict and coef methods.