-
Notifications
You must be signed in to change notification settings - Fork 35
Description
I'd like to calibrate the
To do so, I'm trying to match hours worked by age. My data source is the Quarterly Labour Force Survey. From these data, I'm using the Q418HRSWRK variable, which is the respond to how many hours the respondent typically works in a week. The lowest reported value is 1, so I interpret a missing value as a zero.
When averaging these reported hours by age (using sampling weights), I find the following picture:
If I turn these into the fraction of total "potential" labor supply (16 hours per day), and compare to the a similar survey in the US, I find the following (with the US data in red above the South African data):
So it looks like adults in South Africa work less than 1/2 the time of those in the U.S. My question is, does this seem correct or is there something I'm missing when making these averages from the QLFS data.
Both countries seem to have somewhat similar labor force participation rates (~60%), while the unemployment rates are very different: around 33% in South Africa vs about 4% in the U.S.

