print.vselsummary {projpred} | R Documentation |
Print summary of a varsel()
or cv_varsel()
run
Description
This is the print()
method for summary objects created by summary.vsel()
.
It displays a summary of the results from a varsel()
or cv_varsel()
run.
Usage
## S3 method for class 'vselsummary'
print(x, digits = getOption("projpred.digits", 2), ...)
Arguments
x |
An object of class |
digits |
Passed to |
... |
Arguments passed to |
Details
In the submodel predictive performance table printed at (or towards)
the bottom, column ranking_fulldata
contains the full-data predictor
ranking and column cv_proportions_diag
contains the main diagonal of the
matrix returned by cv_proportions()
(with cumulate
as set in the
summary.vsel()
call that created x
). To retrieve the fold-wise
predictor rankings, use the ranking()
function, possibly followed by
cv_proportions()
for computing the ranking proportions (which can be
visualized by plot.cv_proportions()
).
Value
The output of summary.vsel()
(invisible).