print.summary.avlm | R Documentation |
Custom print method for summary.avlm
objects that mimics the standard summary.lm
output,
but replaces p-value column headers and includes anytime-valid annotations.
## S3 method for class 'summary.avlm'
print(
x,
digits = max(3L, getOption("digits") - 3L),
signif.stars = getOption("show.signif.stars"),
...
)
x |
An object of class |
digits |
The number of significant digits to use when printing. Defaults based on system options. |
signif.stars |
Logical indicating whether significance stars should be printed. |
... |
Additional arguments passed to or from other methods. |
Invisibly returns the summary object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.