report.anova {reporter} | R Documentation |
The function reports the results of ANOVA tests with one categorical variable and one or several numeric variables.
report.anova(ordinalna, intervalna, dataset, omegaSq = FALSE)
ordinalna |
The name of ordinal variable. One variable can be considered. |
intervalna |
The name of interval/numberic variable(s). A string or a list. Several numeric variables can be considered. |
dataset |
The dataframe with ordinal and numeric variables. |
omegaSq |
Whether to calculate Omega Square (adjusted Etha Square) which is the effect size measure. |
Marjan Cugmas
Kirk, R. E. (1996). Practical significance: A concept whose time has come. Educational and psychological measurement, 56(5), 746-759. Tunks, T. (1978). The use of omega squared in interpreting statistical significance. Bulletin of the Council for Research in Music Education, 28-34.
report.anova(ordinalna = "cyl", intervalna = c("hp", "disp", "qsec"), dataset = mtcars)