Print the summary information
# S3 method for summary.complmrob
print(
x,
digits = max(3, getOption("digits") - 3),
signif.stars = getOption("show.signif.stars"),
...
)
the summary object.
the number of digits for the reported figures
should stars be displayed to show the significance of certain figures
further arguments currently not used