Ferraro2: Choice of vice presidental candidate in 1984 by gender

Ferraro2R Documentation

Choice of vice presidental candidate in 1984 by gender

Description

Data for Exercise 8.23

Usage

Ferraro2

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 = Ferraro2)
T1
chisq.test(T1)  
rm(T1)


BSDA documentation built on Sept. 19, 2023, 1:08 a.m.