Page 1 of 1

Unbalance Panel: Fixed Effects

Posted: Thu Aug 25, 2016 1:31 pm
by de726
Hi,

I'm trying to extract the Cross-section fixed effect using programs and need help with the code.

For example, I estimated equation >> eq1.ls(cx=f) i c f.
Extract the equation coefficient using "eq1.@coefs(1)", "eq1.@coefs(2)" and "eq1.@coefs(3)"
What I want to do also is to extract the Cross-section effect coefficients (in the "view" >> "Fixed/Random Effect" >> "Cross-section effects").
I've search though the web but cant seems to find any info. I've also tried the code from the link below but it doesn't seems to apply to the unbalance panel. Thank you in advance for your help.

http://forums.eviews.com/viewtopic.php? ... t&start=15


Dianne

Re: Unbalance Panel: Fixed Effects

Posted: Thu Aug 25, 2016 2:24 pm
by EViews Gareth
eq1.@effects

Re: Unbalance Panel: Fixed Effects

Posted: Fri Aug 26, 2016 6:06 am
by de726
Thank you Gareth for such quick reply. That's exactly what I'm looking for.
Another question is how to extract those names assigned to each fixed effect?
I have unbalance panel so the list of names in the cross-section effect varies when I run for loop in the program.