Learn R Programming

BayesDA (version 2012.04-1)

phones: CBS Telephone Survey

Description

Respondents to the CBS telephone survey classified by opinion, number of residential telephone lines, and number of adults in the household.

Usage

data(phones)

Arguments

Format

A data frame with 27 observations on the following 7 variables.
adults
number of adults in household
preference
a factor with levels Bush Dukakis No opinion/other
lines.1
number with one tele line
lines.2
number with 2 tele lines
lines.3
number with 3 tele lines
lines.4
number with 4 tele lines
lines.Q
number with unknown tele lines

Details

This is used in exercises pages 242--243 in the book.

Examples

Run this code
data(phones)     
summary(phones)

Run the code above in your browser using DataLab