Hello
Would anyone know how to absorb more than two factor variables in a regression?
I tried as below but it did not work
Would anyone know how to absorb more than two factor variables in a regression?
I tried as below but it did not work
Code:
. areg d_pc i.diasem##i.turno i.anomes, absorb(mun_res codestab) cluster(mun_res codestab) absorb(): too many variables specified r(103);