This repository contains the replication files for
Skinner, B.T., Burtch, T., and Levy, H. (2022). Variation in broadband access among undergraduate populations across the United States. Annenberg Institute at Brown University (EdWorkingPaper: 22-667). Doi: 10.26300/8a57-0r97
Clone the project repository, cd
into project directory, and run the makefile
:
git clone https://github.com/btskinner/bb_desc_rep.git
cd ./bb_desc_rep
make
Or, after cloning the repository, run the R scripts one by one:
make_data_acs.R
run_stan.R
poststratify.R
make_figures.R
make_tables.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 figtab.md \
--read=markdown \
--write=latex \
--output=./figtab.pdf \
--filter=pandoc-crossref \
--citeproc \
--lua-filter=linebreaks.lua