Inferensys

Glossary

Fine-Gray Subdistribution Hazard Model

A regression method for competing risks data that directly models the effect of covariates on the cumulative incidence function without requiring proportional hazards on the cause-specific hazards.
Data scientist building training data pipeline on laptop, data preprocessing visible, technical workspace.
COMPETING RISKS REGRESSION

What is the Fine-Gray Subdistribution Hazard Model?

A regression method for competing risks data that directly models the effect of covariates on the cumulative incidence function without requiring proportional hazards on the cause-specific hazards.

The Fine-Gray subdistribution hazard model is a regression framework that directly quantifies covariate effects on the cumulative incidence function (CIF) in the presence of competing risks. Unlike cause-specific hazard models, it estimates the subdistribution hazard—the instantaneous risk of failure from a specific cause among subjects who have not yet experienced that cause, including those who have experienced a competing event. This approach avoids the restrictive assumption that competing events are independent or non-informative.

The model extends the standard Cox proportional hazards framework by using a weighted risk set where subjects who experience a competing event remain in the risk set indefinitely rather than being censored. This weighting scheme, implemented through inverse probability censoring weighting (IPCW), allows the model to produce a single, interpretable subdistribution hazard ratio (SHR) that directly reflects the impact of a covariate on the absolute risk of the event of interest. The proportional subdistribution hazards assumption is tested using modified Schoenfeld residuals.

COMPETING RISKS REGRESSION

Core Characteristics of the Fine-Gray Model

The Fine-Gray model is a semi-parametric regression framework designed to directly estimate the effect of covariates on the cumulative incidence function (CIF) in the presence of competing risks. Unlike cause-specific hazard models, it provides a direct interpretation of how a variable affects the absolute risk of a specific event occurring over time.

01

Direct Cumulative Incidence Modeling

The defining feature of the Fine-Gray model is that it models the subdistribution hazard rather than the cause-specific hazard. This allows researchers to directly assess the effect of a covariate on the absolute risk of an event.

  • Subdistribution Hazard: The instantaneous risk of failure from the event of interest in subjects who have not yet experienced that specific event, including those who have experienced a competing event.
  • Risk Set: The risk set is unconventional; subjects who experience a competing event remain in the risk set indefinitely rather than being censored.
  • Interpretation: A subdistribution hazard ratio (SHR) of 1.5 means a 50% increase in the cumulative incidence of the primary event, holding other variables constant.
SHR
Subdistribution Hazard Ratio
02

The Weighted Estimating Equation

The Fine-Gray model uses a modified partial likelihood with time-dependent weights to account for the competing risk structure. This weighting scheme is the mathematical core that distinguishes it from a standard Cox model.

  • Inverse Probability Censoring Weighting (IPCW): Subjects who experience a competing event are retained in the risk set but down-weighted based on the probability of not being censored.
  • Weight Calculation: The weight for a subject at time t is inversely proportional to the Kaplan-Meier estimate of the censoring distribution.
  • Robust Variance: Standard errors must be calculated using a robust sandwich estimator because the weights are estimated, not known constants.
IPCW
Weighting Mechanism
03

Proportional Subdistribution Hazards Assumption

Like the Cox model, the Fine-Gray model assumes that the effect of a covariate on the subdistribution hazard is constant over time. This is a distinct assumption from the proportional cause-specific hazards assumption.

  • Diagnostic Tools: Modified Schoenfeld residuals can be plotted against time to test this assumption for the subdistribution hazard.
  • Violation Handling: If the assumption fails, one can include time-varying coefficients or use alternative models like direct binomial regression.
  • Clinical Relevance: A constant SHR implies that the relative effect on the cumulative incidence is stable throughout the follow-up period.
Schoenfeld
Residual Type
04

Handling of Censoring Mechanisms

The Fine-Gray model requires the assumption of random right-censoring for the validity of its weights. The handling of censoring is critical to avoid biased estimates.

  • Administrative Censoring: Standard end-of-study censoring is generally valid.
  • Informative Censoring: If subjects are censored for reasons related to their prognosis, the IPCW weights become biased, leading to incorrect SHR estimates.
  • Left-Truncation: The model can be extended to handle left-truncated or delayed entry data by adjusting the risk set definitions accordingly.
