real_data_GEM {genderstat}R Documentation

Original Data for Gender Empowerment Measure (GEM)

Description

A dataset containing observed values for the GEM analysis. This data includes metrics for evaluating gender disparities in political representation, professional positions, and income across different countries.

Usage

data(real_data_GEM)

Format

A data frame with 191 rows and 4 columns:

country

A character vector representing the name of the country.

female_parliament_seats

A numeric vector representing the ratio of parliamentary seats occupied by females in the respective country. Measured as a proportion (0-1).

female_professional_positions

A numeric vector representing the ratio of professional and technical job roles occupied by females in the respective country. Measured as a proportion (0-1).

female_to_male_earned_income_ratio

A numeric vector representing the income ratio for females in the respective country in comparison to males. Measured as a proportion (0-1), where 1 indicates equal income with males.

Source

Data obtained from Kaggle.


[Package genderstat version 0.1.5 Index]