Meta-analysis calculator

Pool effect estimates from your included studies and see the fixed-effect and random-effects results side by side, with full heterogeneity statistics and each study's weight.

A meta-analysis combines the results of several studies into a single pooled effect estimate by weighting each study by the inverse of its variance, so more precise studies count for more. This calculator runs both the fixed-effect and the random-effects model, reports a 95% confidence interval for each, and shows the heterogeneity statistics (Cochran’s Q, I-squared, and tau-squared) you need to decide which model fits your evidence.

Drag and drop or click. CSV, TSV, Excel; header row with columns like study, label, author, trial, estimate.

Random-effects pooled estimate

1.31

95% CI 1.09 to 1.59

Fixed-effect pooled estimate

1.31

95% CI 1.12 to 1.54

Pooled effect

Random-effects p-value0.0051
Fixed-effect p-value0.0007
95% prediction interval (effect in a new study)0.70 to 2.45
Number of studies4

Heterogeneity

Cochran's Q4.33 (df 3, p 0.2276)
I-squared30.8% (moderate)
H1.20
Tau-squared (between-study variance)0.0116

Random-effects weights

Smith 201926.6%
Jones 202027.7%
Lee 202124.0%
Patel 202221.6%

Report-ready text

Across 4 studies, a DerSimonian-Laird random-effects meta-analysis gave a pooled ratio of 1.31 (95% CI 1.09 to 1.59, p = 0.0051). Heterogeneity was moderate (I-squared = 30.8%, tau-squared = 0.0116, Q(3) = 4.33, p = 0.2276). The 95% prediction interval for the effect in a new study ranged from 0.70 to 2.45.

What a pooled effect estimate actually answers

A single trial answers a narrow question: did this intervention work in this sample, at this site, over this follow-up window? A meta-analysis asks a broader and more useful question. Across every comparable study that has been run, what is the best single estimate of the effect, and how much does that effect vary from one context to another? The pooled estimate is a precision-weighted average, so it borrows strength from every included study and produces a tighter confidence interval than any one trial could on its own.

The weighting is the heart of the method. Each study contributes in proportion to the inverse of its variance, which means large, precise trials dominate and small, noisy ones contribute little. This is far more defensible than a simple average of the reported effects, which would let a tiny pilot study count as much as a multi-thousand-patient randomised controlled trial. Our companion guide on how to plan and run a meta-analysis walks through every stage from protocol to pooled result.

When pooling is appropriate, and when it is not

Pool studies only when they are estimating something close to the same underlying effect. The studies should share a comparable population, a comparable intervention and comparator, and an outcome that means the same thing across trials. If a set of studies measures wildly different interventions or incompatible outcomes, a single pooled number is misleading no matter how clean the arithmetic looks. In those situations a structured narrative synthesis is the more truthful route.

The decision between models matters too. The fixed-effect model assumes one true effect shared by all studies, so the only reason results differ is sampling error. The random-effects model assumes the true effect varies and estimates that variation as tau-squared. Because real studies almost always differ in population and delivery, the random-effects model is the default in most reviews. Our explainer on choosing between fixed-effect and random-effects models covers the trade-off in depth.

Interpreting the output

Read three things together: the pooled point estimate, its 95 per cent confidence interval, and the heterogeneity statistics. The point estimate tells you the average direction and size of the effect. The interval tells you how precisely that average is pinned down; if it crosses the line of no effect (zero for a difference, one for a ratio), the pooled result is compatible with no benefit. The heterogeneity statistics tell you whether a single average even makes sense. As a rough guide, I-squared near 25 per cent is low, near 50 per cent is moderate, and 75 per cent or above is high, but always read it beside Cochran’s Q and tau-squared rather than in isolation. You can probe variation in more detail with the dedicated heterogeneity statistics calculator.

A worked example

