Ferraro1 {BSDA} | R Documentation |
Choice of presidental ticket in 1984 by gender
Description
Data for Exercise 8.23
Usage
Ferraro1
Format
A data frame/tibble with 1000 observations on two variables
- gender
a factor with levels
Men
andWomen
- candidate
a character vector of 1984 president and vice-president candidates
References
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
Examples
T1 <- xtabs(~gender + candidate, data = Ferraro1)
T1
chisq.test(T1)
rm(T1)
[Package BSDA version 1.2.2 Index]