Table of contents
- 1. Notations & The General Model
- 2. Common-Effect Model
- 3. Fixed-Effects Model
- 4. Random-Effects Model
- 5. Model Estimation
1. Notations & The General Model
K independent studies whose indexes are j = 1, 2, …, K:
- = the true effect size in study j (unknown)
- It is the effect size obtained when the sample size of the study j is infinitely large.
- = the estimate of in study j (reported by authors)
- So it contains the sampling error.
- = the standard error of in study j (reported by authors)
- = the mean effect size of the population (unknown)
- It represents the average effect size across an infinite number of studies.
The goal of a meta-analysis is to combine in a single result to get good inference about . Basically, there are three approaches to model the effect sizes. All of them can be considered as specified by the following model (each with its own assumptions):
where:
In this distribution, is an unknown parameter. However, meta-analysis does not estimate them - it uses the estimated values provided by authors directly. In this case, we write:
What is the connection between and ? After all, our ultimate goal is to estimate . While each of these three models has its own interpretation of (due to different assumptions), they all essentially involve some form of aggregation:
Thus, the estimate of also shares a similar form among three approaches, which is the weighted sum of :
They only differ in how to define the weights .
Be careful! The meanings of “fixed effects” and “random effects” here differ from those in the “fixed effects model” and “random effects model” used in panel data analysis (refer to this post).
2. Common-Effect Model
- CEM assumes the true effect size is constant across all studies - hence, it is also equal to the mean effect size of the population:
- CEM is best suited for use with pure replicate studies, as only in this case can we claim that the true effect size is the same in all studies.
3. Fixed-Effects Model
- FEM assumes the collected studies in the meta-analysis define the entire population of interest. Hence, the true effect sizes vary between studies but are fixed:
- Some sources distinguish between CEM and FEM (e.g., stata.com), while others do not (e.g., Introduction-to-Meta-Analysis.pdf). This is mainly because the two models produce the same estimate for the .
4. Random-Effects Model
- FEM assumes the collected studies only consist of a random sample from a larger population of studies. Hence, varies across different studies and is also a random variable that can be separated into the mean effect size of the population and the deviation from it .
- In this case, - because is a random variable now.
- This is the most common scenario.
About :
- characterizes the variation among the true effect sizes of all studies, or in other words, the between-study variability. Hence, it is called the heterogeneity parameter.
- can be estimated by many methods: restricted maximum likelihood (REML), maximum likelihood (ML), empirical Bayes (EB), DerSimonian–Laird (DL), Hedges (HE), Sidik–Jonkman (SJ), Hunter–Schmidt (HS).
5. Model Estimation
The universal method - Inverse-variance estimation method
- Common-effect model:
- Fixed-effects model: (identical to the CEM)
- Random-effects model:
In the REM case,
Hence, we can construct the confidence interval or do hypothesis testing for . That is what is called “the CI of the summary effect” in most meta-analyses.