This is the print()
method for vsel
objects (returned by varsel()
or
cv_varsel()
). It displays a summary of the results of the projection
predictive variable selection by first calling summary.vsel()
and then
print.vselsummary()
.
# S3 method for vsel
print(x, ...)
The output of summary.vsel()
(invisible).
An object of class vsel
(returned by varsel()
or cv_varsel()
).
Further arguments passed to summary.vsel()
(apart from
argument digits
which is passed to print.vselsummary()
).