real_data_GII | R Documentation |
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.
data(real_data_GII)
A data frame with 191 rows and 8 columns:
A character vector representing the name of the country.
A numeric vector representing the maternal mortality ratio.
A numeric vector representing the adolescent birth rate.
A numeric vector representing the proportion of parliamentary seats occupied by females in the respective country. Measured as a proportion (0-1).
A numeric vector representing the proportion of females with secondary education in the respective country. Measured as a proportion (0-1).
A numeric vector representing the proportion of males with secondary education in the respective country. Measured as a proportion (0-1).
A numeric vector representing the proportion of females in the labor force in the respective country. Measured as a proportion (0-1).
A numeric vector representing the proportion of males in the labor force in the respective country. Measured as a proportion (0-1).
Data obtained from Kaggle.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.