openintro (version 1.7.1)

health_coverage: Health Coverage and Health Status

Description

Survey responses for 20,000 responses to the Behavioral Risk Factor Surveillance System.

Usage

data("health_coverage")

Arguments

Format

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

coverage

Whether the person had health coverage or not.

health_status

The person's health status.

Examples

Run this code
# NOT RUN {
data(health_coverage)
table(health_coverage)
# }

Run the code above in your browser using DataLab