Home / Trials

QUARTZ: reconstructed Kaplan–Meier curves

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

Dexamethasone and supportive care with or without whole brain radiotherapy in treating patients with non-small cell lung cancer with brain metastases unsuitable for resection or stereotactic radiotherapy (QUARTZ): results from a phase 3, non-inferiority, randomised trial. Curves rebuilt as patient-level data (Guyot 2012) and checked against the statistics printed on the figure.

PublicationLancet. 2016 Oct 22;388(10055):2004–14. doi: 10.1016/S0140-6736(16)30825-X
DOI10.1016/S0140-6736(16)30825-X
Registry—
Phase—
Conditions—
Interventions—
Sponsor—
Enrolment—
Source licenceFigure published under CC BY 4.0

Overall survival from randomisation

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: OSC plus WBRT 9.4 weeks; OSC alone 8.1 weeks. Survival at 8 weeks: OSC plus WBRT 55%; OSC alone 52%. Hazard ratio OSC plus WBRT vs OSC alone 0.92 (95% CI 0.77–1.09).

0%20%40%60%80%100%0612182430364248WeeksOSC plus WBRTOSC alone
ArmNEventsMedian (Weeks)
OSC plus WBRT2692629.4
OSC alone2692618.1

Landmark survival (reconstructed)

TimeOSC plus WBRTOSC alone
4 wk84.4%78.4%
8 wk55.4%51.7%
12 wk39.0%33.0%
26 wk11.5%9.5%
52 wk3.0%2.3%

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

Suggested citation: Lancet. 2016 Oct 22;388(10055):2004–14. doi: 10.1016/S0140-6736(16)30825-X doi:10.1016/S0140-6736(16)30825-X. Reconstructed data: TrialCurve (2026), https://trialcurve.com/trials/quartz

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