This project explores the potential correlation between seasonal changes and mortality rates in Toronto, specifically focusing on the winter and summer seasons. By analyzing death records, environmental factors, and temporal data, we aim to uncover whether extreme temperatures during these seasons contribute to a noticeable difference in the number of deaths. The findings from this research could have implications for public health policies, particularly in urban areas susceptible to temperature extremes.
The repo is structured as:
data/raw_datacontains the raw as obtained from Death Registry Statistics by Open Data Toronto and simulated data.data/analysis_datacontains the cleaned dataset and summarized dataset that was constructed.othercontains details about LLM chat interactions and sketches.papercontains the files used to generate the paper, including the Quarto document and reference bibliography file, as well as the PDF of the paper.scriptscontains the R scripts used to simulate, download, clean, and test data.
This project used assistance from OpenAI’s GPT-4 model for guidance on structuring the project, writing code, and generating some of the textual content for documentation. The entire chat history is available in other/llms/usage.txt.
The main structure of this GitHub repository is based on the notes in Rohan Alexander's book and the stater folder in his Github, available at https://github.com/RohanAlexander/starter_folder and https://tellingstorieswithdata.com/. Special thanks to Rohan Alexander for making these resources available and for guiding the structuring of this project.