I'm currently trying to create a graph which displays the female unemployment rate vs the male rate within my data over a period of time. However, the data I have only has the employment status of each individual not the overall rates. I have generated a binary "unemployed" variable for each individual equal to 1 if they are unemployed and 0 if not. However, I do not know how to calculate either the overall unemployment rate or the rate of each sex. I think maybe I should be using the egen command but I am unsure.
-
Login or Register
- Log in with
Comment