ELIR ESS: Bayesian Information Metric
- ELIR ESS is a Bayesian metric that quantifies the effective sample size by equating prior information with data observations via the Fisher information scale.
- It is defined using local information ratios, with unique predictive consistency ensuring that new data contribute additively to the prior ESS.
- The metric facilitates external information borrowing in clinical trials by guiding design decisions such as control arm sizing and subgroup analyses through rigorous computational methods.
The Expected Local-Information-Ratio (ELIR) Effective Sample Size (ESS) quantifies the information contained in a Bayesian prior distribution, or more generally a distribution encoding external evidence, in terms of the number of observations from the current data-generating process that would carry equivalent Fisher information. Unlike earlier ESS definitions, the ELIR ESS is uniquely characterized by the property of predictive consistency—meaning, after observing new data points, the expected posterior ESS equals the prior ESS plus . Modern applications are widespread in Bayesian clinical trial designs that borrow external information on the treatment effect scale, requiring rigorous methods for calibrating the prior’s informativeness (Zhang et al., 2024, Neuenschwander et al., 2019).
1. Foundations of ELIR ESS
The ELIR ESS is rooted in a Bayesian updating context, where the parameter of interest, typically denoted , represents a summary treatment effect (e.g., mean difference, log-odds ratio, risk ratio). External information is encoded via a prior , and current trial data produce a likelihood . The ELIR framework asks: How many new-subject data points, under the current likelihood, are informationally equivalent to the prior ? This equivalence is formalized on the scale of Fisher information.
For a scalar parameter with prior and likelihood , the ELIR is defined as:
with overall ELIR ESS:
(Neuenschwander et al., 2019).
For frequentist–Bayesian calibration, the denominator defines the Fisher information per “information unit” (commonly, one subject or a minimal (a:b) randomized block).
2. ELIR ESS for Continuous and Binary Endpoints
ELIR ESS extensions encompass a broad class of endpoint models and effect measures.
- Continuous (Normal) Endpoints: For and , with and , the ELIR simplifies due to constant variances:
where are treatment:control ratio in the information unit (Zhang et al., 2024).
- Binary Endpoints: Let denote control and treatment event probabilities. For risk difference, log-odds ratio, or log-risk ratio, joint bivariate normal priors are placed on , with and (the effect measure).
The information-unit variance and corresponding Fisher information () depend on the parameterization: - Risk difference: , variance - Odds ratio: variance - Risk ratio: variance
The ESS requires evaluation of two-dimensional integrals over the prior-predictive distribution for , typically performed via Gaussian quadrature or Monte Carlo (Zhang et al., 2024).
3. Predictive Consistency Property
The key rationale for ELIR ESS is predictive consistency. Let denote the number of additional independent data points to be collected. The ELIR ESS satisfies:
This property fails for older variance-ratio, precision-ratio, or plug-in information-based ESS definitions, except in textbook exponential-family conjugate prior settings. Predictive consistency ensures that new data incrementally and additively contribute to the information accounting, matching the intuition behind “effective sample size” (Neuenschwander et al., 2019).
In Gaussian models with known variance, predictive consistency holds exactly. For binomial endpoints, it holds approximately with bias diminishing as (Zhang et al., 2024).
4. Comparison with Other ESS Definitions
Early ESS metrics include the variance-ratio ESS:
the precision-ratio ESS, and variants based on prior “precision” at the mean or mode. While these agree with the textbook ESS in conjugate exponential family settings, they diverge for nonconjugate, mixture, or heavy-tailed priors. Only the ELIR metric produces additivity of ESS over future data, aligning the ESS with its natural decision-theoretic interpretation (Neuenschwander et al., 2019).
| Method | Predictive Consistency | Closed Form in Exponential Family | Robust to Prior Misspecification |
|---|---|---|---|
| ELIR | Yes | Yes | Yes |
| VR, PR, MTM | No | Yes | No |
For full column definitions, see [(Neuenschwander et al., 2019), Table 2–3].
5. Computation and Practical Implementation
The computation of ELIR ESS proceeds as follows:
- Specify the information unit (usually tied to trial randomization).
- Derive from the variance formula appropriate for the endpoint.
- Calculate (prior Fisher information).
- For binary endpoints, compute the joint prior density over , involving a Jacobian for variable transformation.
- Evaluate
using numerical integration or Monte Carlo sampling (Zhang et al., 2024).
For binomial models with effect-scale borrowing, the bivariate transformation and Monte Carlo averaging are implemented in publicly available R code (https://github.com/squallteo/TrtEffESS).
For mixture priors (e.g., mixture of Beta for event rates), one fits a parametric approximation, computes prior information for the mixture using analytical formulas, and integrates or averages the local information ratio (Neuenschwander et al., 2019).
6. Applications in External Borrowing and Hierarchical Modeling
Typical use cases include:
- External Data Borrowing on the Treatment Effect Scale: In modern Bayesian clinical trials, information from external sources is encoded as a prior on the treatment effect. ELIR ESS quantifies the amount of historical information (in subjects) being integrated, thereby guiding trial design and regulatory justification (Zhang et al., 2024).
- Control Arm Sizing: For example, using a meta-analytic-predictive prior fit as a Beta mixture to placebo rates from historical data, the ELIR ESS outputs the number of concurrent controls necessary for equivalence in information content (Neuenschwander et al., 2019).
- Subgroup Analysis in Hierarchical Models: ESS can be assigned to subgroups in partially or fully pooled hierarchical models, quantifying the borrowed strength from other subgroups, robustified against possible prior misspecification via mixture components (Neuenschwander et al., 2019).
A worked example from (Zhang et al., 2024): A 2:1 trial with a log-odds-ratio prior , prior mean logit-control , prior s.d. , correlation , and yields ELIR of 92.9 subjects; halving yields ESS ≃ 25.3 subjects, illustrating sensitivity to prior diffuseness.
7. Extensions and Algorithmic Notes
ELIR ESS accommodates continuous, binary (risk difference, odds ratio, risk ratio), and more general endpoint models. For normal endpoints, closed forms are often available; for more complex models, numerical or Monte Carlo integration is standard. Publicly available R implementations support both univariate and mixture prior settings.
Algorithmic steps often include: mixture model fitting, computation of prior information for component distributions, and either one- or two-dimensional integration via Gaussian quadrature or simulation. Provided R functions (e.g., ess_betamix, ess_normmix) operationalize these workflows for direct application in clinical trial planning (Neuenschwander et al., 2019, Zhang et al., 2024).