print.desla: Print desla output

print.deslaR Documentation

Print desla output

Description

Print desla output

Usage

## S3 method for class '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).


desla documentation built on July 9, 2023, 5:43 p.m.