Let’s quantify racism

What data are we looking at ?

For this study we confined ourselves to the year 2016. We use a dataset of 100 million traffic stops across the United States. We also compare this data with the the New York Times website website which reports the results to the US presidential elections of 2016.

Is racism measurable ?

This is difficult to quantify because many parameters are subjective. This is why we are interested in car stops and the potential searches to which they lead. This makes it possible to study uniform and more concrete characteristics: location, reason for the arrest, decision to search, “success” of the search, and colour of the driver. We focus on two parameters:

  • the hit rate, the “success” rate of searches for drug possession during police arrests. A lower hit rate may indicate that the police officer initiated a search with less evidence, which may be biased by the colour of the driver’s skin.
  • the threshold: the level of evidence necessary for the police officer to decide to search someone. If it is lower, it may also show a bias on the part of the police officer.

After counting these parameters we will compare the results between red and blue states !

Comparing red and blue states

What states and why ?

Hit rates and threshold in blue states compared to red states

Our first observations

Oops. Apparently there is a significant difference according to our statistical tests. But it’s not obvious! How can we sharpen our study? The election results we used are state-wide. As they cover a very large population and a very large number of counties, they average and homogenize the results! For example, a blue county within a red state will distort our correlation study. In order to have more accurate results and more representative percentages of the population in each county, we will study blue counties VS red counties, and we will use the results county by county.

Let’s take a closer look !

Texas counties blue/red repartition

Comparison of red and blue counties

Observations again

trucs potentiellement utiles que je laisse au cas où :

y a comment faire un tableau, ref à un site, à une image, ligne de codes etc

Here’s a useless table:

Number Next number Previous number
Five Six Four
Ten Eleven Nine
Seven Eight Six
Two Three One

How about a yummy crepe?

Crepe

It can also be centered!

Crepe

Here’s a code chunk:

var foo = function(x) {
  return(x + 5);
}
foo(3)

And here is the same code with syntax highlighting:

var foo = function(x) {
  return(x + 5);
}
foo(3)

And here is the same code yet again but with line numbers:

1
2
3
4
var foo = function(x) {
  return(x + 5);
}
foo(3)

Boxes

You can add notification, warning and error boxes like this:

Notification

Note: This is a notification box.

Warning

Warning: This is a warning box.

Error

Error: This is an error box.