eiCompare (version 3.0.0)

rockland_census: Rockland County, NY, Census demographic dataset.

Description

This dataset contains the demographic information for Rockland County in New York, which is where East Ramapo School District is located.

Usage

data(rockland_census)

Arguments

Format

A nested list which can be sent to the `predict_race` function in WRU. Within "NY", the "block", "tract", and "county" keys contain the following columns.

state

State FIPS code

county

County FIPS code

tract

Tract FIPS code

block

Block FIPS code

P005003

White alone population

P005004

Black or African American alone population

P005005

American Indian and Alaska Native alone population

P005006

Asian alone population

P005007

Native Hawaiian and Other Pacific Islander alone population

P005008

Some other race alone population

P005009

Two or more races population

P005010

Hispanic or Latino population

r_whi

White voters; from Census Bureau.

r_bla

Black voters; from Census Bureau.

r_his

Hispanic voters; from Census Bureau.

r_asi

Asian voters; from Census Bureau.

r_oth

Other voters; from Census Bureau.