I'm using the following code to perform fixed effects panel regression
Code:
areg y x1 x2 i.year,a(HHID)
Code:
areg y x1 x2 i.year,a(HHID) robust
Code:
vce(robust)
I would greatly appreciate it if someone could explain the difference between these two options and which one would be appropriate for my purpose.
Thanks,
0 Response to Fixed effects panel regression with robust standard error- which code to use?
Post a Comment