Random
Required Censoring Type
05

Comparison to Cause-Specific Hazards

A critical distinction exists between the Fine-Gray model and a standard Cox model applied to cause-specific hazards. They answer fundamentally different etiological questions.

  • Cause-Specific Hazard: Models the biological rate of an event in a hypothetical world where competing events are removed. Useful for understanding disease etiology.
  • Subdistribution Hazard: Models the actual risk of an event in the real world where competing events exist. Useful for predictive modeling and patient counseling.
  • Numerical Divergence: A covariate can have a null effect on the cause-specific hazard but a significant effect on the subdistribution hazard if it strongly influences the competing event.
Etiology
Cause-Specific
Prediction
Fine-Gray
COMPETING RISKS

Frequently Asked Questions

Direct answers to common questions about the Fine-Gray subdistribution hazard model, its mechanisms, and its application in clinical research.

The Fine-Gray subdistribution hazard model is a regression method for competing risks data that directly models the effect of covariates on the Cumulative Incidence Function (CIF) . Unlike the standard Cox model, which treats competing events as independent censoring, the Fine-Gray model acknowledges that a competing event (like death from an unrelated cause) fundamentally alters the probability of observing the primary event of interest (like cancer relapse). It works by fitting a weighted Cox-like regression to a modified risk set. Critically, subjects who experience a competing event are not simply removed; they are retained in the risk set with time-dependent weights that decrease over time, reflecting their diminishing probability of being event-free. This allows the model to estimate a single subdistribution hazard ratio (sHR) that quantifies the direct effect of a covariate on the absolute risk of the primary event, providing a more clinically interpretable measure of patient prognosis when multiple failure types are possible.

COMPETING RISKS METHODOLOGY COMPARISON

Fine-Gray vs. Cause-Specific Cox Model

Structural and interpretive differences between the two primary regression approaches for analyzing time-to-event data in the presence of competing risks.

FeatureFine-Gray Subdistribution HazardCause-Specific Cox Model

Target Quantity Modeled

Subdistribution hazard: instantaneous risk of event among those who have not yet experienced the event of interest, including those who experienced a competing event

Cause-specific hazard: instantaneous risk of event among those currently event-free (competing events are censored)

Risk Set Definition

Subjects remain in the risk set after experiencing a competing event (they are not removed)

Subjects are removed from the risk set at the time of a competing event (treated as censored)

Direct CIF Interpretation

Proportional Hazards Assumption Applies To

Subdistribution hazard (effects on the CIF scale)

Cause-specific hazard (effects on the rate scale)

Clinical Interpretation of Hazard Ratio

Directly quantifies the relative change in cumulative incidence (risk) of the event of interest

Quantifies the relative change in the instantaneous rate; does not directly translate to cumulative risk when competing events are present

Censoring of Competing Events

Not censored; competing events are retained in the risk set with diminishing weights

Censored at the time of the competing event (assumes non-informative censoring for the cause-specific hazard)

Primary Use Case

Etiologic research and individual risk prediction where absolute risk of a specific event is the clinical question

Studying the biological mechanism of a specific failure type, isolated from the influence of competing events

Software Implementation (R)

crr() in cmprsk package; FGR() in riskRegression package

coxph() in survival package with strata() or interaction terms

Prasad Kumkar

About the author

Prasad Kumkar

CEO & MD, Inference Systems

Prasad Kumkar is the CEO & MD of Inference Systems and writes about AI systems architecture, LLM infrastructure, model serving, evaluation, and production deployment. Over 5+ years, he has worked across computer vision models, L5 autonomous vehicle systems, and LLM research, with a focus on taking complex AI ideas into real-world engineering systems.

His work and writing cover AI systems, large language models, AI agents, multimodal systems, autonomous systems, inference optimization, RAG, evaluation, and production AI engineering.