Add fixed effect options in the program
Posted: Wed May 15, 2013 11:52 am
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!
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!