The print
methods for vsel/vsel objects created by
varsel
or cv_varsel
) rely on
summary.vsel
to display a summary of the results of the
projection predictive variable selection.
# S3 method for vsel
print(x, digits = 2, ...)
An object of class vsel/vsel.
Number of decimal places to be reported (2 by default).
Further arguments passed to summary.vsel
.
Returns invisibly the data frame produced by
summary.vsel
.