Learn R Programming

em (version 1.0.0)

print.summary.em: Print the `summary.em` object

Description

Print the `summary.em` object

Usage

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

Value

print the `summary.em` object on the screen.

Arguments

x

the `summary.em` object.

digits

the maximum digits printed, the default is `3L`.

signif.stars

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`.