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 summary.avlm
print(
x,
digits = max(3L, getOption("digits") - 3L),
signif.stars = getOption("show.signif.stars"),
...
)Invisibly returns the summary object.
An object of class summary.avlm containing the summary of an anytime-valid lm object.
The number of significant digits to use when printing. Defaults based on system options.
Logical indicating whether significance stars should be printed.
Additional arguments passed to or from other methods.