Code:
xtset area_id year
xtreg y i.dummy##c.GDP income xoijj  i,year, fe r


After running this regression, I know use_b[income] to get the coefficient of variable "income"


But how do I get the coefficient of just the interaction term (1.dummy*GDP)?