Ferraro1: Choice of presidental ticket in 1984 by gender

Ferraro1R 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 and Women

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)


alanarnholt/BSDA documentation built on Sept. 15, 2023, 4:55 a.m.