get_pension_coverage {epidata} | R Documentation |
Retreive Pension Coverage
Description
Employer-provided pension coverage shows the share of workers included in an employer-provided plan for which the employer paid for at least some of their pension coverage.
Usage
get_pension_coverage(by = NULL)
Arguments
by |
|
Details
Population sample: Private-sector workers age 18–64 & at least 20 hours/week and 26 weeks/year
Value
tbl_df
with data filtered by the selected criteria.
data frame
Note
Data source: CPS ASEC
References
Economic Policy Institute Data Library
Examples
if (not_dos()) get_health_insurance_coverage()
if (not_dos()) get_health_insurance_coverage("r")
if (not_dos()) get_health_insurance_coverage("gr")
[Package epidata version 0.4.0 Index]