Learn R Programming

openintro (version 1.7.1)

full.body.scan: Poll about use of full-body airport scanners

Description

Poll about use of full-body airport scanners, where about 4-in-5 people supported the use of the scanners.

Usage

data("full.body.scan")

Arguments

Format

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

answer

a factor with levels do not know / no answer should should not

party.affiliation

a factor with levels Democrat Independent Republican

Examples

Run this code
# NOT RUN {
data(full.body.scan)
## maybe str(full.body.scan) ; plot(full.body.scan) ...
# }

Run the code above in your browser using DataLab