cdc | R Documentation |
A dataset from the 2000 Behavioral Risk Factors Surveillance System (BRFSS) conducted by the US Centers for Disease Control and Prevention used to illustrate inference on demographic data.
cdc
A dataframe with 20,000 rows and 9 variables:
genhlth
Factor with levels excellent
, very good
good
, fair
, poor
exerany
Numeric vector; 1 if the respondent exercised in the past month and 0 otherwise.
hlthplan
Numeric; 1 if the respondent has some form of health coverage and 0 otherwise.
smoke100
Numeric; 1 if the respondent has smoked at least 100 cigarettes in their entire life and 0 otherwise.
height
Numeric; respondent's height in inches.
weight
Numeric; respondent's weight in pounds.
wtdesire
Numeric; respondent's desired weight in pounds.
age
Numeric; respondent's age in years.
gender
Factor with two levels m
f
("https://www.cdc.gov/brfss/index.html")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.