real_data_GDI {genderstat}R 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.


[Package genderstat version 0.1.5 Index]