Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jefferis/euref2petition
Data and code to analyses the EU 2nd referendum petition (http://petition.parliament.uk/petitions/131215)
https://github.com/jefferis/euref2petition
Last synced: 27 days ago
JSON representation
Data and code to analyses the EU 2nd referendum petition (http://petition.parliament.uk/petitions/131215)
- Host: GitHub
- URL: https://github.com/jefferis/euref2petition
- Owner: jefferis
- Created: 2016-06-28T20:29:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-25T21:47:19.000Z (over 5 years ago)
- Last Synced: 2023-10-20T20:43:05.790Z (about 1 year ago)
- Language: R
- Size: 195 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EURef2Petition
Data and R code to analyses the EU [2nd referendum petition](http://petition.parliament.uk/petitions/131215).http://petition.parliament.uk/petitions/131215.json was downloaded using a
cron job running `download-petition-data.R` every 2 mins and then processed using `process_petition_data.R`Main analysis is in `PetitionStats.Rmd`. Please fork if you have improvements
to make. PRs may not be acted on at the moment but are still welcome.# Live version
See http://rpubs.com/jefferis/EURef2Petition
# Acknowledgements
UK constituency data came from https://github.com/kjhealy/uk-elections and
https://www.parliament.uk/mps-lords-and-offices/offices/commons/commonslibrary/statistics-for-uk-constituencies/.
EU Referendum data was downloaded from http://www.electoralcommission.org.uk/.
Thanks to all three as well as https://petition.parliament.uk/ for
making data available.