Drink {BSDA} | R Documentation |
Opinion on referendum by view on moral issue of selling alcoholic beverages
Description
Data for Exercise 8.53
Usage
Drink
Format
A data frame/tibble with 472 observations on two variables
- drinking
a factor with levels
ok
,tolerated
, andimmoral
- referendum
a factor with levels
for
,against
, andundecided
References
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
Examples
T1 <- xtabs(~drinking + referendum, data = Drink)
T1
chisq.test(T1)
rm(T1)
[Package BSDA version 1.2.2 Index]