Learn R Programming

epidata (version 0.4.0)

get_wage_decomposition: Retreive Wage Decomposition

Description

Wage inequality data shows the overall wage inequality and the within-group and between-group wage inequality over time. These measures allow an examination of how much of the change in overall wage inequality in particular periods was due to changes in within-group and between-group wage inequality.

Usage

get_wage_decomposition(by = NULL)

Arguments

by

NULL or character string of g (Gender)

Value

tbl_df with data filtered by the selected criteria.

data frame

Details

Population sample: Wage and salary workers age 18<U+2013>64

References

Economic Policy Institute Data Library

Examples

Run this code
# NOT RUN {
get_wages_by_percentile()

get_wages_by_percentile("g")
# }

Run the code above in your browser using DataLab