Effect size

Revision as of 17:03, 4 September 2012 by WikiBot (talk | contribs) (Robot: Automated text replacement (-{{WikiDoc Cardiology Network Infobox}} +, -<references /> +{{reflist|2}}, -{{reflist}} +{{reflist|2}}))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

In statistics, effect size is a measure of the strength of the relationship between two variables. In scientific experiments, it is often useful to know not only whether an experiment has a statistically significant effect, but also the size of any observed effects. In practical situations, effect sizes are helpful for making decisions. Effect size measures are the common currency of meta-analysis studies that summarize the findings from a specific area of research.

Summary

The concept of effect size appears in everyday language. For example, a weight loss program may boast that it leads to an average weight loss of 30 pounds. In this case, 30 pounds is an indicator of the claimed effect size. Another example is that a tutoring program may claim that it raises school performance by one letter grade. This grade increase is the claimed effect size of the program.

An effect size is best explained through an example: if you had no previous contact with humans, and one day visited England, how many people would you need to see before you realize that, on average, men are taller than women there? The answer relates to the effect size of the difference in average height between men and women. The larger the effect size, the easier it is to see that men are taller. If the height difference were small, then it would require knowing the heights of many men and women to notice that (on average) men are taller than women. This example is demonstrated further below.

In inferential statistics, an effect size helps to determine whether a statistically significant difference is a difference of practical concern. In other words, given a sufficiently large sample size, it is always possible to show that there is a difference between two means being compared out to some decimal position. The effects size helps us to know whether the difference observed is a difference that matters. Effect size, along with N and critical alpha, and power in statistical hypothesis testing are related, and any one of these values can be determined given the others. In meta-analysis, effect sizes are used as a common measure that can be calculated for different studies and then combined into overall analyses.

Types

Pearson r correlation

Pearson's r correlation is one of the most widely used effect sizes. It can be used when the data are continuous or binary, thus the Pearson r is arguably the most versatile effect size. This was the first important effect size to be developed in statistics, and it was introduced by Karl Pearson. Pearson's r can vary in magnitude from -1 to 1, with -1 indicating a perfect negative relationship, 1 indicating a perfect positive relationship, and 0 indicating no relationship between two variables. Cohen (1988, 1992) gives the rules of thumb: small = 0.1; medium = 0.3; large = 0.5.

Another often used measure of the size of the relationship between two variables is the square of r, often referred to as "r-squared" or the coefficient of determination. It is a measure of the proportion of variance shared by the two variables and varies from 0 to 1. An of 0.21 would suggest that 21% of the variance is shared by these two variables.

Cohen's d

Cohen's d is the appropriate effect size measure to use in the context of a t-test on means. d is defined as the difference between two means divided by the pooled standard deviation for those means. Thus, in the case where both samples are the same size,

<math>d = {\mathrm{mean}_1 - \mathrm{mean}_2 \over \sqrt{(\mathrm{SD}_1^2 + \mathrm{SD}_2^2) /2 \ }}</math>
where meani and SDi are the mean and standard deviation for group i, for i = 1, 2.

Different people offer different advice regarding how to interpret the resultant effect size, but the most accepted opinion is that of Cohen (1992) where 0.2 is indicative of a small effect, 0.5 a medium and 0.8 a large effect size.

So, in the example above of visiting England and observing men and women's height, the data (from a 2004 UK representative sample of 2436 men and 3311 women [1]) is:

  • Men: Mean Height = 1750 mm; Standard Deviation = 89.93 mm
  • Women: Mean Height = 1612 mm; Standard Deviation = 69.05 mm

