lawrence10: Tract-level data from the 2006-2010 American Community Survey...

Description Usage Format Source Examples

Description

Tract-level data from the 2006-2010 American Community Survey for Lawrence, MA. Contains median household income. Used for examples in acs package.

Usage

1

Format

An acs-class object with 18 rows/geographies and 1 variable, representing tract-level ACS data for the city of Lawrence, MA from 2006-2010. Also includes geographic and other metadata.

Source

U.S. Census American Community Survey, 2010; http://www.census.gov/

Examples

1
2
3
4
5
6
7
8
9
data(lawrence10)
str(lawrence10)
class(lawrence10)

# subsetting
lawrence10[1:3,1]

# row-wise subtraction
lawrence10[1,1]+lawrence10[2,1]

acs documentation built on May 1, 2019, 8:41 p.m.