real_data_GII {genderstat} | R Documentation |
Original Data for Gender Inequality Index (GII)
Description
A dataset containing observed values for the GII analysis. This data includes metrics for evaluating gender disparities in reproductive health, empowerment, and labor market participation across different countries.
Usage
data(real_data_GII)
Format
A data frame with 191 rows and 8 columns:
- country
A character vector representing the name of the country.
- maternal_mortality_ratio
A numeric vector representing the maternal mortality ratio.
- adolescent_birth_rate
A numeric vector representing the adolescent birth rate.
- female_parliament_seats
A numeric vector representing the proportion of parliamentary seats occupied by females in the respective country. Measured as a proportion (0-1).
- female_secondary_education
A numeric vector representing the proportion of females with secondary education in the respective country. Measured as a proportion (0-1).
- male_secondary_education
A numeric vector representing the proportion of males with secondary education in the respective country. Measured as a proportion (0-1).
- female_labor_force
A numeric vector representing the proportion of females in the labor force in the respective country. Measured as a proportion (0-1).
- male_labor_force
A numeric vector representing the proportion of males in the labor force in the respective country. Measured as a proportion (0-1).
Source
Data obtained from Kaggle.