| 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.
TRIALThe ID number of a trial.
responderBinary tumor response (the candidate surrogate), coded as 2=complete response (CR) or partial response (PR) and 1=stabled disease (SD) or progressive disease (PD).
SURVINDCensoring indicator for survival time.
TREATThe treatment indicator, coded as 0=active control and 1=experimental treatment.
CENTERThe center in which a patient was treated. In this dataset, there was only one center per trial, hence TRIAL=CENTER.
patientidThe ID number of a patient.
survSurvival 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.