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
makeOr, after cloning the repository, cd into the ./scripts/r
directory, and run the R scripts one by one in the following order:
check_packages.Rmake_data_acs.Rmake_data_fcc.Rmake_data_geo.Rclean_data_acs.Rclean_data_fcc.Ranalysis_acs.Ranalysis_fcc.Rmake_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