https://github.com/utdata/r-pir-distribution
Repo to distribute counties to X number of students.
https://github.com/utdata/r-pir-distribution
Last synced: 5 months ago
JSON representation
Repo to distribute counties to X number of students.
- Host: GitHub
- URL: https://github.com/utdata/r-pir-distribution
- Owner: utdata
- Created: 2019-01-14T21:32:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-10T18:23:39.000Z (almost 7 years ago)
- Last Synced: 2025-02-06T20:44:24.853Z (over 1 year ago)
- Size: 590 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# r-pir-distribution
Project to randomly select counties for students for public information requests (or whatever purpose.) Idea is each student would one of the most populous counties, then a a number of smaller counties selected randomly.
- `01_counties_get_data.Rmd` gets the county populations from the census.
- `02_counties_make_list.Rmd` makes to "top" and "small" counties list, based on the number of students.
## Published notebook
- [Get the data](https://utdata.github.io/r-pir-distribution/01_counties_get_data.html)
- [Make the list](https://utdata.github.io/r-pir-distribution/02_counties_make_list.html)
## Download the CSVs based on current settings
These will be split based on the most recent running and `numb_students` setting.
- [top_counties.csv](https://github.com/utdata/r-pir-distribution/blob/master/data/top_counties.csv?raw=true)
- [small_counties.csv](https://github.com/utdata/r-pir-distribution/blob/master/data/small_counties.csv?raw=true)