THIS EXPLANATION
THE ROOM
MAT·07 Mathematics & Statistics 6 MIN · 8 STATIONS

Censored follow-up

A Socratic walk-through of censored follow-up — reasoned out one step at a time, not lectured.

abcdefgh
a

The question we started with

THE QUESTION #

How can a study report five-year survival when most of its patients were watched for two?

A trial opens in 2019 and closes its books in 2024. Patients arrive throughout, so the woman who enrolled in the first month has six years of record and the man who enrolled last spring has eighteen months. Some were lost when they moved away. Then the paper reports a five-year survival of 51%.

It looks like an overreach. Most of these people were never watched for five years. And we cannot simply discard the short records, because that would leave only the earliest enrollees — a group defined by when they arrived, not by anything clinical. So what exactly does a patient watched for two years tell us about year five?

b

Reasoning it through

REASONING #

Start by asking what a short record actually contains. A man observed for two years and still alive at the cutoff has not told us nothing. He has told us something quite definite: he did not die in the first two years. That is a fact about the first two years, and it is exactly as reliable as any other. What he has not told us is anything about years three to five. His record is not missing — it is right-censored, cut off at a known time with the event still ahead of him.

So the information is real but partial. Here is the move that unlocks everything: stop asking "what fraction survive five years?" and ask instead a chain of smaller questions. Given that you reached day t, what is the chance you get through day t alive? Each of those conditional questions can be answered by whoever was actually under observation on that day — and a man censored at two years is under observation for every one of the questions up to that point, and for none after.

Chain them and you have the estimator. At each time an event occurs, count n still at risk and d events; the conditional survival through that instant is (1 − d/n); multiply those factors together as time advances. Censored patients simply leave the at-risk count on their way out, contributing to every factor before their exit and none after. That is the Kaplan-Meier product-limit estimator, and the reason it can speak about year five is that year five's factor is computed from the handful of people who were genuinely there in year five, while the earlier factors — which multiply into the same product — rest on everybody.

Ten patients make it concrete. One dies at 6 months with all 10 at risk, so the first factor is 9/10 = 0.9. Two are censored at 9 months, leaving 7. One dies at 12 months: factor 6/7, and the running estimate is 0.9 × 6/7 = 0.771. Three more are censored at 18 months, leaving 3. One dies at 24 months: factor 2/3, giving 0.771 × 2/3 = 0.514.

Now compare that with the two obvious shortcuts. Count deaths over enrolments — 3 out of 10 — and you get 70% survival, which quietly treats every censored patient as a survivor to 24 months. Keep only patients with a full 24 months of record and you have 3 people, 1 death, 67%. The product-limit answer, 51%, is lower than both, and it is lower for a reason: the censored patients are neither survivors nor deaths, and both shortcuts resolve that uncertainty in the flattering direction.

c

The analogy

THE ANALOGY #
THE FIGURE

Think of a relay in which each runner carries the baton only as far as their own stretch of road. Nobody runs the whole course. To learn whether the course can be completed you do not need a single runner who covered it; you need each stretch covered by somebody, and you multiply the chance of clearing each stretch. A runner who peels off at the third handover has still told you, truthfully, that the first three stretches are passable.

WHERE IT BREAKS DOWN

Runners peel off by arrangement, whereas patients leave for reasons of their own — and if they leave because they are failing, the stretch they abandoned is harder than the survivors make it look, which is precisely the failure the method cannot detect from inside.

d

Clarifying the model

THE MODEL #

That last sentence is the whole load-bearing assumption, and it deserves its own name. Kaplan-Meier is valid under non-informative (independent) censoring: at any moment, those censored must have the same future risk as those who remain under observation. When the study simply closes its books — administrative censoring — that is close to guaranteed by design, since the calendar has no opinion about anyone's tumour. When patients are lost to follow-up, it is an assumption, and often a shaky one: people who stop attending because they have deteriorated are censored by their prognosis, and the estimator will then read the curve off the healthier remainder and report survival too high.

How would you falsify it? Three practical tests. Compare the baseline characteristics of censored and uncensored patients at the moment of censoring — systematic differences are evidence against independence. Look at why each record ended, and separate administrative cutoff from dropout; a curve resting mostly on the second kind is fragile. Best of all, bound it: recompute assuming every censored patient died the day they left, then assuming every one survived to the horizon. If those two extremes still bracket a clinically similar answer, the conclusion is robust; if they run from 30% to 80%, the number is doing less work than its confidence interval suggests.

It is also worth separating this from a neighbouring idea. Survivorship bias is about cases that never enter the file at all, absent because of the outcome under study. Censoring is the opposite posture: the case is in the file, its partial history is used, and the analysis is explicit about where the knowledge stops. That is why censoring is survivable and silent selection is not — not because censored data is better, but because the missingness is dated and declared rather than invisible.

One further honesty: the tail of a Kaplan-Meier curve rests on very few people, so a single late step can move it, and statisticians disagree about where to stop drawing.

e

A picture of it

THE PICTURE #
Censored follow-up
Censored follow-up This repurposes a project chart as a swimmer plot: each bar is one patient, and its length is that patient's own follow-up. Bars start where the patient enrolled, which is why they are staggered. The upper block ends in a death; the lower block ends without one -- either lost early or still alive when the books closed in mid-2024. The point is that no bar spans the whole axis, yet every bar covers some stretch of it, and the estimate is built stretch by stretch rather than patient by patient. {"generator":"[email protected]","source":"../Socrates/.diagram-cache/_src/censored-follow-up.md","sourceIndex":1,"sourceLine":4,"sourceHash":"ffa27f3d3190224dee89ce767989a92ecd7321029b67ef09ea0dff3282a353fc","diagramType":"gantt","layoutVariant":"source","repairedDuplicateIds":[],"motion":"entrance-with-reduced-motion-fallback","presentation":"editorial","attempt":1,"viewBox":{"x":0,"y":0,"width":724,"height":386},"qa":{"passed":true,"findings":[]}} 2020 2021 2022 2023 2024 P1 died P2 lost P3 died P4 lost P6 died P5 open Died in study Censored

How to readThis repurposes a project chart as a swimmer plot: each bar is one patient, and its length is that patient's own follow-up. Bars start where the patient enrolled, which is why they are staggered. The upper block ends in a death; the lower block ends without one — either lost early or still alive when the books closed in mid-2024. The point is that no bar spans the whole axis, yet every bar covers some stretch of it, and the estimate is built stretch by stretch rather than patient by patient.

f

What became clearer

WHAT CLEARED #
WHAT CLEARED

A five-year survival figure is not a count of people followed for five years. It is a product of one-step survivals, each estimated from whoever happened to be under observation at that step, so short records pay into the early terms and simply stop contributing thereafter. That is why partial information is worth keeping instead of discarding. The whole construction rests on one condition that no amount of data can check — that leaving the study says nothing about what would have happened next — which is why the interesting question about any survival curve is not how it was computed but who stopped being watched, and why.

g

Where to go next

ONWARD #
  • How the Cox proportional-hazards model extends this to compare groups while adjusting for covariates.
  • Why competing risks (dying of something else) are not censoring, and what happens when they are treated as such.
h

Key terms

TERMS #
TermWhat it means
Right-censoringobservation of a case that ends at a known time with the event of interest still not observed.
Kaplan-Meier estimatorthe product over event times of (1 − deaths/at-risk), giving a survival curve from censored data.
Risk setthe patients still under observation and event-free immediately before a given time.
Non-informative censoringthe assumption that those censored at any time have the same future risk as those who remain.

Every term the collection defines is gathered in the glossary.

Nearby on the shelf

4