I'm new to econometrics and was wondering when including an interaction term do I have to put each variable separately as control variables? I know this is the case for a difference in differences.
Y = a + B1 X1 + B2 X2 + B3 X1*X2 + e
However, I recently read a paper that had this regression equation
ln(imports) = a + B1 StringencyIndex + B2
CovidDeaths + B3 StringencyIndex *
HealthIndex + B4 CovidDeaths * HealthIndex
+ e
Now, I'm curious if B3 and B4 are correct. HealthIndex is not included separately as a control variable and can we run the regression in this way as well?