View source: R/gender_inequality_index.R
gender_inequality_index | R Documentation |
Computes the Gender Inequality Index (GII) based on the provided dataset. The GII measures gender disparities in reproductive health, empowerment, and labor market participation.
gender_inequality_index(data)
data |
A data frame containing the required metrics for GII computation.
The data frame must include the following columns: |
A data frame with two columns: country
and GII
, representing the GII values for each country.
data(real_data_GII) # Load example dataset
gii_results <- gender_inequality_index(real_data_GII)
print(gii_results)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.