Hi,
I am running the following specification.
Treatment is a binary [0,1] indicator. I'm having trouble displaying the coefficients for the i.treatment#c.homicides interaction for when the treatment variable is 1 rather than 0 (see photo below).

I am running the following specification.
Code:
reghdfe homicide_articles_osorio 1.treatment (i.treatment#c.homicides = i.treatment#c.adj_homicides) if year>=2000, a(i.code_INEGI##c.homicides i.year##c.homicides) cluster(code_INEGI) old
Comment