get_hispanic_white_wage_gap {epidata}R Documentation

Retreive the percent by which hourly wages of Hispanic workers are less than hourly wages of white workers

Description

The Hispanic-white wage gap is the percent by which hourly wages of Hispanic workers are less than hourly wages of white workers. It is also often expressed as a wage ratio (Hispanic workers' share of white workers' wages) by subtracting the gap from 100 percent.

Usage

get_hispanic_white_wage_gap(by = NULL)

Arguments

by

NULL or g for a parition by gender

Details

Value

tbl_df with data filtered by the selected criteria.

References

Economic Policy Institute Data Library

Examples

if (not_dos()) get_hispanic_white_wage_gap()

if (not_dos()) get_hispanic_white_wage_gap("g")

[Package epidata version 0.4.0 Index]