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.

Hafiz Ahmad Tariq Written and reviewed by Hafiz Ahmad Tariq, Senior Biostatistician
Updated 17 August 202620 min read
What is a meta-analysis?

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.

Studies are weighted by precision, not by opinion Study AStudy B Study CStudy D n = 1,240n = 380 n = 96n = 42 54.7%27.9% 12.4%5.0% weight = 1 / variance — precise studies pull the pooled estimate towards themselves A meta-analysis is not an average of study findings. It is a precision-weighted average of study ESTIMATES. Four small studies do not outvote one large one.
Weights are determined by precision. A single large study can outweigh several small ones combined.
Why pooling helps

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.

Same conceptual question — same population, intervention or exposure, and comparator
Comparable outcomes — measuring the same construct, even if on different instruments
Comparable designs — do not pool randomised trials with observational studies into one estimate
Sufficient reporting — enough detail to extract an effect size and its variance
Independence — no participant contributing to two included studies
The apples and oranges objection

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 typeEffect sizePooled on
Continuous, same instrumentMean difference (MD)Raw scale
Continuous, different instrumentsStandardised mean difference (SMD, Hedges' g)SD units
BinaryOdds ratio or risk ratioLog scale
Time to eventHazard ratioLog scale
CorrelationalPearson's rFisher'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.

Prefer Hedges' g over Cohen's d

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.

Convert your studies to a common effect size

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 calculator

Worked 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.

StudygSEVarianceWeight 1/vWeight %w × g
A0.300.100.0100100.0054.7%30.00
B0.450.140.019651.0227.9%22.96
C0.620.210.044122.6812.4%14.06
D0.280.330.10899.185.0%2.57
Total182.88100%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.

Read the weights column before the result

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 one true effect; studies differ only by chance RANDOM EFFECTS a distribution of true effects across contexts Random effects is the safer default in social and health research, where studies differ in population, setting and delivery. It produces a wider interval, which is the honest price of generalising beyond the studies you happened to find.
A fixed effect model assumes one true effect underlies every study. A random effects model assumes a distribution of true effects varying by context.
Fixed effectRandom effects
AssumesOne true effect for all studiesTrue effects vary across studies
Differences areSampling error onlySampling error plus real variation
WeightsPurely by precisionPrecision plus between-study variance
Small studiesContribute littleContribute relatively more
IntervalNarrowerWider
Conclusion applies toThese studiesThe 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.

Choose the model in advance, not after seeing I squared

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.

StatisticWhat it measuresHow to read it
Cochran's QWeighted sum of squared deviationsA significance test; underpowered with few studies
% of variation due to real differences0–40% may be unimportant; 50–90% substantial
τ²Between-study varianceOn the effect size scale; feeds the random effects weights
Prediction intervalWhere a future study's effect would fallThe 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.

The prediction interval is what readers actually want

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.

MethodWhat it doesLimitation
Funnel plotPlots effect against precision; asymmetry suggests biasSubjective; unreliable with few studies
Egger's testTests funnel asymmetry statisticallyNeeds at least 10 studies; low power
Trim and fillImputes the studies that appear missingCan over-correct; a sensitivity check, not a fix
Grey literature searchIncludes theses and unpublished trialsPrevention rather than detection
Funnel asymmetry has innocent explanations

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

Follow PRISMA 2020 and include the flow diagram
Register the protocol prospectively, on PROSPERO or equivalent
Report the pooled estimate with its confidence interval and the number of studies and participants
State the model and why it was chosen
Give Q, I², τ² and a prediction interval
Include a forest plot showing every study, its weight and the pooled result
Assess publication bias and say how
Report risk of bias for each included study
ElementHow to write it
Pooled effectg = 0.38, 95% CI [0.24, 0.53], p < .001 (k = 4, N = 612)
HeterogeneityQ(3) = 2.29, p = .515, I² = 0%, τ² = 0.00
Prediction interval95% PI [0.19, 0.57]
Always give k

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.

Get the pooling, heterogeneity and forest plot done properly

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 consultancy

Answers

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.

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.