The effect size (using Cohen's d) would equal 1.72 (95% confidence intervals: 1.66 - 1.78). This is very large and you should have no problem in detecting that there is a consistent height difference, on average, between men and women.

One point worth noting, though, is that in some cases it may be wise to use a pooled standard deviation while in other cases it makes more sense to use just one of the standard deviations (e.g., pre-treatment standard deviation in a therapeutic trial). Either way, note that sample size and unequal sample size does not play a part in the calculation - points noted by Hedges.

Hedges' ĝ

Hedges and Olkin (1985) noted that one could adjust effect size estimates by taking into account the sample size. The problem with Cohen's d is that the outcome is heavily influenced by the denominator in the equation. If one standard deviation is larger than the other then the denominator is weighted in that direction and the effect size is more conservative. However, surely it makes more sense to put stock in the larger sample size? Hedges' ĝ incorporates sample size by both computing a denominator which looks at the sample sizes of the respective standard deviations and also makes an adjustment to the overall effect size based on this sample size. The formula for Hedges' ĝ (as used by software such as the Effect Size Generator) is

<math>\hat{g} = \frac{\bar{x}_1 - \bar{x}_2}{\sqrt{\frac{(n_1 - 1) SD_1^2 + (n_2 - 1) SD_2^2}{(N_\mathrm{total} - 2)}}} \times \bigg(1-\frac{3}{4(n_1+n_2)-9}\bigg).</math>

In the above 'height' example, Hedges' ĝ effect size equals 1.76 (95% confidence intervals: 1.70 - 1.82). Notice how the large sample size has increased the effect size from Cohen's d? If, instead, the available data were from only 90 men and 80 women Hedges' ĝ would provide a more conservative estimate of effect size: 1.70 (with larger 95% confidence intervals: 1.35 - 2.05).

Cohen's <math>f^{2}</math>

Cohen's <math>f^{2}</math> is the appropriate effect size measure to use in the context of an F-test for multiple correlation or multiple regression. The <math>f^{2}</math> effect size measure for multiple regression is defined as:

<math>f^{2} = {R^{2} \over 1 - R^{2}}</math>
where <math>R^{2}</math> is the squared multiple correlation.

The <math>f^{2}</math> effect size measure for hierarchical multiple regression is defined as:

<math>f^{2} = {(R^{2}_{AB} - R^{2}_A) \over 1 - R^{2}_{AB}}</math>
where <math>R^{2}_A</math> is the variance accounted for by a set of one or more independent variables A, and <math>R^{2}_{AB}</math> is the combined variance accounted for by A and another set of one or more independent variables B.

By convention, <math>f^{2}</math> effect sizes of 0.02, 0.15, and 0.35 are considered small, medium, and large, respectively (Cohen, 1988).

φ, Cramer's φ, or Cramer's V

 <math>\phi = \sqrt{ \frac{\chi^2}{N}}</math> 

 <math>\phi_c = \sqrt{ \frac{\chi^2}{N(k - 1)}}</math> 

Phi (φ) Cramer's Phi (φc)

The best measure of association for the chi-square test is phi (or Cramer's phi or V). Phi is related to the point-biserial correlation coefficient and Cohen's d and estimates the extent of the relationship between two variables (2 x 2).[1] Cramer's Phi may be used with variables having more than two levels.

Phi can be computed by finding the square root of the chi-square statistic divided by the sample size.

Similarly, Cramer's phi can be found through a slightly more complex formula that takes the number of rows or columns into account (k).

Odds ratio

The odds ratio is another useful effect size. It is appropriate when both variables are binary. For example, consider a study on spelling. In a control group, two students pass the class for every one who fails, so the odds of passing are two to one (or more briefly 2/1 = 2). In the treatment group, six students pass for every one who fails, so the odds of passing are six to one (or 6/1 = 6). The effect size can be computed by noting that the odds of passing in the treatment group are three times higher than in the control group (because 6 divided by 2 is 3). Therefore, the odds ratio is 3. However, odds ratio statistics are on a different scale to Cohen's d. So, this '3' is not comparable to a Cohen's d of '3'.

See also

References

  1. Aaron, B., Kromrey, J. D., & Ferron, J. M. (1998, November). Equating r-based and d-based effect-size indices: Problems with a commonly recommended formula. Paper presented at the annual meeting of the Florida Educational Research Association, Orlando, FL. (ERIC Document Reproduction Service No. ED433353)
  • Cohen, J. (1988). Statistical power analysis for the behavioral sciences (2nd ed.). Hillsdale, NJ: Erlbaum
  • Cohen, J. (1992). A power primer. Psychological Bulletin, 112 (1), 155-159.
  • Hedges, L. V., & Olkin, I. (1985). Statistical methods for meta-analysis. San Diego, CA: Academic Press.
  • Lipsey, M.W., & Wilson, D.B. (2001). Practical meta-analysis. Sage: Thousand Oaks, CA.

External links

Software

Further Explanations


de:Effektstärke

Template:WikiDoc Sources Template:Jb1