real_data_GDI | R Documentation |
A dataset containing observed values for the GDI analysis. This data includes metrics for evaluating gender disparities in health, education, and economic resources across different countries.
data(real_data_GDI)
A data frame with 191 rows and 7 columns:
A character vector representing the name of the country.
A numeric vector representing the life expectancy of females in the respective country, measured in years.
A numeric vector representing the life expectancy of males in the respective country, measured in years.
A numeric vector representing the average number of schooling years for females in the respective country.
A numeric vector representing the average number of schooling years for males in the respective country.
A numeric vector representing the Gross National Income per capita for females in the respective country, measured in international dollars.
A numeric vector representing the Gross National Income per capita for males in the respective country, measured in international dollars.
Data obtained from Kaggle.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.