gender_empowerment_measure {genderstat} | R Documentation |
Gender Empowerment Measure (GEM)
Description
Computes the Gender Empowerment Measure (GEM) based on the provided dataset. The GEM measures gender inequality in political representation, professional positions, and income.
Usage
gender_empowerment_measure(data)
Arguments
data |
A data frame containing the required metrics for GEM computation.
The data frame must include the following columns: |
Value
A data frame with two columns: country
and GEM
, representing the GEM values for each country.
Examples
data(real_data_GEM) # Load example dataset
gem_results <- gender_empowerment_measure(real_data_GEM)
print(gem_results)
[Package genderstat version 0.1.5 Index]