Estimating only time dummies in Panel Regression

For technical questions regarding estimation of single equations, systems, VARs, Factor analysis and State Space Models in EViews. General econometric questions and advice should go in the Econometric Discussions forum.

Moderators: EViews Gareth, EViews Moderator

abcxyz
Posts: 8
Joined: Sat Oct 10, 2009 1:42 am

Estimating only time dummies in Panel Regression

Postby abcxyz » Sun Jan 03, 2010 8:10 am

I would like to know how can I get the value of the estimators of time dummies only( and also both time and cross sectional dummies ) in Panel Regression in E -Views 6. Further how can I see the interaction effect of time dummies with each regressor ( i.e. time dummies and slopes of regressors ). I would be really obliged if I am made aware of the process as soon as possible.

EViews Glenn
EViews Developer
Posts: 2682
Joined: Wed Oct 15, 2008 9:17 am

Re: Estimating only time dummies in Panel Regression

Postby EViews Glenn » Thu Jan 07, 2010 12:07 pm

Use C as the only regressor and specify the effects that you want.

The interaction variables are harder. You can use @expand to create a full set of dummy variables (e.g., X*@expand(@year)), but avoiding the dummy variable trap can be tricky. I'd probably not include a constant, not include the in-built fixed effects and just use @expands. This, of course, is tricky for the large dimension.

abcxyz
Posts: 8
Joined: Sat Oct 10, 2009 1:42 am

Re: Estimating only time dummies in Panel Regression

Postby abcxyz » Tue Jan 12, 2010 10:34 am

Hi, I tried but I m a bit confused.

I want to estimate the constants for each time period ( like in my study there are 3 periods ) further I want to estimate the slope of independent variables in different time periods ( like bo(X1) + b1(D1* X1) + b2(D2*X1) and ; when D1=D2=0, it is the slope of period 0; when D1=1, (bo+b1)X1 is the slope of period 1 and when D2=1, (bo+b2)X1 is the slope of period 2.

How can I estimate EACH equation for different periods to verify whether the intercepts and/or slopes are statistically different o not for the three periods.

I wd be obliged if u can help me out.

Regards.

EViews Glenn
EViews Developer
Posts: 2682
Joined: Wed Oct 15, 2008 9:17 am

Re: Estimating only time dummies in Panel Regression

Postby EViews Glenn » Thu Jan 14, 2010 11:19 am

You can use the @expand to create the period dummies. Suppose you have Y and X and you have annual data. Then

y @expand(@year) @expand(@year)*X

give you period dummies and period interactions. You could use the built-in period dummies and drop the first term, or normalize the interaction dummies by including the X alone and then an expand dropping a category. Something like

y c x @expand(@year, @droplast)*X

where the C is included for the built-in period dummies. Note that the normalizations become tricky if you also have cross-section effects.

abcxyz
Posts: 8
Joined: Sat Oct 10, 2009 1:42 am

Re: Estimating only time dummies in Panel Regression

Postby abcxyz » Thu Jan 14, 2010 12:02 pm

Thanks a Lot.

What I have done is that I have made seperate tables for each dummy and further created tables for interaction effects also ( both intercept and slopes ) and have considered the constant as the mean of the category that is not included. I think it will work too.

Finally to interpret and compare the effect of each time period I have made different equations based on the values of the dummies.

And u r right in saying that cross sections interacton with time has to be tricky and would also consume the degrees of freedom.

Thanks a lot for ur time, I will now try to use the method u proposed.

Regards.


Return to “Estimation”

Who is online

Users browsing this forum: No registered users and 2 guests