Page 1 of 1

Unbalance Panel: Fixed Effects

Posted: Mon Sep 19, 2016 10:50 am
by de726
Hi,
I'm trying to extract both fixed effect values and the name of variables assigned to it.
In the program, I've used "eq1.@effects" to extract the fixed effect estimation but can't find a way to extract the variables name.
I have unbalance panel so these variables name changes with each iterations. Would really appreciate the help.
Thank you.

Re: Unbalance Panel: Fixed Effects

Posted: Mon Sep 19, 2016 11:25 am
by EViews Gareth
I don't understand what you mean by "variables assigned to it"?

Re: Unbalance Panel: Fixed Effects

Posted: Mon Sep 19, 2016 11:54 am
by de726
For example, after you estimate a cross section fixed effect equation and click on the output window "View" > "Fixed/Random Effect" > "Cross section effect" you will get something like this >>

Country Effect
US 1.1
UK 1.2
Japan 1.3
...
...
...

I'm trying to get both country names and the fixed effect coefficient for each iterations.
I have unbalance panel so the problem I'm having is that the number of countries and its name will varies when I run the program.

Re: Unbalance Panel: Fixed Effects

Posted: Mon Sep 19, 2016 12:01 pm
by EViews Gareth
Freeze the output into a table and use that.
freeze(mytab) eq1.effects

Re: Unbalance Panel: Fixed Effects

Posted: Mon Sep 19, 2016 3:42 pm
by de726
It works, thank you!