compute_gii {genderstat}R Documentation

Compute Gender Inequality Index (GII) and Select Bottom 15 Countries

Description

This is an internal helper function to compute the GII for each country in the data and then select the bottom 15 countries based on their GII values.

Usage

compute_gii(data)

Arguments

data

A data frame containing the required metrics for GII computation.

Value

A data frame of the bottom 15 countries sorted by GII values.


[Package genderstat version 0.1.3 Index]