print.vsel {projpred} | R Documentation |
Print results (summary) of a varsel()
or cv_varsel()
run
Description
This is the print()
method for vsel
objects (returned by varsel()
or
cv_varsel()
). It displays a summary of a varsel()
or cv_varsel()
run by
first calling summary.vsel()
and then print.vselsummary()
.
Usage
## S3 method for class 'vsel'
print(x, digits = getOption("projpred.digits", 2), ...)
Arguments
x |
An object of class |
digits |
Passed to argument |
... |
Arguments passed to |
Value
The output of summary.vsel()
(invisible).
[Package projpred version 2.8.0 Index]