Guides / meta analysis
Meta-analysis: a complete guide
A meta-analysis combines results across studies into a single estimate — but only usefully if the studies are combinable, the weighting is right and the heterogeneity is confronted rather than hidden. This guide works through the pooling arithmetic by hand, explains the model choice that changes your conclusion, and covers the checks reviewers expect.
A meta-analysis is a statistical method for combining the results of multiple studies addressing the same question into a single pooled estimate. Each study contributes in proportion to its precision, so larger and more precise studies carry more weight. It produces an overall effect size with a confidence interval, along with measures of how much the studies disagree.
Definition
What a meta-analysis does
A meta-analysis pools the results of several studies into one estimate, weighting each by how precisely it measured the effect. It answers a question no single study can: what does the evidence as a whole say?
The key word is weighting. A meta-analysis is not the average of the studies' findings. Each study contributes in proportion to 1 / variance — its inverse variance — so a large, tightly estimated trial counts for far more than a small noisy one.
Individually, four studies of 50 people each may all be inconclusive, with intervals spanning zero. Pooled, they may give a clear answer, because combining them produces an estimate roughly as precise as a single study of 200. Meta-analysis extracts the signal that underpowered studies each contain a fragment of.
It is worth being clear about what the pooled number represents, because it is not the answer to “does this work?” in any simple sense. Under a fixed effect model it estimates the single common effect assumed to underlie every study. Under random effects it estimates the mean of a distribution of true effects that vary across settings. Those are different quantities, and the second one carries an implication people often miss: if true effects genuinely vary, then the average may not describe any particular setting well, including yours. This is why the prediction interval matters more than the confidence interval for anyone deciding whether to adopt an intervention.
There is one further reason pooling is worth the effort. Individual studies are frequently powered to detect only large effects, so a genuine but modest effect produces a run of non-significant results that, read individually, look like consistent evidence of nothing. Pooled, those same studies can show the effect clearly. This is the pattern behind a number of interventions that were dismissed for years on the strength of underpowered trials and later established by meta-analysis.
Meta-analysis and systematic review are not the same thing
A systematic review is the process of finding, screening and appraising the studies. A meta-analysis is an optional statistical step at the end of it. Every meta-analysis should sit inside a systematic review; not every systematic review should end in a meta-analysis, and saying so is a legitimate and often correct conclusion.
Judgement
When studies can and cannot be combined
The most consequential decision in a meta-analysis is made before any arithmetic: whether the studies are similar enough that a single pooled number means something.
Combining studies that differ in important ways produces a pooled number that describes nothing real. The defence is not that all studies are identical — they never are — but that they are similar in the respects that matter to the question. Where they are not, subgroup analysis or a narrative synthesis is more honest than a single average.
Language and date restrictions deserve the same scrutiny. Excluding non-English publications is common and rarely justified beyond convenience; it introduces a bias whose direction you cannot know in advance. If you restrict, say so plainly as a limitation and, where feasible, report how many records were excluded on that ground alone.
Where several studies report the same outcome from overlapping samples — a common problem with large cohorts producing multiple papers — including both double-counts those participants and artificially narrows your interval. Choose one, usually the most complete, and record the decision.
Effect sizes
Choosing a common effect size
One decision precedes all of this and is easy to overlook: what the unit of analysis is. If a study reports three outcome measures, or compares three intervention arms against one control, including all of them treats correlated results as independent and understates the true uncertainty. The standard responses are to select one outcome per study in advance, to combine the arms, or to use a multilevel model that accounts for the nesting. Whichever you choose, state the rule in the protocol rather than deciding once you see the data.
Studies rarely report results in the same units, so each must be converted to a common metric before pooling.
| Outcome type | Effect size | Pooled on |
|---|---|---|
| Continuous, same instrument | Mean difference (MD) | Raw scale |
| Continuous, different instruments | Standardised mean difference (SMD, Hedges' g) | SD units |
| Binary | Odds ratio or risk ratio | Log scale |
| Time to event | Hazard ratio | Log scale |
| Correlational | Pearson's r | Fisher's z |
Note the third column. Ratio measures and correlations are not pooled directly, because their sampling distributions are skewed. They are transformed to a log or Fisher's z scale where the distribution is approximately symmetric, pooled there, and converted back for reporting. Software does this automatically, but it explains why the confidence intervals you get back are asymmetric.
Cohen's d is biased upwards in small samples, and meta-analyses often include small studies. Hedges' g applies a correction factor that removes most of that bias, and it is the standard choice for pooling standardised mean differences.
Our effect size calculator converts means, SDs and group sizes into Cohen's d and Hedges' g with confidence intervals, ready for pooling.
Use the calculatorWorked example
Worked example: pooling four studies by hand
Four studies report a standardised mean difference with its standard error. We will pool them under a fixed effect model.
| Study | g | SE | Variance | Weight 1/v | Weight % | w × g |
|---|---|---|---|---|---|---|
| A | 0.30 | 0.10 | 0.0100 | 100.00 | 54.7% | 30.00 |
| B | 0.45 | 0.14 | 0.0196 | 51.02 | 27.9% | 22.96 |
| C | 0.62 | 0.21 | 0.0441 | 22.68 | 12.4% | 14.06 |
| D | 0.28 | 0.33 | 0.1089 | 9.18 | 5.0% | 2.57 |
| Total | 182.88 | 100% | 69.59 |
Step 1 — weights
Each weight is the reciprocal of the variance, and the variance is the standard error squared. For study A: v = 0.10² = 0.0100, so w = 1 / 0.0100 = 100.
Step 2 — the pooled estimate
ḡ = Σ(w × g) / Σw = 69.59 / 182.88 = 0.3805
Step 3 — its standard error and interval
SE = √(1 / Σw) = √(1 / 182.88) = √0.005468 = 0.0739
95% CI = 0.3805 ± 1.96 × 0.0739 = [0.2356, 0.5255]
z = 0.3805 / 0.0739 = 5.15, giving p < .001.
Study A alone carries 54.7% of the total weight. The pooled estimate of 0.38 sits much closer to A's 0.30 than to C's 0.62, and that is correct behaviour — but it means your headline number is substantially one study's finding. Always report the weights, and consider a sensitivity analysis excluding the dominant study.
Model choice
Fixed effect or random effects?
| Fixed effect | Random effects | |
|---|---|---|
| Assumes | One true effect for all studies | True effects vary across studies |
| Differences are | Sampling error only | Sampling error plus real variation |
| Weights | Purely by precision | Precision plus between-study variance |
| Small studies | Contribute little | Contribute relatively more |
| Interval | Narrower | Wider |
| Conclusion applies to | These studies | The wider population of studies |
Under random effects, the same four studies above yield a slightly larger pooled estimate with a noticeably wider interval, because the between-study variance is added to each study's own variance before weighting. That flattens the weights, giving the smaller studies more say.
Selecting the model based on whether the heterogeneity test reached significance is a form of analysis-dependent decision making. Most guidance now favours specifying random effects from the outset in social, educational and health research, where genuine variation in populations and delivery is the norm rather than the exception.
Heterogeneity
Heterogeneity: Q, I squared and tau squared
Heterogeneity is the extent to which studies disagree beyond chance. It is not a nuisance to be minimised — it is often the most informative feature of the analysis.
| Statistic | What it measures | How to read it |
|---|---|---|
| Cochran's Q | Weighted sum of squared deviations | A significance test; underpowered with few studies |
| I² | % of variation due to real differences | 0–40% may be unimportant; 50–90% substantial |
| τ² | Between-study variance | On the effect size scale; feeds the random effects weights |
| Prediction interval | Where a future study's effect would fall | The most useful single summary |
I² is a proportion, not an absolute quantity, which is why it can mislead. A set of very precise studies with small real differences can produce a high I²; a set of imprecise studies with large real differences can produce a low one. Report τ² and the prediction interval alongside it.
A confidence interval describes the precision of the average effect. A prediction interval describes where the true effect in a new setting is likely to fall. A pooled estimate of 0.38 with a confidence interval of [0.24, 0.53] but a prediction interval of [−0.10, 0.86] is telling you the intervention may not work everywhere — which is the practically important finding.
One practical warning about Q. It is a significance test, and like any significance test its power depends on how much data it has — here, on the number of studies. With five or six studies, Q will frequently fail to reach significance even when real heterogeneity is substantial, and a non-significant Q is routinely misreported as evidence that the studies are homogeneous. It is not. With a large number of studies the opposite happens, and trivial differences reach significance. Never let Q alone determine whether you treat the studies as consistent.
Explaining heterogeneity
Where heterogeneity is substantial, the productive response is to investigate rather than to report it and move on. Subgroup analysis splits studies by a characteristic decided in advance; meta-regression relates the effect size to a study-level variable. Both need a reasonable number of studies — a common rule of thumb is at least 10 studies per covariate in meta-regression — and both are observational, so a subgroup difference is a hypothesis rather than a causal finding.
Bias
Publication bias and small-study effects
Studies with significant results are more likely to be published, published sooner and published in English. A meta-analysis of the published literature therefore risks pooling a biased sample of the evidence, and it will overestimate the effect.
| Method | What it does | Limitation |
|---|---|---|
| Funnel plot | Plots effect against precision; asymmetry suggests bias | Subjective; unreliable with few studies |
| Egger's test | Tests funnel asymmetry statistically | Needs at least 10 studies; low power |
| Trim and fill | Imputes the studies that appear missing | Can over-correct; a sensitivity check, not a fix |
| Grey literature search | Includes theses and unpublished trials | Prevention rather than detection |
Asymmetry can arise because smaller studies genuinely differ — more intensive delivery, more selected populations, higher risk of bias — not only because of suppressed results. Describe it as a small-study effect and investigate the alternatives before concluding publication bias.
Registered reports offer a further structural fix, though they address the primary literature rather than the review. Where journals commit to publishing a study on the strength of its protocol, before results exist, the incentive to suppress a null finding disappears. Reviews drawing on fields where registered reports are common face a less distorted evidence base to begin with, and it is worth noting in your discussion when that is or is not the case.
The strongest protection is procedural rather than statistical: register the review prospectively, search trial registries for unpublished work, include grey literature, and state in advance how bias will be assessed.
Pitfalls
Six mistakes that cost marks
1. Pooling studies that are not comparable
Different populations, interventions or designs produce a number that describes nothing real. Justify combinability explicitly.
2. Vote counting
Counting how many studies were significant ignores sample size and effect magnitude entirely. It is not a meta-analysis.
3. Choosing the model after seeing the heterogeneity
Specify fixed or random effects in your protocol, before the analysis.
4. Reporting I² without τ² or a prediction interval
I² is a proportion and can mislead in both directions. Give the absolute measures too.
5. Double-counting participants
Multiple papers from one cohort inflate the weight of that sample and narrow the interval falsely.
6. Ignoring risk of bias in the included studies
Pooling poor studies produces a precise estimate of a biased effect. Appraise quality and run a sensitivity analysis excluding high-risk studies.
Reporting
Reporting a meta-analysis
| Element | How to write it |
|---|---|
| Pooled effect | g = 0.38, 95% CI [0.24, 0.53], p < .001 (k = 4, N = 612) |
| Heterogeneity | Q(3) = 2.29, p = .515, I² = 0%, τ² = 0.00 |
| Prediction interval | 95% PI [0.19, 0.57] |
The number of studies pooled is as important as the total sample size. A pooled estimate from three studies is a very different object from one drawn on thirty, and readers cannot judge it without k.
Send your extraction table. A named statistician runs the meta-analysis, tests for heterogeneity and small-study effects, and returns publication-ready forest and funnel plots.
See statistical consultancyAnswers
Frequently asked questions
What is the difference between a systematic review and a meta-analysis?
A systematic review is the process of systematically searching, screening and appraising studies on a question. A meta-analysis is an optional statistical step that pools their results into one estimate. Every meta-analysis should sit within a systematic review, but a review can legitimately conclude that pooling would be inappropriate.
How many studies do you need for a meta-analysis?
Technically two, though estimates from very few studies are unstable, and heterogeneity statistics are unreliable below about five. Tests for publication bias generally need at least ten. With fewer than five studies, present the pooled estimate cautiously and give the individual results prominence.
Should I use a fixed effect or random effects model?
Random effects is the safer default in social, educational and health research, where studies genuinely differ in population, setting and delivery. Fixed effect assumes one identical true effect underlies every study, which is rarely credible. Choose in your protocol rather than after inspecting the heterogeneity.
What does I squared mean?
It is the percentage of variation across studies attributable to real differences rather than chance. Roughly, 0–40% may be unimportant, 30–60% moderate, 50–90% substantial. Because it is a proportion it can mislead, so report tau squared and a prediction interval alongside it.
What is publication bias and how do I check for it?
The tendency for studies with significant results to be published more often, which inflates pooled estimates. Check with a funnel plot and Egger's test, though both need at least ten studies to be informative. The stronger protection is searching trial registries and grey literature for unpublished work.
How are studies weighted in a meta-analysis?
By the inverse of their variance, so more precise studies count for more. Because variance falls as sample size rises, larger studies receive greater weight. Under a random effects model the between-study variance is added first, which flattens the weights and gives smaller studies relatively more influence.
Can I combine randomised trials and observational studies?
Not into a single pooled estimate. They are subject to different biases, and averaging them produces a number that describes neither. Analyse them separately and compare, or restrict the meta-analysis to one design and discuss the other narratively.
What is a prediction interval in meta-analysis?
The range within which the true effect in a new study or setting would be expected to fall. It is wider than the confidence interval, which describes only the precision of the average. Where heterogeneity is substantial, the prediction interval is usually the more practically useful figure.
Keep reading
Related guides and services
Send the data. Get a fixed quote.
Attach your dataset or just describe the project. A named statistician replies with a price and a deadline, usually within one working day.