get_wages_by_percentile {epidata} | R Documentation |
Retreive wages at ten distinct points in the wage distribution
Description
Wage percentiles are wages at ten distinct points in the wage distribution: deciles and the 95th percentile. The 95–50 and 50–10 wage ratios show how much greater wages are at the top than the middle, and at the middle than the bottom, respectively.
Usage
get_wages_by_percentile(by = NULL)
Arguments
by |
|
Value
tbl_df
with data filtered by the selected criteria.
data frame
References
Economic Policy Institute Data Library
Examples
get_wages_by_percentile()
get_wages_by_percentile("r")
get_wages_by_percentile("gr")
[Package epidata version 0.4.0 Index]