print.summary.tramME | R Documentation |
Print method for tramME model summary
## S3 method for class 'summary.tramME'
print(
x,
fancy = !isTRUE(getOption("knitr.in.progress")) && interactive(),
digits = max(getOption("digits") - 2L, 3L),
signif.stars = getOption("show.signif.stars"),
...
)
x |
A |
fancy |
Logical, if |
digits |
minimum number of significant digits to be used for most numbers. |
signif.stars |
logical; if |
... |
Optional arguments passed to |
The input summary.tramME object, invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.