Home / Trials

PIN: reconstructed Kaplan–Meier curves

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

Olaparib maintenance versus placebo monotherapy in patients with advanced non-small cell lung cancer (PIN): A multicentre, randomised, controlled, phase 2 trial. Curves rebuilt as patient-level data (Guyot 2012) and checked against the statistics printed on the figure.

PublicationeClinicalMedicine. 2022 Aug 11;52:101595. doi: 10.1016/j.eclinm.2022.101595
DOI10.1016/j.eclinm.2022.101595
RegistryNCT01788332
PhasePhase 2
ConditionsNon-small Cell Lung Cancer
InterventionsOlaparib, Placebo
SponsorLisette Nixon
Enrolment70
Source licenceFigure published under CC BY 4.0

Overall survival — ITT population

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: Olaparib 59.4 weeks; Placebo 31.2 weeks. Survival at 8 weeks: Olaparib 100%; Placebo 100%. Hazard ratio Olaparib vs Placebo 0.58 (95% CI 0.29–1.12).

0%20%40%60%80%100%0122436486072WeeksOlaparibPlacebo
ArmNEventsMedian (Weeks)
Olaparib321459.4
Placebo382331.2

Landmark survival (reconstructed)

TimeOlaparibPlacebo
4 wk100.0%100.0%
8 wk100.0%100.0%
12 wk96.3%94.0%
26 wk86.9%73.3%
52 wk59.2%31.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/pin-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/pin-1.csv")
for arm, g in d.groupby("arm"):
    KaplanMeierFitter().fit(g.time, g.event, label=arm).plot_survival_function()

Suggested citation: eClinicalMedicine. 2022 Aug 11;52:101595. doi: 10.1016/j.eclinm.2022.101595 doi:10.1016/j.eclinm.2022.101595. Reconstructed data: TrialCurve (2026), https://trialcurve.com/trials/pin

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