print.vsel | 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).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.