Inclusive Growth Index: Results
2025-02-06
Chapter 1 About the project
The documentation shows preliminary data processing and results retrieved when compiling the Inclusive Growth Index (IGI). It also presents and analyzes the final results.
Technical details
Following R packages should be installed and loaded.
# Libraries
library(tidyverse)
library(readxl)
library(ggcorrplot)
library(naniar)
library(factoextra)
library(GGally)
library(ggforce)
library(ggrepel)
library(wesanderson)
library(ggbeeswarm)
library(viridis)
library(plotly)
library(htmlwidgets)
## New names:
## Rows: 3625 Columns: 4
## ── Column specification
## ───────────────────────────────────────────────────────────────────────────── Delimiter: "," chr
## (4): Parent_Code, Parent_Label, Child_Code, Child_Label
## ℹ Use `spec()` to retrieve the full column specification for this data. ℹ Specify the column types
## or set `show_col_types = FALSE` to quiet this message.
## • `Num.` -> `Num....3`
## • `English short name` -> `English short name...4`
## • `Num.` -> `Num....5`
## • `English short name` -> `English short name...6`