Home / Trials

CONFIRM: reconstructed Kaplan–Meier curves

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

Nivolumab versus placebo in patients with relapsed malignant mesothelioma (CONFIRM): a multicentre, double-blind, randomised, phase 3 trial. Curves rebuilt as patient-level data (Guyot 2012) and checked against the statistics printed on the figure.

PublicationLancet Oncol. 2021 Nov;22(11):1530–40. doi: 10.1016/S1470-2045(21)00471-X
DOI10.1016/S1470-2045(21)00471-X
RegistryNCT03063450
PhasePhase 3
ConditionsMesothelioma
InterventionsNivolumab, Placebo
SponsorUniversity of Southampton
Enrolment332
Source licenceFigure published under CC BY 4.0

Progression-free survival

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

Reconstructed from the published curve. Median: Placebo group 1.8 months; Nivolumab group 2.9 months. Survival at 12 months: Placebo group 7%; Nivolumab group 14%. Hazard ratio Nivolumab group vs Placebo group 0.66 (95% CI 0.51–0.83).

0%20%40%60%80%100%0612182430MonthsPlacebo groupNivolumab group
ArmNEventsMedian (Months)
Placebo group1111011.8
Nivolumab group2211952.9

Landmark survival (reconstructed)

TimePlacebo groupNivolumab group
6 mo19.9%30.7%
12 mo7.1%14.2%
18 mo4.7%6.5%
24 mo4.7%5.2%

Checks against the published figure

Download pseudo-IPD (CSV)

Overall survival

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: Nivolumab group 10.2 months; Placebo group 6.9 months. Survival at 12 months: Nivolumab group 43%; Placebo group 30%. Hazard ratio Nivolumab group vs Placebo group 0.69 (95% CI 0.52–0.92).

0%20%40%60%80%100%061218243036MonthsNivolumab groupPlacebo group
ArmNEventsMedian (Months)
Nivolumab group22113410.2
Placebo group111756.9

Landmark survival (reconstructed)

TimeNivolumab groupPlacebo group
6 mo68.1%55.5%
12 mo43.3%30.3%
18 mo31.0%21.3%
24 mo24.5%17.0%
36 mo21.0%17.0%

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

Suggested citation: Lancet Oncol. 2021 Nov;22(11):1530–40. doi: 10.1016/S1470-2045(21)00471-X doi:10.1016/S1470-2045(21)00471-X. Reconstructed data: TrialCurve (2026), https://trialcurve.com/trials/confirm

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