A regression-based college wage premium of 56.1 percent means that on average workers with a college degree are paid 56.1 percent more per hour than workers whose highest education credential is a high school diploma, all else held equal (controlling for gender, race and ethnicity, education, experience, and geographic location).

get_college_wage_premium(by = NULL)

Arguments

by
NULL or g for a parition by gender

Value

tbl_df with data filtered by the selected criteria.

References

http://www.epi.org/data/

Examples

## Not run: ------------------------------------ # get_college_wage_premium() # # get_college_wage_premium("g") ## ---------------------------------------------