Page 1 of 1

Add fixed effect options in the program

Posted: Wed May 15, 2013 11:52 am
by Giugiu
Hello,

I am running several LS regressions using PANEL DATA, hence I am using a basic loop as follow:

for !i =1 to 44
equation eq{!i}.ls x {!i} c merge0 merge13 ecc. ecc.
next

Since I would like to get fixed effects specification, both at cross section and period level and I would like to use coef covariance method : White cross-section,

How can I add this 3 options in the loop program?

Thank you vert much!

Re: Add fixed effect options in the program

Posted: Wed May 15, 2013 12:47 pm
by EViews Gareth
Easiest way to find out is to perform the estimation you want via the dialogs, then use View->Representations to find the command line equivalent.

Re: Add fixed effect options in the program

Posted: Wed May 15, 2013 12:59 pm
by Giugiu
Thanks for the suggestion! That worked well!