https://github.com/btskinner/lowinc_enroll_mrp_rep
Replication files for Skinner and Doyle "Predicting postsecondary attendance by family income in the United States using multilevel regression with poststratification"
https://github.com/btskinner/lowinc_enroll_mrp_rep
Last synced: 3 months ago
JSON representation
Replication files for Skinner and Doyle "Predicting postsecondary attendance by family income in the United States using multilevel regression with poststratification"
- Host: GitHub
- URL: https://github.com/btskinner/lowinc_enroll_mrp_rep
- Owner: btskinner
- Created: 2022-04-07T18:38:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-23T18:14:33.000Z (almost 2 years ago)
- Last Synced: 2025-01-17T15:45:21.737Z (11 months ago)
- Language: R
- Size: 45.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository contains the replication files for
> Skinner, Benjamin T. and Doyle, William R. (forthcoming) Predicting postsecondary
> attendance by family income in the United States using multilevel
> regression with poststratification. _Economics of Educatoin Review_ Available at
> SSRN: http://dx.doi.org/10.2139/ssrn.3054231
## Data
Follow the instructions in `./data/raw/README.md` to download all
publicly-available data and place it in the correct locations.
You will also need access to an NCES restricted-use data set, which
must be obtained through the [National Center for Education
Statistics](https://nces.ed.gov/statprog/instruct.asp).
## To run
Clone the project repository and `cd` into the `scripts/r` project
subdirectory.
```bash
git clone https://github.com/btskinner/lowinc_enroll_mrp_rep.git
cd ./lowinc_enroll_mrp_rep/scripts/r
```
Follow the instructions in `./scripts/r/README.md` to replicate the
primary and simulated analyses.