Drink {BSDA}R Documentation

Opinion on referendum by view on moral issue of selling alcoholic beverages

Description

Data for Exercise 8.53

Usage

Drink

Format

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

drink
a factor with levels immoral ok tolerated
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(Drink)
attach(Drink)
Drink
chisq.test(Drink[,2:4])
detach(Drink)

[Package BSDA version 0.1 Index]