Learn R Programming

spqdep (version 0.1.3.3)

Newark.sf: Extract of 1880 US Census for Newark, New Jersey.

Description

A simple features object with geocoded information about respondents in the 1880 US Census with selected demographic information coded as dummy variables. The data are projected using EPSG: 32618 (WGS 84/UTM Zone 18N). The coordinates have been and jiggled to create unique coordinates for each observation.

Usage

data(Newark.sf)

Arguments

Format

A simple features dataframe with 21,520 rows and 8 columns:

ID

Unique identifier of record.

YANKEE

Dummy variable for ethnicity of respondent: 1 if Yankee, 0 otherwise.

IRISH

Dummy variable for ethnicity of respondent: 1 if Irish, 0 otherwise.

GERMAN

Dummy variable for ethnicity of respondent: 1 if German, 0 otherwise.

under30

Dummy variable for age of respondent: 1 if younger than 30 years old, 0 otherwise.

mar

Dummy variable for marital status of respondent: 1 if married, 0 otherwise.

usborn

Dummy variable for place of birth of respondent: 1 if born in the US, 0 otherwise.

geometry

geometry of the simple features object

References

  • Paez, A., Ruiz, M., Lopez, F. & Logan, J. (2012). Measuring Ethnic Clustering and Exposure with the Q Statistic: An Exploratory Analysis of Irish, Germans, and Yankees in 1880 Newark.. Annals of the Association of American Geographers.

Examples

Run this code
 data(Newark.sf)
 summary(Newark.sf)

Run the code above in your browser using DataLab