print.anova.gkwreg: Print Method for ANOVA of GKw Models

View source: R/gkwreg-anova.R

print.anova.gkwregR Documentation

Print Method for ANOVA of GKw Models

Description

Print method for analysis of deviance tables produced by anova.gkwreg.

Usage

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

Arguments

x

An object of class "anova.gkwreg" from anova.gkwreg.

digits

Minimum number of significant digits to print. Default is max(getOption("digits") - 2, 3).

signif.stars

Logical; if TRUE (default), significance stars are printed alongside p-values. Can be controlled globally via options(show.signif.stars = FALSE).

dig.tst

Number of digits for test statistics. Default is digits.

...

Additional arguments (currently ignored).

Value

The object x, invisibly.

Author(s)

Lopes, J. E.

See Also

anova.gkwreg


gkwreg documentation built on Nov. 27, 2025, 5:06 p.m.