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.
Glossary
Fine-Gray Subdistribution Hazard Model

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 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.
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.
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.
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.
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.
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.
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.
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.
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.
| Feature | Fine-Gray Subdistribution Hazard | Cause-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 |
Enabling Efficiency, Speed & Accuracy
Intelligent Analysis, Decision & Execution
We build AI systems for teams that need search across company data, workflow automation across tools, or AI features inside products and internal software.
Talk to Us
Search across company data
Give teams answers from docs, tickets, runbooks, and product data with sources and permissions.
Useful when people spend too long searching or get different answers from different systems.

Automate internal workflows
Use AI to route work, draft outputs, trigger actions, and keep approvals and logs in place.
Useful when repetitive work moves across multiple tools and teams.

Add AI to products and internal tools
Build assistants, guided actions, or decision support into the software your team or customers already use.
Useful when AI needs to be part of the product, not a separate tool.
Related Terms
The Fine-Gray model operates within a broader ecosystem of survival analysis and competing risks methodologies. Understanding these related concepts is essential for proper model selection and interpretation in clinical research.
Competing Risks Model
The foundational framework that the Fine-Gray model extends. Competing risks analysis accounts for events that preclude the primary event of interest—such as death from other causes preventing cancer relapse.
- Uses the Cumulative Incidence Function (CIF) rather than 1-Kaplan-Meier to avoid overestimation
- Distinguishes between cause-specific hazards and subdistribution hazards
- Essential when multiple event types are mutually exclusive
Example: In a stem cell transplant study, death in remission competes with relapse, requiring CIF estimation rather than standard survival curves.
Cox Proportional Hazards Model
The semiparametric workhorse of survival analysis that the Fine-Gray model was designed to complement. The Cox model estimates cause-specific hazard ratios by treating competing events as censored observations.
- Assumes proportional hazards across covariate levels
- Provides hazard ratios interpretable as instantaneous relative risk
- Appropriate when the research question concerns etiologic associations rather than absolute risk prediction
Key Distinction: Cox models the rate in those still at risk; Fine-Gray models the rate in the total population including those who have failed from competing causes.
Cumulative Incidence Function (CIF)
The estimand directly modeled by the Fine-Gray subdistribution hazard approach. The CIF estimates the probability of experiencing a specific event by time t while accounting for competing events.
- Defined as the integral of the subdistribution hazard over time
- Unlike 1-Kaplan-Meier, the sum of all cause-specific CIFs equals the total event probability
- Provides clinically interpretable absolute risk estimates
Formula: CIF_k(t) = ∫₀ᵗ h̄_k(u) S(u) du, where h̄_k is the cause-specific hazard and S is overall survival.
Cause-Specific Hazard
The instantaneous rate of a specific event type among those still at risk for that event. This is the estimand from standard Cox regression applied to competing risks data.
- Answers the question: "What is the immediate risk among those who haven't yet failed?"
- Treats competing events as independent censoring
- Directly interpretable for etiologic research on disease mechanisms
Contrast with Fine-Gray: Cause-specific hazards address biological causation; subdistribution hazards address patient-facing prognostic questions about absolute risk.
Schoenfeld Residuals for Fine-Gray
Diagnostic tools adapted to test the proportional subdistribution hazards assumption in the Fine-Gray model. These residuals assess whether covariate effects remain constant over time on the subdistribution hazard scale.
- Computed as the difference between observed and expected covariate values at each event time
- Plotted against time with a smoothing spline to detect systematic trends
- A significant non-zero slope in the Grambsch-Therneau test indicates violation
Remedy: If proportional subdistribution hazards fail, consider time-varying coefficients or stratified Fine-Gray models.
Inverse Probability Censoring Weighting (IPCW)
An alternative approach to competing risks that reweights the standard Cox partial likelihood rather than modifying the risk set. IPCW addresses dependent censoring by the competing event.
- Weights each uncensored observation by the inverse of its probability of remaining uncensored
- Does not require the proportional subdistribution hazards assumption
- Can be combined with pseudo-observation methods for direct CIF modeling
Comparison: Fine-Gray modifies the risk set; IPCW modifies the weights. Both target the subdistribution hazard but with different technical assumptions.

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.
Partnered with leading AI, data, and software stack.
How We Work
Custom AI workflows for your Business
One-fit-all AI don't work for modern businesses. At Inferensys, we aim to understand your business & custom requirements; which we use to define most efficient agentic workflows, the data, and the tools for your business.
01
Review the use case
We understand the task, the users, and where AI can actually help.
Read more02
Pick the right approach
We define what needs search, automation, or product integration.
Read more03
Build the first useful version
We implement the part that proves the value first.
Read more04
Improve from there
We add the checks and visibility needed to keep it useful.
Read moreThe first call is a practical review of your use case and the right next step.
Talk to Us