print.summary.desla {desla} | R Documentation |
Print desla summary output
Description
Print desla summary output
Usage
## S3 method for class 'summary.desla'
print(
x,
digits = max(3L, getOption("digits") - 3L),
signif.stars = getOption("show.signif.stars"),
show_selected = 10,
...
)
Arguments
x |
a |
digits |
digits. |
signif.stars |
show stars of significance. |
show_selected |
upper bound for which to show the names of selected variables in the lasso regressions (default is 10) |
... |
additional arguments (ignored). |
[Package desla version 0.3.0 Index]