Hi everyone!
I am trying to run a regression by taking into account several fixed effects as for instance area and year. I ran the regression using code:
xtset area-variable
reghdfe y-variable x-variable, absorb(year area-variable)
I now would like to do this regression using different quartiles. Is there a way of doing this by using the reghdfe function?
Kind regards,
Rick
I am trying to run a regression by taking into account several fixed effects as for instance area and year. I ran the regression using code:
xtset area-variable
reghdfe y-variable x-variable, absorb(year area-variable)
I now would like to do this regression using different quartiles. Is there a way of doing this by using the reghdfe function?
Kind regards,
Rick

Comment