View source: R/summary-methods.R
print.summary.complmrob | R Documentation |
Print the summary information
## S3 method for class 'summary.complmrob'
print(
x,
digits = max(3, getOption("digits") - 3),
signif.stars = getOption("show.signif.stars"),
...
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.