Ferraro1 {BSDA}R Documentation

Choice of presidental ticket in 1984 by gender

Description

Data for Exercise 8.23

Usage

Ferraro1

Format

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

gender
a factor with levels Men Women
Reag.Bs
a numeric vector
Mond.Fer
a numeric vector
undecide
a numeric vector

Source

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

Examples

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

[Package BSDA version 0.1 Index]