| colorectal4 | R Documentation |
This dataset combines the data that were collected in 19 double-blind randomized clinical trials in advanced colorectal cancer.
data("colorectal4")
A data frame with 3192 observations on the following 7 variables.
trialendThe ID number of a trial.
treatnThe treatment indicator, coded as 0=active control and 1=experimental treatment.
trueindCensoring indicator for survival time.
surrogendCategorical ordered tumor response (the candidate surrogate), coded as 1=complete response (CR), 2=partial response (PR), 3=stabled disease (SD) and 4=progressive disease (PD).
patidThe ID number of a patient.
centerThe center in which a patient was treated. In this dataset, there was only one center per trial, hence TRIAL=CENTER.
truendSurvival 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(colorectal4)
str(colorectal4)
head(colorectal4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.