Suppose five trials of a behavioural intervention report risk ratios of 0.82, 0.91, 0.75, 0.88, and 0.79, with the largest trial (the 0.88) carrying by far the most weight because of its narrow interval. Pooling on the log scale, the random-effects estimate might land at a risk ratio of about 0.84 with a 95 per cent confidence interval of 0.77 to 0.92. That interval sits entirely below one, so the pooled evidence points to a genuine reduction in risk of roughly 16 per cent. If I-squared came back at 18 per cent and tau-squared near zero, the studies are telling a consistent story and the single pooled figure is a fair summary. Had I-squared been 80 per cent, you would report the pooled value cautiously and explore the variation through subgroup and sensitivity work on heterogeneity.

Common mistakes

  • Pooling apples with oranges. Combining studies that measure fundamentally different things produces a number that is precise and meaningless. Define the comparison before you collect a single effect size.
  • Averaging the effects unweighted. A plain mean of the reported effects throws away precision information and lets small studies distort the result. Inverse-variance weighting exists for a reason.
  • Ignoring heterogeneity. Reporting a pooled estimate with I-squared at 85 per cent as if it were a clean summary hides the most important finding, which is that the effect is not constant.
  • Treating a wide interval as a null result. An interval that crosses no effect means the data are inconclusive, not that the intervention definitely does nothing.
  • Forgetting small-study effects. A neat pooled estimate can still be biased if smaller studies were never published. Inspect a funnel plot and consider how publication bias distorts pooled estimates before you trust the number.

How it works

Each study is placed on the analysis scale and given an inverse-variance weight. For ratio measures (odds ratios, risk ratios, hazard ratios) the estimate and interval are logged first, pooled on the log scale, and the pooled value is converted back to a ratio.

The weight, pooled estimate, and standard error are:

w_i = 1 / (SE_i^2 + tau^2)

pooled = sum(w_i * y_i) / sum(w_i)

SE(pooled) = sqrt(1 / sum(w_i))

The fixed-effect model sets tau-squared to zero. The random-effects model estimates the between-study variance tau-squared with the DerSimonian-Laird method of moments and adds it to every study’s variance. Heterogeneity is summarised by Cochran’s Q, its chi-square p-value, I-squared, and tau-squared.

When you enter a standard error directly for a ratio measure, supply it on the log scale, which is the scale the pooling runs on.

Frequently asked questions

How does this meta-analysis calculator pool studies?
It uses inverse-variance weighting. Each study contributes in proportion to the inverse of its variance, so more precise studies carry more weight. The fixed-effect model assumes one true effect, while the random-effects model (DerSimonian-Laird) adds the between-study variance tau-squared to every weight to allow the true effect to vary across studies.
Should I use the fixed-effect or random-effects result?
Use the random-effects estimate when the studies differ in population, intervention, or design, which is almost always the case in practice. Use the fixed-effect estimate only when you can reasonably assume every study is estimating exactly the same effect. Check the I-squared and tau-squared values: substantial heterogeneity points to the random-effects model.
What do I enter for an odds ratio or risk ratio?
Choose the ratio measure, then enter each study's ratio with its 95% confidence interval, for example 1.42 1.05 1.92. The calculator logs the values, pools on the log scale, and exponentiates the pooled estimate back to a ratio, which is the standard way to meta-analyse ratio measures.
What does the I-squared value tell me?
I-squared estimates the percentage of the total variation across studies that is due to genuine heterogeneity rather than chance. As a rough guide, values around 25 percent are low, 50 percent moderate, and 75 percent or more high, though the cut-offs are not absolute and should be read alongside Cochran's Q and tau-squared.
How many studies do I need before I can run a meta-analysis?
There is no strict minimum, and two studies can be pooled in principle, but estimates of between-study variance are very unstable with only a handful of trials. With fewer than about five studies the random-effects model can produce an unreliable tau-squared and an over-narrow confidence interval. When the evidence base is small, a careful narrative synthesis is often more honest than a falsely precise pooled number.
Why is my pooled confidence interval wider under the random-effects model?
The random-effects model adds the between-study variance tau-squared to every study's variance, which inflates the standard error of the pooled estimate. That is by design: it acknowledges that the true effect varies across settings, so the interval reflects both within-study sampling error and genuine between-study variation. A fixed-effect interval will look tighter but only because it assumes a single common effect.