Hello, I am new to stata and I know my question maybe simple. However, I tried almost everything in google but still couldn't figure it out.
I have a panel data with firm-year observations. I want to apply Fama-MacBeth Method, which is to do cross-section regression each year, then average the time-series coefficient.
I want to include two dummy variables, one is whether the company i pay dividends at year t, and the other is whether the company is regulated at year t.
When I try to do the regression for year t, using code: reg dependent variables independent variables, one dummy is always omitted because of multicollinearity. However, I want to see the effect of the two different dummy variables and I want to include intercept in the regression.
Is there any way to fix it? I tried, xi, areg but all these codes didn't work. I don't want to have fixed effect in the regression, so seems I couldn't find any way to include the two dummy and one intercept in one regression. Help from anyone will be greatly appreciated.
Thank you
Comment