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)