print.anova.gkwfit: S3 method for class 'anova.gkwfit'

print.anova.gkwfitR Documentation

S3 method for class 'anova.gkwfit'

Description

S3 method for class 'anova.gkwfit'

Usage

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

Arguments

x

An object of class "anova.gkwfit".

digits

Minimum number of significant digits to print.

signif.stars

Logical; if TRUE, add significance stars.

...

Other args passed to

Value

An object of class "anova.gkwfit" and prints a summary.


gkwreg documentation built on April 16, 2025, 1:10 a.m.