county_income: Median income by US county in 2016

Description Usage Format Details Source Examples

Description

American Community Survey (ACS) median income in the past 12 months in constant 2016 dollars.

Usage

1

Format

A tidy data frame (tibble) with 816 observations and 4 variables.

county_id

US counties encoded by a 5-digit number (FIPS code) which uniquely identifies 816 counties and county equivalents

county

Name of the county or county equivalent

state

US states and the District of Columbia

income

Median income over the past 12 months

Details

Source: ACS Table B07011 "Median income in the past 12 months by geographic mobility in the past year for current residence in the US." Population 15 years and older in the US with income.

Source

ACS Table B07011, ACS_05_EST_B07011

Examples

1
2
data(county_income, package = "graphclassmate")
county_income 

graphdr/graphclassmate documentation built on May 27, 2021, 4:41 a.m.