print.summary.em {em}R Documentation

Print the 'summary.em' object

Description

Print the 'summary.em' object

Usage

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

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

Value

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


[Package em version 1.0.0 Index]