Global State of Democracy Project

A visual and computational exploration of the the Global State of Democracy Index

Introduction

The Global State of Democracy Index (the GSoDi):

  • measures 29 aspects of democracy
  • has data from 1975-2019 (inclusive)
  • covers 163 countries
  • quantifies each feature in the dataset on a scale from 0 to 1, where 1 is always the most democratic response
  • is an aggregation of data from multiple sources, gathered and standardized by the International Institute for Democracy and Electoral Assistance (IDEA)

In this project, I looked at the 2020 GSoDi and drew some key insights from the data through the use of machine learning and data visualization.

Analysis

Comparative Measure of Democracy

One distinctive of the GSoDi is the lack of an aggregate measure present. Though they had their reasons for excluding such an aggregation, I do think this index can provide some valuable insight if we create one. For the purposes of this project, I used k-means clustering to identify a relative measure of democracy using the most recently available data. In this model, countries were ranked on a sliding scale from 1 (most democratic) to 5 (least democratic).

Predictors of Gender Equality

One of my main fascinations with this dataset was all of the information related to gender equality. I wanted to see if we could identify indicators that commonly predicted gender equality. To investigate this, I used decision tree analysis to narrow down which indicators in the GSoDi were most important for predicting the level of gender equality. The analysis yielded the following as the most important variables in this prediction.

Variable Importance Chart for Gender Equality

Freedom of Religion and Other Fundamental Rights

One of the reasons I was originally interested in this dataset was to evaluate the effects of changing levels of freedom of religion on other fundamental rights. I have heard the claim that that freedom of religion was an indicator of the direction other rights are headed, and that a decline in religious freedom is foreshadowing a decline of other rights. To explore this claim, I made the following bubble chart (in a style very remniscent of Hans Rosling's work). Below, feel free to interact with the visualization and watch how religious freedom relates to other fundamental rights. The bubbles each represent countries, sized according to their population. In the upper left, you can select which fundamental right to be measured on the y-axis. On the right, select any year between 1975 and 2019. Hover over an individual bubble to see details about that country.

Tip: To see an animation throughout all available years, pull the year slider (found on the right side) all the way to the earliest position. Then, click once on the right arrow below the slider. (This functionality -- animation -- may not be available on all mobile devices.)

Acknowledgements

Special thanks to Ben Roller (of Taylor University) for providing support and insight into this project. Additional thanks to the people at the International Institute for Democracy and Electoral Assistance for creating such a robust and trustworthy dataset which acted as the basis for all of this work.