Referend {BSDA}R Documentation

Opinion on referendum by view on freedom of the press

Description

Data for Exercise 8.20

Usage

Referend

Format

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

Response
a factor with levels A B C
For
a numeric vector
Against
a numeric vector
undecide
a numeric vector

Source

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

Examples

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

[Package BSDA version 0.1 Index]