print.cv.plasso {plasso} | R Documentation |
Print cross-validated (Post-) Lasso model
Description
Printing main insights from cross-validated (Post-) Lasso model.
Usage
## S3 method for class 'cv.plasso'
print(x, ..., digits = max(3, getOption("digits") - 3))
Arguments
x |
|
... |
Pass generic |
digits |
Integer, used for number formatting |
Value
Prints basic statistics for different lambda values of a fitted plasso
object,
i.e. cross-validated MSEs for both Lasso and Post-Lasso model as well as the number of active variables.
[Package plasso version 0.1.2 Index]