View source: R/gender_empowerment_measure.R
gender_empowerment_measure | R Documentation |
Computes the Gender Empowerment Measure (GEM) based on the provided dataset. The GEM measures gender inequality in political representation, professional positions, and income.
gender_empowerment_measure(data)
data |
A data frame containing the required metrics for GEM computation.
The data frame must include the following columns: |
A data frame with two columns: country
and GEM
, representing the GEM values for each country.
data(real_data_GEM) # Load example dataset
gem_results <- gender_empowerment_measure(real_data_GEM)
print(gem_results)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.