Print the `summary.em` object
# S3 method for summary.em
print(
x,
digits = max(3L, getOption("digits") - 3L),
signif.stars = getOption("show.signif.stars"),
...
)print the `summary.em` object on the screen.
the `summary.em` object.
the maximum digits printed, the default is `3L`.
logical; if `TRUE`, P-values are additionally encoded visually as `significance stars` in order to help scanning of long coefficient tables. It defaults to the `show.signif.stars` slot of options.
other augments used in `printCoefmat`.