Print Method for ANOVA OPSR Objects
# S3 method for anova.opsr
print(
x,
digits = max(getOption("digits") - 2L, 3L),
signif.stars = getOption("show.signif.stars"),
print.formula = TRUE,
...
)Prints tables in a 'pretty' form and returns x invisibly.
an object of class "anova.opsr".
minimal number of significant digits, see print.default.
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.
if TRUE, the formulas of the models are printed.
further arguments passed to stats::printCoefmat.
stats::printCoefmat, anova.opsr