
Ovarian Cancer Survival Data
ovarian.RdSurvival in a randomised trial comparing two treatments for ovarian cancer
Format
A data frame with 26 observations and the following variables
futimesurvival or censoring time
fustat0=censored, 1=death
ageage in years
resid.dsresidual disease present (1=no,2=yes)
rxtreatment group, 1= cyclophosphamide, 2= cyclophosphamide + adriamycin
ecog.psECOG performance status (1 is better)
Note
The usage above assumes that the survival package is attached via
library(survival) or via another package that depends on
survival, e.g., mstate. If not, then either survival::ovarian
can be used or data(cancer, package="survival").