Snore {BSDA} | R Documentation |
Data for Exercise 8.21
Snore
A data frame with 2 observations on the following 5 variables.
heart
no
yes
Non
occasion
nearly
every
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Snore) attach(Snore) chisq.test(Snore[,2:5]) detach(Snore)