print.anova.gkwfit {gkwreg} | R 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 |
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.
[Package gkwreg version 1.0.10 Index]