print.anova.gkwfit | R Documentation |
S3 method for class 'anova.gkwfit'
## S3 method for class 'anova.gkwfit'
print(
x,
digits = max(getOption("digits") - 2L, 3L),
signif.stars = getOption("show.signif.stars", TRUE),
...
)
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 |
An object of class "anova.gkwfit"
and prints a summary.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.