Page 1 of 1

Fixed effects estimation

Posted: Wed Nov 14, 2018 3:03 am
by stefanp
In Stata, something like

Code: Select all

xtreg some_equation, fe
estimates an equation with cross-section fixed effects.

Does this correspond to

Code: Select all

ls(cx=f) some_equation
in Eviews?

Re: Fixed effects estimation

Posted: Wed Nov 14, 2018 7:21 am
by EViews Gareth
Yes