A Data Driven Analysis of Gun Type and Mass Shooting Deaths

This is pretty long, so I tried to create some appropriate headings (ala a Scientific Paper) if you’d like to skip the parts you aren’t interested in.  I used this as an excuse to play around/refine my coding in Pandas/Python and I’m happy to share code if anyone would like it.

Intro/Motivation

This is a slightly more serious and longer post than I’ve done before, but a lot of things have brought the topic of Guns in America to my mind in a manner I wanted to write out some of my thoughts & feelings about it.  Here is a sampling of a few of the things that got me thinking about this:

  1. A couple weeks ago, I went through this interactive article on FiveThirtyEight about Gun Deaths in America. (https://fivethirtyeight.com/features/gun-deaths/)
  2. I’m listening to a D&D live-stream (Critical Role) where one of the characters has invented guns for this particular world, and he works through the various results and implications of his invention.
  3. I just finished another read through of the Book of Mormon, which Mormons believe is a historical account written by prophets of some of the ancient civilizations in America (600 BC – 400 AD). **Spoiler Alert**: There are two instances covered within the book that result in two nations essentially exterminating one another, and the prophets keeping the record lament about the violence and death of their people.
  4. In the wake of the shooting in the school in Parkland, Florida my wife and I have talked a lot about how difficult it would be to send your child to school and not have them come home (Our oldest is 5 and goes to Kindergarten now every day).
  5. Having to grown up in Utah and lived for 2 years in North Carolina, some of that in very rural areas of NC, in addition to my time in Boston, my social media feed is very diverse and I’ve seen a lot of diverging arguments from both end on what should be done in the wake of the recent shootings. On one end of the spectrum, this has focused on mental health issues and background checks rather than limiting the types of guns that can be purchased, mostly from my more conservative, gun-toting friends (who’ve let me shoot their AR-15’s and taken me skeet shooting various times). The other end of the spectrum is focused on traditional forms of “gun-control” such as getting certain types of guns off the market, or limiting magazine sizes.

It is this last point I wanted to specifically focus my thoughts on and I wanted to delve deeper into, specifically the point of banning AR-15 type rifles.  This was on the table in Florida recently (https://www.cbsnews.com/news/florida-senate-passes-immediately-reverses-ar-15-ban-2018-03-03/), but didn’t get included in the final bill that passed.  Additionally, the LA Times ran an article that claimed that banning AR-15 type rifles would end mass shootings (http://www.latimes.com/politics/la-pol-ca-skelton-florida-shooting-gun-control-20180219-story.html).  I’d heard a similar sentiment from many of my friends, but heard it vehemently denied by other friends.  I couldn’t find any clear, data-driven articles that answered that topic in a way I found satisfactory to my liking, so that is the main topic of this blog post.  Ultimately, I feel the data suggest that there isn’t a clear black and white answer, which is probably closer to the truth than many news articles I often read seem to suggest.

Finally as a disclaimer, I expect some people to disagree with my thoughts, either a little or a lot, and I think that’s great.  I’d love to better understand the perspective of people who view things differently than me so feel free to reach out to me if you’d like to discuss this issue or my analyses more.

Methods/Data Source

My data primarily come from the following 2 sources in terms of identification of “Mass Shootings” and their related definitions:

  1. Stanford Mass Shootings in America (MSA) database (https://library.stanford.edu/projects/mass-shootings-america). This started in 2012 after the Sandy Hook shooting. They aimed to create a historical record of Mass Shootings from 1966 to the present day.  I felt this was the most rigorous dataset of shooting records, as each record is corroborated by 3-7 sources.  However, their most recent published records were in April 2016, which was the spring before the shooting in Orlando, Florida.  For this database, the definition of a “Mass Shooting” was there were 3 or more shooting victims, not necessarily deaths.
  2. Mother Jones US Mass Shooting database (https://www.motherjones.com/politics/2012/12/mass-shootings-mother-jones-full-data/). This is a non-profit who seeks to do “hard-hitting journalism” and created this database in 2012 after the Aurora, Colorado shooting. Their data was basically a google spreadsheet, so I made sure to confirm the details I was using with at least 1-3 other sources, one of which was Wikipedia typically, in full transparency.  This database was up to date as of March 10, 2018, so I added an additional 10 Mass Shootings to the MSA database, as I wanted to include Orlando, Las Vegas, and the most recent Parkland Shooting.  However, it is important to note that for this database, the definition of a “Mass Shooting” was slightly more subjective.  They excluded events that they determined to be related to “more conventional crime.”  As well, their threshold was higher than the MSA and focused on 4 or more shooting fatalities, rather than just victims.  There were only 10 additional shootings added from this database with my manual curation and double-checking, while the rest of the shooting events are in the published MSA database.

What I wanted to look at was what types of guns were used, and how many fatalities were associated with the type of gun used in the shooting event.  The MSA defined 3 gun types according to this:

  1. Handgun = Handgun, pistols, revolver
  2. Rifle = Firearm designed to be fired from the shoulder, with a barrel less than 16 inches in length
  3. Shotgun = Designed to be fired from the shoulder, with a barrel less than 18 inches in length

For the basis of what I was looking at, AR-15 type guns fall under the Rifle category.

Results/Discussion

The data I specifically looked at from these databases was the total fatalities from these mass shooting events.  This included victim fatalities, as well as the shooter if it was a murder-suicide or the shooter was taken out by police.  I then compared that by gun type used/discovered for the investigation of the shooting (Handgun/Rifle/Shotgun or combinations of each).  I wanted to keep the visualization as close to raw data as possible to try and get an intuition for the data, and not just run some stats to try and make a specific point.  As I mostly wanted to do a first pass to better discuss this topic with people in my life, I’m purposefully trying to keep my analysis high level here, as I don’t think I’m going to come up with a solution to this topic on my own.  Here is the visualization I came up with:

The x-axis is number of fatalities.  The y-axis is the gun type, or combination of gun type for each designated mass shooting.  Each bar represents a single shooting event, with the width of the bar corresponding to the number of fatalities for that specific event.  The color of the bar roughly corresponds to the year, with red being earlier and blue being most recent.  Note that the MSA warns against reading too much into temporal effects for mass shootings, as their data highlights that reporting on mass shooting events has greatly increased in America over time, as evidenced by the extreme nonlinearity in the colorbar scale.  I’ve also labeled a few particular shootings as references.

The first thing that stood out to me was the huge total of fatalities by shootings using handguns alone.  For whatever reason (perhaps I’m pretty ignorant) I didn’t anticipate that column to be so large.  Secondly, the categories with rifles do seem to have more events with a larger bar size (indicating more fatalities), but they certainly aren’t the only places with large bar sizes.  The Virginia Tech shooting is a notable example, where there were 33 fatalities and the shooters used only semi-automatic handguns.  There are also a decent number of shootings in the 8-15 fatalities range that didn’t seem to get the national press that many other shootings seem to have gotten, across all gun types used in the shootings.

Ultimately, my main conclusion from looking at these data is that precision is very important in describing the problem people are trying to address.  From my experience interacting with friends and individuals throughout the political spectrum, a clear and precise articulation of the particular problem they’re talking about is not often communicated as clearly as their solution.  I do not think that the data suggest that removing AR-15’s from our country would end mass shootings, as the LA Times article seems to suggest.  This may be true if your definition of a mass shooting has a high threshold of 10-15 fatalities, but that feels like an arbitrary definition to support a certain definition.  However, it may be productive to discuss whether or not laws that limit magazine sizes and gun types may be useful in decreasing the number of individuals killed in a particular event (making the bar-size smaller on the graph), though that may not change the frequency of mass shooting events.

Additionally, the part of the data that surprised me for shootings in the Handgun category highlight that a sizeable number of people die from more frequent, smaller scale shootings that wouldn’t be impacted in any way by legislation focusing on limiting AR-15s and magazine sizes.  Is there a more general solution that might address the fatalities in both of these categories?  While I didn’t fully quantify it for a few reasons, these data also seemed to suggest that semi-automatic weapons (handguns, shotguns, or rifles) are more closely related to the number of fatalities in mass shooting events, rather than gun type alone.  The Virginia Tech shooting is the primary outlier example for that observation.  One might think a possible (and I would suggest extreme) gun-centric solution would be to prevent the sale of any semi-automatic weapons.  This is the point my friends with guns often step in and point to mental health and tighter background checks as solutions that might more globally solve some of these problems without any gun-centric legislation.  This post is already pretty long, so I’m not going to further discuss these matters in this post, but I’d be interested to hear more opinions from others on those types of approaches as well.

Conclusion

Ultimately, I think that the importance of precision in defining and articulating a problem and proposed solution is important in science as well.  In navigating a lot of the confusion, frustration, mud-slinging and mis-communication between my friends on the topic of gun control, I’ve seen how similar issues arise within science and it’s communication to the public.  I’ve certainly learned that the more precise I can be in articulating the problems I’m trying to address for my thesis has helped me focus and better communicate my findings in both writing and presentations.

TL DR; Deaths from mass shootings in America are more nuanced than being caused by individuals using a certain type of gun.  It’s important to be precise in defining and discussing both problems and solutions as both a civilian and scientist.

Kyle Hansen

 

3 comments

  1. Great analysis. Further questions to consider:
    No doubt that handguns are used more frequently than AR-15s in mass shooting, but what are the proportions? There a lot more of the former floating out there, so it is likely that they are used more in any kind of shooting. But maybe AR-15s are used more often considering their general availability. And is this changing in recent decades? (we can obviously see a lot of blue in the large shootings that used the weapon)

    And no doubt banning “military-like” rifles and modifications that make rifles more deadly won’t stop mass shootings, but could it make a dent? Say that we think (based on your analysis and others) that if people didn’t have those weapons available we would see 30% less mass shooting victims. Is that worth some legislation for a ban? 20%? 10%? To me, that is a ethical question worth considering.

    1. I think you highlight some important questions to further consider. Here are some of my thoughts from the time I spent with the data.

      1. I’m not sure where I’d be able to obtain the data on gun proportions within America and the impact that would have on the numbers, but that would be interesting to look at.

      2. The Stanford Database emphasizes a really good point of the difficulty of making time-dependent claims/analyses using these data because reporting and the detail of the reporting has increased and improved as time has gone on as well. That is a tricky paradox to come to terms with in these types of data. Additionally, the Stanford Database (with the lower threshold for mass shooting) ends in 2016, so most of the really dark blue (2017-2018) is also slightly biased towards higher numbers of deaths than the rest of the database is. I would also guess most of the “Unknown” deaths are also handgun deaths, just judging by the average size of the bars and most of the sources for those came from smaller, local newspapers that didn’t report the type of gun used. With those assumptions, I qualitatively think there are still probably a higher frequency of shootings in the handgun category as of more recently, but certainly the size of the bars is larger when a rifle is involved. I’m not sure though and it’s hard to know where to get solid data for that.

      3. I think you mentioning the ethical question is also really important, but I have no idea how to answer. I have no idea how to pick a threshold that would merit legislation. This is that messy realm of a republic/democracy I have a hard time with. I personally agree on some level with the sentiment that every life is important, and even if it would save just one life, than a ban is worth it. However, my knee jerk response to that is that many, many people are still going to die. Why stop with just banning the rifles? Shouldn’t handguns also be banned so those lives can also be saved? How about cigarettes and illicit drugs? How about those lives? And on and on until we end up in a totalitarian society where I have chose all the rules based on my personal beliefs and preferences and ignored all others. I would like to live there, but I’m pretty sure 99% of America wouldn’t like it. To avoid that silliness, I tried to focus on just the data analyses and avoid directly suggesting a plan of action from myself on purpose in the post, to try and focus on the data and not get too political.

  2. As you will recall the 2nd Amendment doesn’t mention “guns” but arms. I think there is an argument that I have the constitutional right to own a surface-to-air missile (SAM) or a grenade launcher or a howitzer, or a fully automatic weapon, or many other types of “arms”. When I was a kid we made bombs. Before the internet you could order dynamite fuse in a coil through “mail order”. They were for entertainment only; but in today’s world it is likely illegal. We were dumb kids — it was probably illegal back then — I don’t know. Sorry — the point. Society (through our laws) have determined that there are certain types of ARMS that the general public should not own. Why? Because the risk to public safety is greater than the value of public ownership. You are on the right path with this analysis. Any further restrictions in the types of “arms” the public can own should follow this same basic rule that prevents me from owning a howitzer, a bomb, or a fully automatic weapon. You chose to just look at “Mass” shootings — which does make the headlines. Are there other ways in which there are “3 or more victims”? What would the data for bombings look like. How many people during this same time died from stabbings? or from a nuclear bomb? The availability of the weapon has a huge effect on your data. How many knives vs. handguns vs. AR-15’s vs nuclear bombs are there in the USA? (Yes, I know knives is off the Mass killing subject.)
    In summary: I don’t see that the data indicates that any one particular type of gun is the primary culprit. The data you have doesn’t tell exactly what type of rifle was used or how big the magazine was.

Comments are closed.