HSAUR2 (version 1.1-17)

mastectomy: Survival Times after Mastectomy of Breast Cancer Patients

Description

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.

Usage

data("mastectomy")

Arguments

Format

A data frame with 42 observations on the following 3 variables.

time

survival times in months.

event

a logical indicating if the event was observed (TRUE) or if the survival time was censored (FALSE).

metastasized

a factor at levels yes and no.

Examples

Run this code
# NOT RUN {
  data("mastectomy", package = "HSAUR2")
  table(mastectomy$metastasized)
# }

Run the code above in your browser using DataLab