| print.vselsummary | R Documentation |
varsel() or cv_varsel() runThis 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.
## S3 method for class 'vselsummary'
print(x, digits = getOption("projpred.digits", 2), ...)
x |
An object of class |
digits |
Passed to |
... |
Arguments passed to |
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()).
The output of summary.vsel() (invisible).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.