colorectal | R Documentation |
This dataset combines the data that were collected in 26 double-blind randomized clinical trials in advanced colorectal cancer.
data("colorectal")
A data frame with 3943 observations on the following 7 variables.
TRIAL
The ID number of a trial.
responder
Binary tumor response (the candidate surrogate), coded as 2=complete response (CR) or partial response (PR) and 1=stabled disease (SD) or progressive disease (PD).
SURVIND
Censoring indicator for survival time.
TREAT
The treatment indicator, coded as 0=active control and 1=experimental treatment.
CENTER
The center in which a patient was treated. In this dataset, there was only one center per trial, hence TRIAL=CENTER.
patientid
The ID number of a patient.
surv
Survival time (the true endpoint).
Alonso, A., Bigirumurame, T., Burzykowski, T., Buyse, M., Molenberghs, G., Muchene, L., ... & Van der Elst, W. (2016). Applied surrogate endpoint evaluation methods with SAS and R. CRC Press.
data(colorectal)
str(colorectal)
head(colorectal)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.