prostate | R Documentation |
This dataset combines the data that were collected in 17 double-blind randomized clinical trials in advanced prostate cancer.
data("prostate")
A data frame with 412 observations on the following 6 variables.
TRIAL
The ID number of a trial.
TREAT
The treatment indicator, coded as 0=active control and 1=experimental treatment.
PSA
Prostate specific antigen (surrogate endpoint)
SURVTIME
Survival time (the true endpoint).
SURVIND
Censoring indicator for survival time.
PATID
The ID number of a patient.
Alonso A, Bigirumurame T, Burzykowski T, Buyse M, Molenberghs G, Muchene L, Perualila NJ, Shkedy Z, Van der Elst W, et al. (2016). Applied surrogate endpoint evaluation methods with SAS and R. CRC Press New York
data(prostate)
str(prostate)
head(prostate)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.