Print method for tramME model summary
# S3 method for summary.tramME
print(
x,
digits = max(getOption("digits") - 2L, 3L),
signif.stars = getOption("show.signif.stars"),
...
)
a summary.tramME
object
minimum number of significant digits to be used for most numbers.
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
.
Optional arguments passed to printCoefmat
The input summary.tramME object, invisibly.