openintro (version 1.7.1)

healthcare.law.survey: Pew Research Center poll on health care, including question variants

Description

For example, Pew Research Center conducted a survey with the following question: ``As you may know, by 2014 nearly all Americans will be required to have health insurance. [People who do not buy insurance will pay a penalty] while [People who cannot afford it will receive financial help from the government]. Do you approve or disapprove of this policy?'' For each randomly sampled respondent, the statements in brackets were randomized: either they were kept in the order given above, or the two statements were reversed.

Usage

data("healthcare.law.survey")

Arguments

Format

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

order

a factor with levels cannot_afford_second penalty_second

response

a factor with levels approve disapprove other

Examples

Run this code
# NOT RUN {
data(healthcare.law.survey)
## maybe str(healthcare.law.survey) ; plot(healthcare.law.survey) ...
# }

Run the code above in your browser using DataCamp Workspace