Rafael Irizarry 2024-05-16
This is a report on 9999 gun murder rates obtained from FBI reports. The original data was obtained from this Wikipedia page.
We are going to use the following library:
library(tidyverse)
and load the data we already wrangled:
load("rda/murders.rda")
We note the large state to state variability by generating a barplot showing the murder rate by state: