report.anova {handyReport}R Documentation

Report the results of ANOVA

Description

The function reports the results of ANOVA tests with one categorical variable and one or several numeric variables.

Usage

report.anova(ordinalna, intervalna, dataset, omegaSq = FALSE)

Arguments

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.

Author(s)

Marjan Cugmas

References

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.

Examples

report.anova(ordinalna = "cyl", intervalna = c("hp", "disp", "qsec"), dataset = mtcars)

[Package handyReport version 0.0.0.903 Index]