Consider the following model: $$Y_i = \alpha + \beta X_{i1} + \gamma_1D_{i1} + \gamma_2{D_{i2}} + \delta_{11}(D_{i1}X_{i1}) + \delta_{i2}(D_{i2}X_{i1}) + E_i$$ where $X_{i1}$ is a continuous regressor, and $D_{i1}$ and $D_{i2}$ are dummy variables that takes values 0 and 1. Also, $E_i$ is normally distributed with mean 0 and equal variance for all $i$.
I was wondering whether it makes sense to test the significance of $\gamma_2$ for instance, by looking at the result of t-test from summary
. Aren't you violating the principle of marginality if you test
$H_0: \gamma_1 = 0$ against $H_1: \gamma_1 \neq 0$.