Adding to the country_rating_statuses table, the items displayed here can be summed up to obtain the political_rights aggregate score (sum of items A to C) and civil_liberties aggregate score (items D to G). The sub-items are scored from 0 to 4, with 0 representing the lowest degree of achievement in a given category and 4 the highest. For example, a country with 36 or more points in the political rights aggregate score obtains a political rights rating of 1, from 30 to 35 points a rating of 2, and so on.

country_score

Format

A data frame with 62,875 observations and 10 variables.

Source

Adapted from Freedom House.

Variables

  • year: Year of observation (2012-2023).

  • country: Country (or territory) name.

  • iso2c: ISO 2-character country code. Abkhazia, Crimea, Eastern Donbas, Kosovo, Micronesia, Nagorno-Karabakh, Somaliland, South Ossetia, Tibet, Transnistria do not have unambiguous matches and appear as 'NA'.

  • iso3c: ISO 3-character country code. Same criteria for 'NA' as in iso2c.

  • continent: Continent name.

  • item: Item letter (A-G).

  • sub_item: Sub-item letter and number (A1-G4).

  • item_description: Description of the item.

  • sub_item_description: Description of the sub-item.

  • score: Score for the sub-item (0-4).