Learn R Programming

psycho (version 0.4.91)

interpret_omega_sq: Omega Squared Interpretation

Description

Return the interpretation of Omegas Squared.

Usage

interpret_omega_sq(x, rules = "field2013")

Arguments

x

Omega Squared.

rules

Can be "field2013" (default), or a custom list.

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 {
library(psycho)
interpret_omega_sq(x = 0.05)
# }

Run the code above in your browser using DataLab