county_data {MSMU} | R Documentation |
County data
Description
Data for 3142 counties in the United States containing demographic, educational, economic, and technological statistics.
Usage
county_data
Format
A data frame with 3142 rows and 17 columns:
- state
State (character)
- name
County name (character)
- fips
County level FIPS code (integer)
- pop
County population (integer)
- households
Number of households (integer)
- median_age
Median age of people in county (numeric)
- age_over_18
Percent age of people over 18 (numeric)
- age_over_65
Percent age of people over 65 (numeric)
- hs_grad
Percent of highschool grads (numeric)
- bachelors
Percent of people with bachelors degrees (numeric)
- white
Percent of population that is white (numeric)
- black
Percent of population that is black (numeric)
- hispanic
Percent of population that is hispanic (numeric)
- household_has_smartphone
Percent of households who have a smartphone (numeric)
- mean_household_income
Average household income (integer)
- median_household_income
Median household income (integer)
- unemployment_rate
Unemployment rate (numeric)
Source
Adapted from the county_complete data set in the usdata library with alterations made for educational purposes.