Skip to content

The package explores motorcycle crash data from 2012 through 2021 furnished via the Florida Highway Safety and Motor Vehicle Department through its open data portal.

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

RobWiederstein/KeyWestMopeds

Repository files navigation

Key West Mopeds

Lifecycle: experimental [Github: codesize] [R version] Codecov test coverage Travis build status

Overview

KeyWestMopeds is an exploratory analysis of motorcycle/moped crashes in Florida from 2012 through 2019. A threshold requirement for understanding the data set is to understand what triggers a long form crash report and how a motor vehicle is defined.

According to the Florida Uniform Traffic Crash Manual, a long form crash report is required when:

  • Resulted in death of, personal injury to, or any indication of complaints of pain or discomfort by any of the parties or passengers involved in the crash;
  • Leaving the scene involving damage to attended vehicles or property (F.S. 316.061(1));
  • Driving while under the influence (F.S. 316.193);
  • Rendered a vehicle inoperable to a degree that required a wrecker to remove it from the scene of the crash; or
  • Involved a commercial motor vehicle.

Getting started

The package consists of the dataset crash_data. Assistance may be requested via the command ?crash_data.

Resources

  • Open an issue (GitHub issues for bug reports, feature requests)

Installation

  • Install latest development version from GitHub (requires devtools package):
if (!require("devtools")) {
  install.packages("devtools")
}
devtools::install_github("RobWiederstein/KeyWestMopeds", dependencies = TRUE, build_vignettes = TRUE)

Contact

Rob Wiederstein - @RobWiederstein - rob@robwiederstein.org

Project Link: https://github.com/RobWiederstein/KeyWestMopeds

Acknowledgements

Code of Conduct

Please note that the KeyWestMopeds project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

About

The package explores motorcycle crash data from 2012 through 2021 furnished via the Florida Highway Safety and Motor Vehicle Department through its open data portal.

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages