| print.vsel {projpred} | R Documentation |
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 class 'vsel' print(x, ...)
x |
An object of class |
... |
Further arguments passed to |
The output of summary.vsel() (invisible).