This repository contains files from Reed Baumgardner's CS3 Case Study
We used R and RStudio on Windows to complete this analysis. We used the ggplot2, dplyr, forecast, and lubridate libraries.
| Folder | Files |
|---|---|
| DATA | data_appendix_cs3.pdf, final_data.csv, initial_data.md |
| OUTPUT | dawnforecast.png, dayforecast.png, duskforecast.png, nightforecast.png, timeofdayplot.png, timeofdayandyearplot.png, yearplot.png |
| REFERENCES | Bird Strike Case Study Rubric.pdf, CS3 Hook Document.pdf, G4G_TSA_in_R.pdf, bird_strike_article.pdf, references.md |
| SCRIPTS | complete_script.rmd |
To reproduce these results, download the data from https://wildlife.faa.gov/search from 1990-2023. Then, open complete_script.rmd in the SCRIPTS folder, read in the csv, and run the script all the way through.