SOC {DTEBOP2} | R Documentation |
Docetaxel KM data used for reconstructing PFS KM curve
Description
Kaplan-Meier (KM) survival data for the standard-of-care (SOC) arm (docetaxel), extracted using PlotDigitizer from a published KM curve. This dataset is used to reconstruct the progression-free survival (PFS) curve for trial simulation and validation.
Usage
data(SOC)
Format
A data frame with two variables:
- time
Numeric. Time points (e.g., in months) at which survival probabilities are estimated.
- survival
Numeric. Estimated survival probability corresponding to each time point.
Examples
data(SOC)
head(SOC)
[Package DTEBOP2 version 1.0.3 Index]