In this analysis, I have utilized data from the Murder Accountability Project, which is a dataset of murders from 1976 to 2015 that was compiled from FBI files and unreported murders. Data can be downloaded at http://www.murderdata.org/p/data-docs.html
I am interested in why the murder solve rate has decreased over the years. First, let’s make sure that it really has decreased and that a larger percentage of murders have gone unsolved.
So, compared to the late 1970s and early 1980s, the percentage has gone up. There of course seem to be some fluctations, though. Now, I want to see if we break it down by state, is there a state that really seems to be having the most trouble solving murders. And if so, can we look at some factors that might be contributing to that?
Now, this is busy, but what you should focus on are the trend lines. Immediately, we can see some states have decreased their percentage of unsolved, some that have stayed relatively similar, and of course, the ones whose unsolved rate actually increased. Let’s look at those closer.
So here, I just pulled out five states whose unsolved rate goes up (Not good!), four states whose unsolved rate goes down (great!), and DC, which seems to have a strangely high unsolved rate, but it has dropped compared to the 1990s. Because the rate of unsolved murders seems to increase so dramatically in Illinois, I specifically want to look more closely at Illinois.
So, over the past 40ish years, there have been over 31,000 murders in Illinois. Now, has the rate of unsolved murders simply gone up because the state is dealing with an increasing number of murders? Let’s look at murders by year and their unsolved rate.
Interestingly, the total number of murders per year has actually decreased, quite dramatically, but the percentage of unsolved murders has dramatically increased. Let’s see if we can find any potential reasons why.
## Min. 1st Qu. Median Mean 3rd Qu. Max.
## 6 10 17 135 41 1057
So, what this graph shows is that of the counties with the most murders (at least 6 a year), Cook county and Winnebago county have high unsolved rates. The size of the circles represents the total number of murders per year, so you can also see that the absolute number of murders in Illinois largely occur in Cook county. Not surprisingly, Cook County is where Chicago is. If we look more closesly at Cook county, we can see which law enforcement agency has the highets rate of unsolved murders. While there has been a fairly steady increase in the unsolved rate in Cook County since the 90s, I am going to focus on the last 15 years.
So over the past 15 years, there have been 8342 murders in Cook County.
Of the 8342 murders in Cook County, 8305 have occurred in Chicago. There are of course many factors that could be contributing to the high unsolved rate in Chicago. One I want to focus on is the circumstances behind the murders and if we see an increase in total murders by circumstance, and if they correlate to the unsolved rates.
Somewhat surprisingly, the actual number of murders that occur each year was higher in the early 2000’s compared to the last 10 years. But, you can see by the color coding that while the number of murders has decreased, the unsolved rate has increased (meaning a fewer percentage of cases are actually solved).
So, this graph roughly shows that as the total number of murders increased, the percentage of solved murders goes down. The correlation (slope) of the line is -0.4824837. Does this mean that the absolute number of solved cases is steady? Maybe they’re just at their max work load for their staff size.
No, the total number of solved cases has indeed gone down. So, we need to look more deeply into the circumstances behind these murders. Perhaps the department could reappropriate their staff if we can find a certain situation that is going unsolved at higher than normal rates.
In the above plot, the percentage of murders that are unsolved each year are on the y-axis. The size of the point corresponds to the total number of murders for each circumstance, and the colors represent the different possible circumstances. Not surprisingly, the “Circumstances undetermined” category has near 100% unsolved rate - had it been solved, the circumstances would have been determined, too. Let’s look more closely at some of the circumstances where we can see an increasing trend. So, based on the color coding, that looks like it would be, Juvenile gang killings, Narcotic drug laws, Robbery, and Other. We are going to exclude Other, because it’s vague and doesn’t tell us anything.
So, you can see here that while all three of these showed increases in the percentage of unsolved cases, Narcotic drug law- and robbery- associated murders actually slightly decreased from 2000 to 2015. In sharp contrast, the total number of Juvenile gang killings has dramatically increased, and with it, so has the percentage of unsolved juvenile gang-related murders.
The analysis performed above shows us how we can look at the statistics on murders in the US over time and start to study why the unsolved rate is increasing (i.e., why the solved rate is decreasing). As an example, I further investigated the unsolved murder rates in Chicago, and identified one circumstance in which both total numbers and percent unsolved of murders has dramatically increased over the past 15 years. These data can now allow local and government entities to examine whether they need to reallocate funds or sources to address the source of all these murders - juvenile gang killings.