Thursday, April 2, 2020

how to control for individual fixed effects in Stata?

I know one method can be:
Code:
regress y x1 x2 i.id, vce(robust)
But the problem is in my data set, I have a lot of id. And it kills my Stata.

No comments:

Post a Comment