phoenixACS: Income and Error in Phoeniox (2005-09)

Description Usage Format Details Source Examples

Description

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

Usage

1

Format

An sf data frame with 985 rows, 17 variables, and a geometry column:

aland10

Tract area of land

awater10

Tract area of water

geoid10

Census Bureau’s Tract id

namelsad10

Census Bureau’s Tract name

pop_dens

Population density (including only land area)

inc

ACS estimate of per capita income

inc_error

ACS estimate of the measurement error of per capita income

pct_error

Percentage that the error represents as a share of the total p/c income estimate

renter_rt

Rate of renters as a share of the total population (in percentage)

pop

Population count

white_rt

Rate of white population (as a percentage of the total population)

black_rt

Rate of black population (as a percentage of the total population)

hisp_rt

Rate of hispanic population (as a percentage of the total population)

fem_nh_rt

Rate of females head of the household, no husband (as a percentage of the total population)

vac_hsu_rt

Rate of vacant housing units (as a percentage of total units)

hsu

Housing units count

l_pct_error

Logarithm of percentage that the error represents as a share of the total p/c income estimate

Details

Sf object, EPSG:4269: NAD83.

Source

2005-2009 American Community Survey Summary File. U.S. Census Bureau and 2010 Population Census, Summary File 1. U.S. Census Bureau

Examples

1
2
3
4
5
6
if (requireNamespace("sf", quietly = TRUE)) {
  library(sf)
  data(phoenixACS)

  plot(phoenixACS["inc"])
}

spatialanalysis/geodaData documentation built on Oct. 6, 2020, 12:09 p.m.