real_data_GDI: Original Data of GDI (Gender Development Index)

real_data_GDIR Documentation

Original Data of GDI (Gender Development Index)

Description

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.

Usage

data(real_data_GDI)

Format

A data frame with 191 rows and 7 columns:

country

A character vector representing the name of the country.

female_life_expectancy

A numeric vector representing the life expectancy of females in the respective country, measured in years.

male_life_expectancy

A numeric vector representing the life expectancy of males in the respective country, measured in years.

female_mean_schooling

A numeric vector representing the average number of schooling years for females in the respective country.

male_mean_schooling

A numeric vector representing the average number of schooling years for males in the respective country.

female_gni_per_capita

A numeric vector representing the Gross National Income per capita for females in the respective country, measured in international dollars.

male_gni_per_capita

A numeric vector representing the Gross National Income per capita for males in the respective country, measured in international dollars.

Source

Data obtained from Kaggle.


genderstat documentation built on Sept. 11, 2024, 8:43 p.m.