This repo contains the code and final report for the empirical analysis of fire incidents in Toronto, focusing on the role of fire safety systems such as fire alarms and sprinklers. The analysis covers data from fire incidents reported by the Ontario Fire Marshal (OFM) in opendatatoronto up to December 31, 2023. The study examines how the presence and effectiveness of fire safety systems influence key outcomes such as property damage, fire containment, and evacuation success. The goal is to assess whether fire alarms and sprinklers consistently reduce the severity of fire incidents and improve safety across various scenarios.
The repo is structured as:
data/raw_datacontains the raw data as obtained from X.data/analysis_datacontains the cleaned dataset that was constructed.modelcontains fitted models.othercontains relevant literature, 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 and clean data.
Portions of the code in the paper were assistance with ChatGPT-4o.