| 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.
PatientThe ID number of a patient.
CenterThe center in which a patient was treated.
TreatThe treatment indicator, coded as 0=CP (active control) and 1=CAP (experimental treatment).
PfsProgression-free survival (the candidate surrogate).
PfsIndCensoring indicator for progression-free survival.
SurvSurvival time (the true endpoint).
SurvIndCensoring 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.