Hello,
I have data on housing starts. I was wondering how I can seasonally adjust this data by using dummy variables.
Do I just create a dummy variable for each month, graph the regression, and then look at the residuals from the estimated regression and the original data?
I have a feeling that I have to add in an intercept of some sort to the residuals in order to complete seasonal adjustment?
Thank you so much in advance.
How to seasonally adjust a series
Moderators: EViews Gareth, EViews Moderator
-
startz
- Non-normality and collinearity are NOT problems!
- Posts: 3797
- Joined: Wed Sep 17, 2008 2:25 pm
Re: How to seasonally adjust a series
That's basically right. You can do something like
Code: Select all
ls y @expand(@month)
series ySeasonallyAdjusted = resid + @mean(y)Return to “Econometric Discussions”
Who is online
Users browsing this forum: No registered users and 2 guests
