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