This dataset contains reconstructed individual patient data (IPD) from published KM survival curve. The dataset includes information on treatment type, treatment code, survival curve type, event times, and event occurrences for each patient.
Format
A data frame with 624 observations on the following 5 variables:
- trt
Character vector indicating the treatment received by each patient. Possible values are
"Isotretinoin"
and"Dinutuximab β"
.- trt_cd
Character vector representing the treatment code.
"TT"
forIsotretinoin
and"GD2"
forDinutuximab β
.- curve
Character vector indicating the type of survival curve. Possible values are
"OS"
(Overall Survival) and"EFS"
(Event-Free Survival).- eventtime
Numeric vector representing the time to event or censoring for each patient.
- event
Integer vector where
1
indicates the occurrence of the event and0
indicates censoring.