real_data_GDI {genderstat}R Documentation

Original Data of GDI (GDI)

Description

A dataset containing observed values for the GDI analysis.

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 the following sources:


[Package genderstat version 0.1.3 Index]