Home / Trials

ADIUVO: reconstructed Kaplan–Meier curves

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

Adjuvant mitotane versus surveillance in low-grade, localised adrenocortical carcinoma (ADIUVO): an international, multicentre, open-label, randomised, phase 3 trial and observational study. Curves rebuilt as patient-level data (Guyot 2012) and checked against the statistics printed on the figure.

PublicationLancet Diabetes Endocrinol. 2023 Oct;11(10):720–30. doi: 10.1016/S2213-8587(23)00193-6
DOI10.1016/S2213-8587(23)00193-6
RegistryNCT00777244
PhasePhase 3
ConditionsAdrenocortical Carcinoma
InterventionsMITOTANE
SponsorUniversity of Turin, Italy
Enrolment200
Source licenceFigure published under CC BY 4.0

Recurrence-free survival — Intention-to-treat population

From figure panel A · validated against the values printed on the figure · curve source: pixel measurement confirmed by vision model

Reconstructed from the published curve. Median: Mitotane group not reached; Surveillance group not reached. Survival at 18 months: Mitotane group 86%; Surveillance group 85%. Hazard ratio Mitotane group vs Surveillance group 0.75 (95% CI 0.30–1.87).

0%20%40%60%80%100%01224364860728496MonthsMitotane groupSurveillance group
ArmNEventsMedian (Months)
Mitotane group458not reached
Surveillance group4611not reached

Landmark survival (reconstructed)

TimeMitotane groupSurveillance group
6 mo97.8%95.7%
12 mo88.7%91.3%
18 mo86.3%84.5%
24 mo86.3%82.0%
36 mo83.6%79.3%
48 mo83.6%79.3%
60 mo79.4%75.8%

Checks against the published figure

Download pseudo-IPD (CSV)

Overall survival — Intention-to-treat population

From figure panel B · validated against the values printed on the figure · curve source: pixel measurement confirmed by vision model

Reconstructed from the published curve. Median: Mitotane group not reached; Surveillance group not reached. Survival at 18 months: Mitotane group 95%; Surveillance group 100%. Hazard ratio Mitotane group vs Surveillance group 0.42 (95% CI 0.08–2.16).

0%20%40%60%80%100%01224364860728496MonthsMitotane groupSurveillance group
ArmNEventsMedian (Months)
Mitotane group452not reached
Surveillance group465not reached

Landmark survival (reconstructed)

TimeMitotane groupSurveillance group
6 mo100.0%100.0%
12 mo97.7%100.0%
18 mo95.3%100.0%
24 mo95.3%100.0%
36 mo95.3%100.0%
48 mo95.3%94.3%
60 mo95.3%86.6%

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/adiuvo-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/adiuvo-1.csv")
for arm, g in d.groupby("arm"):
    KaplanMeierFitter().fit(g.time, g.event, label=arm).plot_survival_function()

Suggested citation: Lancet Diabetes Endocrinol. 2023 Oct;11(10):720–30. doi: 10.1016/S2213-8587(23)00193-6 doi:10.1016/S2213-8587(23)00193-6. Reconstructed data: TrialCurve (2026), https://trialcurve.com/trials/adiuvo

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