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