Home / Trials

VIM: reconstructed Kaplan–Meier curves

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

Active symptom control with or without oral vinorelbine in patients with relapsed malignant pleural mesothelioma (VIM): A randomised, phase 2 trial. Curves rebuilt as patient-level data (Guyot 2012) and checked against the statistics printed on the figure.

PublicationeClinicalMedicine. 2022 May 19;48:101432. doi: 10.1016/j.eclinm.2022.101432
DOI10.1016/j.eclinm.2022.101432
RegistryNCT02139904
PhasePhase 2
ConditionsMesothelioma
InterventionsVinorelbine, Active Symptom Control
SponsorWales Cancer Trials Unit
Enrolment154
Source licenceFigure published under CC BY 4.0

Progression-free survival

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

Reconstructed from the published curve. Median: ASC+Vin 4.1 months; ASC 2.8 months. Survival at 6 months: ASC+Vin 33%; ASC 9%. Hazard ratio ASC+Vin vs ASC 0.58 (95% CI 0.40–0.83).

0%20%40%60%80%100%036912151821MonthsASC+VinASC
ArmNEventsMedian (Months)
ASC+Vin98824.1
ASC56482.8

Landmark survival (reconstructed)

TimeASC+VinASC
6 mo33.3%8.6%
12 mo11.4%6.5%
18 mo4.3%6.5%

Download pseudo-IPD (CSV)

Overall survival

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

Reconstructed from the published curve. Median: ASC+Vin 10.0 months; ASC 9.0 months. Survival at 6 months: ASC+Vin 66%; ASC 63%. Hazard ratio ASC+Vin vs ASC 0.83 (95% CI 0.55–1.25).

0%20%40%60%80%100%036912151821MonthsASC+VinASC
ArmNEventsMedian (Months)
ASC+Vin986410.0
ASC56359.0

Landmark survival (reconstructed)

TimeASC+VinASC
6 mo66.5%62.5%
12 mo39.1%40.0%
18 mo24.6%24.9%

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

Suggested citation: eClinicalMedicine. 2022 May 19;48:101432. doi: 10.1016/j.eclinm.2022.101432 doi:10.1016/j.eclinm.2022.101432. Reconstructed data: TrialCurve (2026), https://trialcurve.com/trials/vim

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