Home / Trials

RADICALS-RT (long-term follow-up): reconstructed Kaplan–Meier curves

Updated 2026-09-25 · reconstructed by TrialCurve from a CC BY-licensed publication

Timing of radiotherapy (RT) after radical prostatectomy (RP): long-term outcomes in the RADICALS-RT trial (NCT00541047). Curves rebuilt as patient-level data (Guyot 2012) and checked against the statistics printed on the figure.

PublicationAnn Oncol. Author manuscript; Available in PMC 2024 Dec 10.
DOI10.1016/j.annonc.2024.03.010
RegistryNCT00541047
PhasePhase 3
ConditionsGastrointestinal Complications, Prostate Cancer, Sexual Dysfunction, Urinary Complications
Interventionsbicalutamide, goserelin acetate, leuprolide acetate, adjuvant therapy, quality-of-life assessment, radiation therapy
SponsorUniversity College, London
Enrolment4236
Source licenceFigure published under CC BY 4.0

Overall survival

From figure panel · curves cross-checked by two independent readings · curve source: pixel measurement confirmed by vision model

Reconstructed from the published curve. Median: Salvage RT not reached; Adjuvant RT not reached. Survival at 3 years: Salvage RT 98%; Adjuvant RT 98%. Hazard ratio Salvage RT vs Adjuvant RT 0.98 (95% CI 0.67–1.44).

0%20%40%60%80%100%0246810YearsSalvage RTAdjuvant RT
ArmNEventsMedian (Years)
Salvage RT69953not reached
Adjuvant RT69752not reached

Landmark survival (reconstructed)

TimeSalvage RTAdjuvant RT
1 yr100.0%99.6%
2 yr99.6%98.8%
3 yr98.4%98.1%
5 yr96.1%96.1%
7 yr94.8%93.8%
10 yr87.9%—

Checks against the published figure

Download pseudo-IPD (CSV)

Biochemical progression-free survival

From figure panel · curves cross-checked by two independent readings · curve source: pixel measurement confirmed by vision model

Reconstructed from the published curve. Median: Salvage RT not reached; Adjuvant RT not reached. Survival at 2 years: Salvage RT 96%; Adjuvant RT 96%. Hazard ratio Salvage RT vs Adjuvant RT 1.01 (95% CI 0.79–1.29).

0%20%40%60%80%100%0123456789YearsSalvage RTAdjuvant RT
ArmNEventsMedian (Years)
Salvage RT699131not reached
Adjuvant RT697125not reached

Landmark survival (reconstructed)

TimeSalvage RTAdjuvant RT
1 yr99.1%98.1%
2 yr96.3%95.8%
3 yr92.2%92.2%
5 yr85.4%85.8%
7 yr82.1%81.3%

Checks against the published figure

Download pseudo-IPD (CSV)

About these data

Pseudo-IPD reproduces the published curves and numbers at risk; the rows are not real patients. Cite the publication (DOI above) and TrialCurve. The source figure is © the authors (CC BY 4.0); the charts here are redrawn from the reconstruction.

Load these data in R or Python
# R
library(survival)
d <- read.csv("https://trialcurve.com/data/trials/radicals-rt-long-term-follow-up-1.csv")
survfit(Surv(time, event) ~ arm, data = d)
coxph(Surv(time, event) ~ arm, data = d)

# Python
import pandas as pd
from lifelines import KaplanMeierFitter
d = pd.read_csv("https://trialcurve.com/data/trials/radicals-rt-long-term-follow-up-1.csv")
for arm, g in d.groupby("arm"):
    KaplanMeierFitter().fit(g.time, g.event, label=arm).plot_survival_function()

Suggested citation: Ann Oncol. Author manuscript; Available in PMC 2024 Dec 10. doi:10.1016/j.annonc.2024.03.010. Reconstructed data: TrialCurve (2026), https://trialcurve.com/trials/radicals-rt-long-term-follow-up

Report a problem with these data

Related trials

Need reconstructed data for other trials? Upload any Kaplan–Meier figure, or ask about the TrialCurve oncology library.

Reconstruct a figure Browse all trials