print.summary.desla | R Documentation |
Print desla summary output
## S3 method for class 'summary.desla'
print(
x,
digits = max(3L, getOption("digits") - 3L),
signif.stars = getOption("show.signif.stars"),
show_selected = 10,
...
)
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). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.