Ferraro2 {BSDA}R Documentation

Choice of vice presidental candidate in 1984 by gender

Description

Data for Exercise 8.23

Usage

Ferraro2

Format

A data frame with 2 observations on the following 4 variables.

gender
a factor with levels Men Women
Bush
a numeric vector
Ferraro
a numeric vector
undecide
a numeric vector

Source

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury

Examples

str(Ferraro2)
attach(Ferraro2)
Ferraro2
chisq.test(Ferraro2[,2:4])
detach(Ferraro2)

[Package BSDA version 0.1 Index]