gender_inequality_index {genderstat}R Documentation

Gender Inequality Index (GII)

Description

Computes the Gender Inequality Index (GII) based on the provided dataset.

Usage

gender_inequality_index(data)

Arguments

data

A data frame containing the required metrics for GII computation.

Value

A numeric vector representing the GII values.

Examples


data(real_data_GII) # Load example dataset
gii_results <- gender_inequality_index(real_data_GII)
print(gii_results)


[Package genderstat version 0.1.3 Index]