Fixed effects estimation
Posted: Wed Nov 14, 2018 3:03 am
In Stata, something like estimates an equation with cross-section fixed effects.
Does this correspond to in Eviews?
Code: Select all
xtreg some_equation, fe Does this correspond to
Code: Select all
ls(cx=f) some_equation