print.anova.opsr {OPSR}R Documentation

Print Method for ANOVA OPSR Objects

Description

Print Method for ANOVA OPSR Objects

Usage

## S3 method for class 'anova.opsr'
print(
  x,
  digits = max(getOption("digits") - 2L, 3L),
  signif.stars = getOption("show.signif.stars"),
  ...
)

Arguments

x

an object of class "anova.opsr".

digits

minimal number of significant digits, see print.default.

signif.stars

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.

...

further arguments passed to stats::printCoefmat.

Value

Prints tables in a 'pretty' form and returns x invisibly.

See Also

stats::printCoefmat, anova.opsr


[Package OPSR version 0.1.2 Index]