View source: R/arrange_anova.R
arrange_anova | R Documentation |
These methods take objects from various R functions that calculate ANOVA to create
a data.frame
containing a variance table. This function is not exported
and will most likely be deprecated, soon.
arrange_anova(x, ...)
## S3 method for class 'anova'
arrange_anova(x, ...)
## S3 method for class 'summary.aov'
arrange_anova(x, ...)
## S3 method for class 'summary.Anova.mlm'
arrange_anova(x, correction = "GG", ...)
x |
Output object. See details. |
... |
Further arguments to pass to methods. |
correction |
Character. For |
The returned data.frame
can be passed to functions such as print_anova()
.
Currently, methods for the following objects are available:
summary.aov
summary.aovlist
Anova.mlm
data.frame
of class apa_variance_table
or apa_model_comp
.
print_anova()
, print_model_comp()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.