Ovarian | R Documentation |
This dataset combines the data that were collected in four double-blind randomized clinical trials in advanced ovarian cancer (Ovarian Cancer Meta-Analysis Project, 1991). In these trials, the objective was to examine the efficacy of cyclophosphamide plus cisplatin (CP) versus cyclophosphamide plus adriamycin plus cisplatin (CAP) to treat advanced ovarian cancer.
data("Ovarian")
A data frame with 1192 observations on the following 7 variables.
Patient
The ID number of a patient.
Center
The center in which a patient was treated.
Treat
The treatment indicator, coded as 0=CP (active control) and 1=CAP (experimental treatment).
Pfs
Progression-free survival (the candidate surrogate).
PfsInd
Censoring indicator for progression-free survival.
Surv
Survival time (the true endpoint).
SurvInd
Censoring indicator for survival time.
Ovarian Cancer Meta-Analysis Project (1991). Cclophosphamide plus cisplatin plus adriamycin versus cyclophosphamide, doxorubicin, and cisplatin chemotherapy of ovarian carcinoma: a meta-analysis. Classic papers and current comments, 3, 237-234.
data(Ovarian)
str(Ovarian)
head(Ovarian)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.