gender_development_index {genderstat}R Documentation

Gender Development Index (GDI)

Description

Computes the Gender Development Index (GDI) based on the given dataset.

Usage

gender_development_index(data)

Arguments

data

A data frame containing the required metrics for GDI computation.

Value

A numeric vector representing the GDI values.

Examples


data(real_data_GDI) # Load example dataset
gdi_results <- gender_development_index(real_data_GDI)
print(gdi_results)



[Package genderstat version 0.1.3 Index]