Goodmorning, I have cross sectional data and I want to make multiple regression. In my model there are 5 categorical variable: Years, Sex, Maritial_status, Education and Regions. Is it possible to regroup some of these variables in a single group of controls? I'm not interested to know the effect of such variables separately but only in term of fixed effect and I'm afraid that adding too many dummy variables separately would make the intrepretation of the results confusing.
Code:
local controls Sex Maritial_status Education Regions reg wage prox1 `controls' i.Years
Comment