Cancer {BSDA} | R Documentation |
Data for Exercises 6.55 and 6.64
Cancer
A data frame with 17 observations on the following 5 variables.
stomach
bronchus
colon
ovary
breast
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Cancer) attach(Cancer) EDA(stomach) sign.test(stomach,md=100,alternative="greater") detach(Cancer)