print.summary.complmrob: Print the summary information

View source: R/summary-methods.R

print.summary.complmrobR 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


complmrob documentation built on April 15, 2025, 1:22 a.m.