Adapted from an appendix of my MS thesis.
Effect Sizes
To perform a meta-analysis, we have to find an effect size which can be summarized across all studies. In particular, the selected effect size measure for a meta-analysis should comparable, computable, reliable, and interpretable. An effect size is defined as a metric quantifying the relationship between two entities. It captures the direction and magnitude of this relationship. For example, correlations describe how well we can predict the values of a variable through the values of another and so can be seen as a form of effect size [1].
In mathematical notation, it is common to use the Greek letter as the symbol for a true effect size. More precisely, represents the true effect size of a study . Importantly, the true effect size is not identical with the observed effect size that we find in the published results of the study. The observed effect size is only an estimate of the true effect size. The observed effect size of study is therefore . Note that differs from because of the sampling error [1].
We can assume that studies with smaller will deliver a more precise estimate of the true effect size. When pooling the results of different studies, meta-analyses give studies with greater precision (less sampling error) a higher weight, because they are better estimators of the true effect. The question is how we can know how large the sampling error is [1].
Unsurprisingly, the true effect of a study is unknown, and so is also unknown. Often, however, we can approximate the expected sampling error. A common way to represent is through the standard error (SE). The standard error is defined as the standard deviation of the sampling distribution. A sampling distribution is the distribution of a metric we get when we draw random samples with the same sample size from our population many times [1].
Within-Group Study
The arithmetic mean is probably the most commonly used central tendency measure, and can easily be pooled in a meta-analysis [1].
The standard error of the mean is calculated as the ratio of the sample standard deviation and the square root of the sample size [1].
Between-Group Study
The between-group mean difference is defined as the raw, unstandardized difference of the means for two independent groups. Between-group mean differences can be calculated when a study contained at least two groups, as is usually the case in controlled trials or other types of experimental studies. In meta-analyses, mean differences can only be used when all the studies measured the outcome of interest on exactly the same scale. The mean difference is defined as the mean of group 1, , minus the mean of group 2, [1].
The standard error can be obtained using the following formula where represents the sample size of group 1, the sample size of group 2, and the pooled standard deviation of both groups [1].
Using the standard deviation of group 1, , and group 2, , the value of can be calculated as follows [1].
Standardized Between-Group Study
The standardized between-group mean difference is defined as the difference in means between two independent groups, standardized by the pooled standard deviation . can be compared between studies, even if those studies did not measure the outcome of interest using the same instruments. In the literature, the standardized mean difference is also often called Cohen’s . In contrast to unstandardized mean differences, expresses the difference between two groups in units of standard deviations. This can be achieved by dividing the raw mean difference of two groups, and , through the pooled standard deviation of both groups [1].
Standardized mean differences are often interpreted using the conventions of Cohen, however, these are rules of thumb at best. It is usually much better to interpret standardized mean differences based on their implications. For example, for many serious diseases even a very small statistical effect can still have a large impact on the population level [1].
: small effect.
: moderate effect.
: large effect.
The standardized error of can be calculated using this formula where and are the sample sizes of group 1 and group 2 [1].
Effect Size Correction
The standardized mean difference has been found to have an upward bias when the sample of a study is small, especially when . This small sample bias means that SMDs systematically overestimate the true effect size when the total sample size of a study is small, which is unfortunately often the case in practice. It is therefore sensible to correct the standardized mean differences of all included studies for small-sample bias, which produces an effect size called Hedges’ . In this formula, represents the total sample size of the study [1].
References
- Harrer, Mathias, Cuijpers, Pim, Furukawa Toshi A, Ebert, David D (2021) Doing Meta-Analysis With R: A Hands-On Guide. Chapman & Hall/CRC Press.

Top comments (0)