Learn R Programming

IIS (version 1.0)

state_cdi: State CDI

Description

This data set contains a sample of "chronic disease indicators", as reported by the CDC's Division of Population Health, for the four states California, Michigan, Ohio, and West Virginia. This data is displayed in Table 2.16 of Wolfe and Schneider - Intuitive Introductory Statistics.

Usage

state_cdi

Arguments

Format

A data.frame with 16 rows and 3 columns indicating the indicator and the percentage of the popoulation having such an indicator for each state.

Examples

Run this code
# NOT RUN {
data(state_cdi)
summary(state_cdi)
# }

Run the code above in your browser using DataLab