Censored {BSDA} | R Documentation |
Data for Exercises 7.34 and 7.48
Censored
A data frame with 121 observations on the following 8 variables.
survivA
ageA
censorA
survivB
ageB
censorB
survival
group
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Censored) attach(Censored) boxplot(survival~group) detach(Censored)