https://github.com/btskinner/civic_returns_pf_rep
Replication files for Skinner & Doyle (2021) Do civic returns to higher education differ across subpopulations? An analysis using propensity forests
https://github.com/btskinner/civic_returns_pf_rep
causal-forest civic-engagement higher-education quasi-experimental r
Last synced: 2 months ago
JSON representation
Replication files for Skinner & Doyle (2021) Do civic returns to higher education differ across subpopulations? An analysis using propensity forests
- Host: GitHub
- URL: https://github.com/btskinner/civic_returns_pf_rep
- Owner: btskinner
- Created: 2019-09-12T15:41:50.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-05T15:55:10.000Z (almost 4 years ago)
- Last Synced: 2025-01-17T15:45:04.970Z (4 months ago)
- Topics: causal-forest, civic-engagement, higher-education, quasi-experimental, r
- Language: R
- Homepage:
- Size: 564 KB
- Stars: 1
- 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, B.T. and Doyle, W.R. (2021). Are civic returns to
> higher education different across subpopulations? An analysis using
> propensity forests. _Journal of Education Finance_, 46(4), 519–562.## To run
Clone the project repository, `cd` into project directory, and run the `makefile`:
```bash
git clone https://github.com/btskinner/civic_returns_pf_rep.git
cd ./civic_returns_pf_rep
make
```Or, after cloning the repository, run the R scripts one by one:
1. `check_packages.r`
1. `get_data.r`
1. `make_data.r`
1. `make_descriptives.r`
1. `fit_trees.r`
1. `pull_figure_estimates.r`
1. `make_figures.r`
1. `make_tables.r`