Cohen's h
In statistics, Cohen's h, popularized by Jacob Cohen, is a measure of distance between two proportions or probabilities. Cohen's h has several related uses:
- It can be used to describe the difference between two proportions as "small", "medium", or "large".
- It can be used to determine if the difference between two proportions is "meaningful".
- It can be used in calculating the sample size for a future study.
Uses
Researchers have used Cohen's h as follows.- Describe the differences in proportions using the rule of thumb criteria set out by Cohen. Namely, h = 0.2 is a "small" difference, h = 0.5 is a "medium" difference, and h = 0.8 is a "large" difference.
- Only discuss differences that have h greater than some threshold value, such as 0.2.
- When the sample size is so large that many differences are likely to be statistically significant, Cohen's h identifies "meaningful", "clinically meaningful", or "practically significant" differences.
Calculation
Given a probability or proportion p, between 0 and 1, its arcsine transformation isGiven two proportions, and, h is defined as the difference between their arcsine transformations. Namely,
This is also sometimes called "directional h" because, in addition to showing the magnitude of the difference, it shows which of the two proportions is greater.
Often, researchers mean "nondirectional h", which is just the absolute value of the directional h:
In R, Cohen's h can be calculated using the
ES.h function in the pwr package or the cohenH function in the rcompanion package.Interpretation
Cohen provides the following descriptive interpretations of h as a rule of thumb:h = 0.20: "small effect size".h = 0.50: "medium effect size".h = 0.80: "large effect size".Cohen cautions that:
Nevertheless, many researchers do use these conventions as given.