Learn R Programming

effectsize (version 0.2.0)

interpret_omega_squared: ANOVA effect size interpretation

Description

ANOVA effect size interpretation

Usage

interpret_omega_squared(omega_squared, rules = "field2013")

Arguments

omega_squared

Value or vector of omega squared values.

rules

Can be "field2013" (default) or custom set of rules.

References

  • Field, A (2013) Discovering statistics using IBM SPSS Statistics. Fourth Edition. Sage:London.

See Also

http://imaging.mrc-cbu.cam.ac.uk/statswiki/FAQ/effectSize

Examples

Run this code
# NOT RUN {
interpret_omega_squared(.02)
interpret_omega_squared(c(.5, .02))
# }

Run the code above in your browser using DataLab