I am currently running a fixed-effect panel regression. First I declared the dataset as panel using ( xtset ID OBS) where ID is 500 firms; OBS is 125 monthly observations. Therefore, in total 62,500 observations.
My goal is to run the fixed-effect regression while adjusting standard errors for cross-sectional dependence. Will running the following regression adjusts standard errors for cross-sectional dependence:
xtreg y x1 x2 x3 x4 x5 i.OBS, fe
I appreciate any help you can provide.
My goal is to run the fixed-effect regression while adjusting standard errors for cross-sectional dependence. Will running the following regression adjusts standard errors for cross-sectional dependence:
xtreg y x1 x2 x3 x4 x5 i.OBS, fe
I appreciate any help you can provide.
Comment