Publications by Juan Salamanca
Dataset Inequality HDI 2022
Formating dataset Importing the dataset from the xls source file. Use a library readxl library(readxl) inequalityIndex <- read_excel("data 2022/Coefficient of human inequality until 2019.xlsx", na = "..", skip = 4) lifeExpect <- read_excel("data 2022/Inequality in life expectancy (%).xlsx", na = "..", skip = 4) income <- read_excel("data 2022/Ine...
253 sym R (2605 sym/4 pcs) 2 img
World Inequality Index with Markup code
A visual review of World’s Inequality The United Nations reports both the Human Development Index (HDI) and the Inequality-adjusted Human Development Index (IHDI). Although the data source is the same, these indexes represent different things. The HDI represents the national average of human development achievements in the three basic dimension...
5598 sym R (9662 sym/16 pcs) 14 img
World Inequality report 2022
A visual review of World’s Inequality The United Nations reports both the Human Development Index (HDI) and the Inequality-adjusted Human Development Index (IHDI). Although the data source is the same, these indexes represent different things. The HDI represents the national average of human development achievements in the three basic dimension...
5574 sym R (523 sym/2 pcs) 14 img
PCA visualization
Dataset Based on datacamp tutorial mpg: Fuel consumption (Miles per (US) gallon): more powerful and heavier cars tend to consume more fuel. cyl: Number of cylinders: more powerful cars often have more cylinders disp: Displacement (cu.in.): the combined volume of the engines cylinders hp: Gross horsepower: this is a measure of the power generated...
1481 sym R (6904 sym/7 pcs) 3 img