Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 975 Bytes

File metadata and controls

38 lines (29 loc) · 975 Bytes

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

To run

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:

  1. make_data_acs.R
  2. run_stan.R
  3. poststratify.R
  4. make_figures.R
  5. 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