Learn R Programming

desla (version 0.3.0)

print.summary.desla: Print desla summary output

Description

Print desla summary output

Usage

# S3 method for summary.desla
print(
  x,
  digits = max(3L, getOption("digits") - 3L),
  signif.stars = getOption("show.signif.stars"),
  show_selected = 10,
  ...
)

Arguments

x

a desla object.

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).