powered by
Data for Exercises 6.55 and 6.64
Cancer
A data frame with 17 observations on the following 5 variables.
stomach
a numeric vector
bronchus
colon
ovary
breast
# NOT RUN { str(Cancer) attach(Cancer) EDA(stomach) SIGN.test(stomach,md=100,alternative="greater") detach(Cancer) # }
Run the code above in your browser using DataLab