Last chance! 50% off unlimited learning
Sale ends in
Survival times in months after mastectomy of women with breast cancer. The cancers are classified as having metastized or not based on a histochemical marker.
data("mastectomy")
A data frame with 42 observations on the following 3 variables.
survival times in months.
a logical indicating if the event was observed (TRUE
)
or if the survival time was censored (FALSE
).
a factor at levels yes
and no
.
data("mastectomy", package = "HSAUR3")
table(mastectomy$metastasized)
Run the code above in your browser using DataLab