Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,23 @@
.RData
.Ruserdata
BMIN503_Final_Project.Rproj
/data
code/.DS_Store
.DS_Store
/final_project_template_files
/presentation/tinytable_assets
/presentation/presentation_cache
/presentation/presentation_files
/presentation/template_files
/report/.quarto
/presentation/img
/presentation/bmin_final_slides_benson_files
/presentation/bmin_final_slides_benson_cache
/presentation/_extensions
/presentation/images
*.html
/bmin_final_slides_benson_files
/report/bmin_report_benson_files
/test/test_cache
/test
/_targets/meta
18 changes: 3 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,7 @@
# BMIN503/EPID600 Final Project

This repository contains templates for the final written report and GitHub repository. Follow the instructions below to clone this repository, and then turn in your final project's code via a pull request to this repository.
This repository contains the code and output from my BMIN5030 final project. In this project, I use the targets pipeline structure. The over-all flow of the analysis is contained within the "_targets.R" file, and sub-functions called from within this file are located within the "code" folder.

1. To start, **fork** this BMIN503_Final_Project repository.
1. **Clone** the forked repository to your computer.
1. Modify the files provided, add your own, and **commit** changes to complete your final project.
1. **Push**/sync the changes up to your GitHub account.
1. Create a **pull request** on this, the original BMIN503_Final_Project, repository to turn in your final project.


Follow the instructions [here][forking] if you are unsure what the above steps mean.

DUE DATE FOR FINAL VERSION: 12/13/24 11:59PM. This is a hard deadline. Turn in whatever you have by this date.


<!-- Links -->
[forking]: https://guides.github.com/activities/forking/
In this analysis, I explore the relationship between Drug Treatment Center operation and neighborhood crime in large U.S. cities over two decades, using geospatial methods, difference in difference models, and event study GLMMs.

In aggregate, I did not find evidence to suggest that there is a harmful or strongly protective effect of DTC operation on neighborhood violent crime rates, despite significant expansion of these facilities during the observation period.
Loading