powered by
Data for Exercises 7.34 and 7.48
Censored
A data frame/tibble with 121 observations on three variables
survival time (in days) of patients with small cell lung cancer
a factor with levels armA and armB indicating the treatment a patient received
armA
armB
the age of the patient
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
# NOT RUN { boxplot(survival ~ treatment, data = Censored, col = "yellow") wilcox.test(survival ~ treatment, data = Censored, alternative = "greater") # }
Run the code above in your browser using DataLab