count_employment_by_age#
- count_employment_by_age(popdict)[source]#
Get employment count by age for workers in the popdict. Workers can be in different possible layers: as staff in long term care facilities (LTCF), as teachers or staff in schools (S), or as workers in other workplaces (W).
- Parameters:
popdict (dict) – population dictionary
- Returns:
Dictionary of the count of employed people by age in popdict.
- Return type:
dict