Learn R Programming

effectsize (version 0.8.0)

interpret_cohens_g: Interpret Cohen's g

Description

Interpret Cohen's g

Usage

interpret_cohens_g(g, rules = "cohen1988", ...)

Arguments

g

Value or vector of effect size values.

rules

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

...

Not directly used.

Rules

Rules apply to equally to positive and negative g (i.e., they are given as absolute values).

  • Cohen (1988) ("cohen1988"; default)

    • d < 0.05 - Very small

    • 0.05 <= d < 0.15 - Small

    • 0.15 <= d < 0.25 - Medium

    • d >= 0.25 - Large

References

  • Cohen, J. (1988). Statistical power analysis for the behavioral sciences (2nd Ed.). New York: Routledge.

Examples

Run this code
interpret_cohens_g(.02)
interpret_cohens_g(c(.3, .15))

Run the code above in your browser using DataLab