2005-2009 ACS Margins of Error estimates from ACS for table B19301 (Per Capita Income) at the tract level for the Phoenix-Mesa-Glendale Metropolitan Statistical Area
phoenixACS
An sf data frame with 985 rows, 17 variables, and a geometry column:
Tract area of land
Tract area of water
Census Bureau’s Tract id
Census Bureau’s Tract name
Population density (including only land area)
ACS estimate of per capita income
ACS estimate of the measurement error of per capita income
Percentage that the error represents as a share of the total p/c income estimate
Rate of renters as a share of the total population (in percentage)
Population count
Rate of white population (as a percentage of the total population)
Rate of black population (as a percentage of the total population)
Rate of hispanic population (as a percentage of the total population)
Rate of females head of the household, no husband (as a percentage of the total population)
Rate of vacant housing units (as a percentage of total units)
Housing units count
Logarithm of percentage that the error represents as a share of the total p/c income estimate
2005-2009 American Community Survey Summary File. U.S. Census Bureau and 2010 Population Census, Summary File 1. U.S. Census Bureau
Sf object, EPSG:4269: NAD83.
if (requireNamespace("sf", quietly = TRUE)) { library(sf) data(phoenixACS) plot(phoenixACS["inc"]) }