Research
- Crime Categories
- Murder Circumstances
- Charges
- Murder Numbers by SHR
- Definitions of Murder
- Crime Literature
- Other Literature
- Seminars
- Journal Ranking
- Laws
- Changes in Law and Reporting in Michigan
- Citation Guides
- Datasets
Writing
Methods
- BLP
- Econometrics Models
- Econometrics Tests
- Econometrics Resources
- Event Study Plots
- Metrics Literature
- Machine Learning
Python-related
- Python Basic Commands
- Pandas Imports and Exports
- Pandas Basic Commands
- Plotting in Python
- Python web scraping sample page
- Two Sample t Test in Python
- Modeling in Python
R-related
- R Basics
- R Statistics Basics
- RStudio Basics
- R Graphics
- R Programming
- Accessing MySQL Databases from R
Latex-related
Stata-related
SQL
Github
Linux-related
Conda-related
AWS-related
Webscraping
Interview Prep
Other
LaTeX Figures
(Updated 12/2/2025)
This blog post covers the basics of LaTeX figures.
\begin{figure}[H]
\vspace{4mm}
\centering
\caption{Effect of Law on Murder Over Time}
\label{fig:event_study_murder}
\includegraphics[scale=.5]{figures_tables/event_study_murderrate.png}
\vspace{-4mm}
\caption*{\footnotesize \textit{Notes}: This figure reports the results from event study analysis of the SYG laws on murder. It plots both the point estimates and their 95 percent confidence intervals. Standard errors are clustered by the state. The years after the laws pass witness an increase in murder, and the effects are larger and persistent.}
\vspace{4mm}
\end{figure}