Hello Stata Community,
I have been asked to derive an adequate (residual) component in the time series of unemployment rates from the attached dataset. However, I am struggling to understand how exactly this needs to be done - could you please help? This is what I have done so far:
reg UE Year
predict resid, residuals
egen Mean = mean(resid)
line resid Mean Year, xla(1955(5)1990) name(G1, replace)
Thank you so much in advance!
Sofiya
I have been asked to derive an adequate (residual) component in the time series of unemployment rates from the attached dataset. However, I am struggling to understand how exactly this needs to be done - could you please help? This is what I have done so far:
reg UE Year
predict resid, residuals
egen Mean = mean(resid)
line resid Mean Year, xla(1955(5)1990) name(G1, replace)
Thank you so much in advance!
Sofiya

Comment