Introduction
The common-effect model is the simplest Bayesian meta-analysis model. It assumes that every study in the synthesis estimates the same underlying true effect , and that observed differences between studies arise entirely from sampling error.
This assumption is strong. It implies that if every study had infinite sample size, all estimates would converge on the same value. In practice it is most defensible when:
- studies share the same population, intervention, comparator, and outcome
- is small and between-study variation cannot be reliably estimated
- a sensitivity check against random-effects estimates is wanted
When heterogeneity is plausible, prefer a random-effects model with informative priors on .
Model specification
Let denote the effect estimate from study , and its known standard error. The common-effect likelihood is
A weakly informative prior is placed on the shared effect:
where is set to reflect plausible effect magnitudes on the analysis scale (log-OR, SMD, etc.). The default in bayesma is .
The posterior is
For a conjugate Gaussian prior the posterior is also Gaussian:
This is precision-weighted averaging: studies with smaller standard errors contribute more to the posterior.
The two-stage common-effect model
In two-stage meta-analysis the raw outcome data are first summarised to and then combined using the Gaussian likelihood above. This is the default in bayesma for continuous outcomes and log-scale binary outcomes.
The one-stage common-effect model
For binary outcomes, two-stage analysis discards within-study information by treating as known. The one-stage common-effect model replaces the normal approximation with the exact binomial likelihood:
where are study-specific baseline log-odds (nuisance parameters) and is the common log-odds ratio. Because the appear as fixed effects rather than random effects, this is the one-stage common-effect model — all heterogeneity in baseline risk is absorbed into the study dummies.
Estimands
The posterior for lives on the analysis scale (log-OR, log-RR, SMD, etc.). bayesma reports the posterior median and equal-tailed 95% credible interval on this scale and, where applicable, back-transforms to the natural scale (OR, RR, etc.).
Prior sensitivity
Because the common-effect model has a single parameter, the posterior is sensitive to only when is very small or standard errors are large. A sensitivity check with wider and narrower priors (e.g., and ) is recommended.
Limitations
The common-effect model does not estimate between-study heterogeneity. If heterogeneity exists, the pooled estimate is still consistent but its posterior credible interval is too narrow — it quantifies uncertainty about the study-average effect, not the distribution of effects across a target population of studies.
For most applied meta-analyses, a random-effects model is the preferred starting point. The common-effect model is best viewed as a boundary case and a diagnostic tool.
