The Relationship Between Eviction and Incarceration in NYC
Introduction/Background
This project investigates the relationship between housing instability and criminal legal system involvement in New York City, New York. Specifically, it asks whether higher rates of eviction filings in New York City neighborhoods correlate with increased police contact, arrests, or jail admissions, and how these patterns intersect with race and income. One hypothesis is that eviction functions as a destabilizing force that may increase the likelihood of shelter entry and criminal justice contact, which is known as the public housing to prison pipeline [Columbia].
New York City is one of America’s most populous and major cities, and understanding this relationship there is certainly urgent, as it is one of the most prominent nexuses of the affordable housing crisis, shelter overcrowding, and policing of low-income communities. By focusing on evictions, low-level arrests, and shelter entries, this project seeks to show how housing policy and criminal justice outcomes are deeply intertwined. Data from this analysis comes from several official sources from the NYC Open Data site and the census (ACS). This report puts forth a set of initial findings focused on eviction filings in NYC and how they relate to neighborhood racial composition and income.
Figures and Tables
library(dplyr)
Attaching package: 'dplyr'
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
library(lubridate)
Attaching package: 'lubridate'
The following objects are masked from 'package:base':
date, intersect, setdiff, union
Your original .Renviron will be backed up and stored in your R HOME directory if needed.
Your API key has been stored in your .Renviron and can be accessed by Sys.getenv("CENSUS_API_KEY").
To use now, restart R or run `readRenviron("~/.Renviron")`