This repository contains the replication files for
Skinner, B.T., Levy, H., and Burtch, T. (2021). Digital redlining: the relevance of 20th century housing policy to 21st century broadband access and education. Annenberg Institute at Brown University (EdWorkingPaper: 21-471). Doi: 10.26300/q9av-9c93
Clone the project repository, cd
into project directory, and run the makefile
:
git clone https://github.com/btskinner/bb_holc_rep.git
cd ./bb_holc_rep
make
Or, after cloning the repository, cd
into the ./scripts/r
directory, and run the R scripts one by one in the following order:
check_packages.R
make_data_acs.R
make_data_fcc.R
make_data_geo.R
clean_data_acs.R
clean_data_fcc.R
analysis_acs.R
analysis_fcc.R
make_figures.R
Figures and tables found in the final paper can be built from
figtab.md
after completing all scripts and running from the docs
directory:
pandoc figures.md \
--read=markdown \
--write=latex \
--output=./figures.pdf \
--resource-path=..:../figures