Kidsmoke {BSDA} | R Documentation |
Data for Exercise 4.85
Kidsmoke
A data frame with 1000 observations on the following 2 variables.
gender
smoke
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Kidsmoke) attach(Kidsmoke) table(gender,smoke) addmargins(table(gender,smoke)) addmargins(table(gender,smoke)/1000) detach(Kidsmoke)