https://github.com/mpjashby/traffic-police-and-collisions
Study of relationships between road traffic collisions and the number and activities of traffic police
https://github.com/mpjashby/traffic-police-and-collisions
Last synced: 2 months ago
JSON representation
Study of relationships between road traffic collisions and the number and activities of traffic police
- Host: GitHub
- URL: https://github.com/mpjashby/traffic-police-and-collisions
- Owner: mpjashby
- Created: 2018-04-30T20:19:15.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-07T17:29:18.000Z (about 7 years ago)
- Last Synced: 2025-01-28T03:30:30.907Z (4 months ago)
- Size: 13.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a study of relationships between road traffic collisions and the number
and activities of traffic police.# Introduction
The objective of this study is to look at the relationships between the
frequency of RTCs in England and Wales and:* the number of police officers,
* the proportion of those officers allocated primarily to traffic duties, and
* the traffic-related enforcement carried out by those officers, particularly
'fatal four' enforcement (speed, mobile phones, drink-drive and seatbelts).To do that it will be necessary to control for:
* exposure to accident potential, in the form of vehicle kilometres, and
* police force (as a proxy for force-level and force-area variance).# Project structure
The file structure of the project loosely follows the [Tier Protocol](https://www.projecttier.org/tier-protocol/specifications/). Guidance
on using Git for version control comes from [Vuorre and Curley (2018)](https://doi.org/10.1177/2515245918754826).The code is split into separate files according to function:
1. Packages and functions
2. Data cleaning and formating
3. Data analysis
4. Outputs# Licence
The code in this repository is licensed under the [Creative Commons Attribution
4.0 International licence](http://creativecommons.org/licenses/by/4.0/).