Concept Architecture
Concept
Theoretically, Right Censoring is a characteristic of survival data in which the event of interest has not occurred by the end of the observation period or an individual leaves the study before experiencing the event. The exact event time is therefore unknown but is known to exceed the observed follow-up time. Right censoring is fundamental to survival analysis because incomplete event information is common in clinical trials, observational studies and health economic evaluations.
Mathematically, right censoring is accommodated by treating censored observations differently from observed events within the likelihood function. Survival models incorporate both event times and censored follow-up times, allowing unbiased estimation of survival functions and hazard parameters under the assumption that censoring is non-informative. Censored observations contribute information up to their final observed time without assuming when the event subsequently occurs.
In practice, right censoring is recorded whenever a participant remains event-free at study completion, is lost to follow-up or withdraws before experiencing the event. It is routinely incorporated into Kaplan?Meier estimation, Cox proportional hazards regression and parametric survival models used in health technology assessment and decision-analytic modelling.
Purpose
Used to account for incomplete survival observations while preserving all available follow-up information, enabling valid estimation of survival probabilities, hazard functions and treatment effects in health economic analyses.
Mathematical Formulae
Primary Formula
L = ?[f(t?)]?? ? [S(t?)]????
where:
- �? = 1 if the event is observed
- �? = 0 if the observation is right censored
Supporting Formulae
Survival function:
S(t) = P(T > t)
Relationship between density and survival:
f(t) = h(t) ? S(t)
Kaplan?Meier estimator:
?(t) = ?(1 ? d? / n?)
Related Mathematical Methods
- Kaplan?Meier Estimation
- Cox Proportional Hazards Model
- Parametric Survival Analysis
- Maximum Likelihood Estimation
- Survival Analysis
- Censoring Mechanisms
Example
A clinical trial follows patients for 36 months. One participant is still alive when the study ends after completing 36 months of follow-up.
Observed follow-up time:
t = 36 months
Censoring indicator:
� = 0
The participant contributes survival information up to 36 months but does not contribute an observed event. The survival model incorporates this observation through the survival function rather than the event density.
Excel Implementation
| Function | Example Formula | Health Economics Application |
|---|---|---|
| IF | =IF(C2="Event",1,0) | Create event indicator (�) |
| COUNTIFS | =COUNTIFS(B:B,"<=12",C:C,"Event") | Count observed events within a time interval |
| COUNTIFS | =COUNTIFS(B:B,">=12") | Calculate individuals remaining at risk |
| PRODUCT | =PRODUCT(D2:D20) | Calculate Kaplan?Meier survival estimates |
| EXP | =EXP(-B2*C2) | Calculate survival probabilities in parametric models |
VBA (Optional)
A VBA procedure can automatically identify censored observations, generate event indicators and prepare survival datasets for Kaplan?Meier or Cox regression analyses.
Sources
- Kaplan EL, Meier P. Nonparametric Estimation from Incomplete Observations. Journal of the American Statistical Association. 1958.
- Cox DR. Regression Models and Life-Tables. Journal of the Royal Statistical Society: Series B. 1972.
- Collett D. Modelling Survival Data in Medical Research.
- Kleinbaum DG, Klein M. Survival Analysis: A Self-Learning Text.
- Briggs A, Claxton K, Sculpher M. Decision Modelling for Health Economic Evaluation.
Related Concepts (2)
Library
Tools & Resources
1
survHE — Survival Analysis for Health Economic Evaluation (R package) — Gianluca Baio, R package ed., 2023 (CRAN)
An R package for fitting and comparing parametric survival models for health economic evaluation, including Bayesian estimation, and for extrapolating time-to-event data to inform cost-effectiveness models.
Software (R package)View source →
Frequently Asked Questions (6)
What is right censoring?
The most common form of censoring, occurring when follow-up ends or a patient is lost before the event of interest has occurred.
Source: Kalbfleisch & Prentice 2002
What does right censoring tell us about a patient's event time?
A right-censored patient is one whose event had not occurred by the time observation ended, whether because the study closed or they were lost to follow-up. All that is known is that their event time, if it comes, lies somewhere after their last observed time, giving a lower bound rather than an exact value. This is the ordinary situation in any trial with a fixed end date, since some patients are still event-free when it stops. Survival methods use this lower-bound information rather than discarding such patients. Collett (2015) describes it.
Source: Collett 2015
How does right censoring arise?
Right censoring arises when individuals are followed forward from a starting point and the study ends before they experience the event, or they are lost to follow-up or withdraw while still event-free. In each case, the event has not occurred by the last observation, so its exact time is unknown but known to exceed that point. Because most survival studies follow participants prospectively for a limited period, right censoring is common, since many participants remain event-free when observation ends.
Source: Kalbfleisch & Prentice 2002
How is right-censored data handled?
Right-censored data are handled by survival methods that use the partial follow-up of censored individuals: they remain in the risk set until their censoring time, contributing to the numbers at risk for earlier events, and are then removed without counting an event. The Kaplan-Meier estimator, the Nelson-Aalen estimator, and the Cox model all incorporate right-censored observations this way. Under non-informative censoring, this gives unbiased estimates of survival and event risk despite the incomplete follow-up.
Source: Collett 2015
Why is right censoring the most common form?
Right censoring is the most common form because most survival studies follow individuals forward from a defined starting point, such as diagnosis or enrolment, for a limited period, so events occurring after the study ends or after a participant is lost are right-censored. This prospective design, with fixed or limited follow-up, naturally produces individuals who are event-free when observation ceases. Left and interval censoring arise in more specific situations, so right censoring dominates typical time-to-event data.
Source: Kalbfleisch & Prentice 2002
What assumption underlies handling of right censoring?
Handling right censoring assumes that censoring is non-informative, meaning that individuals censored at a given time are representative of those still at risk, so censoring is unrelated to the event risk. If censoring is informative, for example if patients doing poorly are lost to follow-up, this assumption fails and estimates can be biased. Non-informative censoring is therefore an important assumption in survival analysis, and its plausibility is considered when interpreting results from right-censored data.
Source: Kalbfleisch & Prentice 2002
Trust Record
Verified by Dr Darrin Baines
British health economist
Professional identity: darrinbaines.org
Verification date: 23 Oct 2025
Content version: 1.0.0
Canonical Identity
- Persistent URI
- https://healtheconomics.wiki/concept/right-censoring
- Term code
- HE-EM-SM-074
Stable URI · Machine-readable · Resolvable · CC BY 4.0