View source: R/gender_development_index.R
gender_development_index | R Documentation |
Computes the Gender Development Index (GDI) based on the given dataset. The GDI measures gender disparities in three dimensions of human development: health, education, and standard of living.
gender_development_index(data)
data |
A data frame containing the required metrics for GDI computation. The data frame must include the following columns: |
A data frame containing the GDI values for each country, along with the individual HDI values for females and males.
data(real_data_GDI) # Load example dataset
gdi_results <- gender_development_index(real_data_GDI)
print(gdi_results)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.