print.summary.complmrob {complmrob}R Documentation

Print the summary information

Description

Print the summary information

Usage

## S3 method for class 'summary.complmrob'
print(
  x,
  digits = max(3, getOption("digits") - 3),
  signif.stars = getOption("show.signif.stars"),
  ...
)

Arguments

x

the summary object.

digits

the number of digits for the reported figures

signif.stars

should stars be displayed to show the significance of certain figures

...

further arguments currently not used


[Package complmrob version 0.7.1 Index]