I am sure this has been asked before (similar here but no answer). But I have not found an answer yet.
To give you a short frame: I am researching firm level data and I am ivestigating several contigenicies between continuous variables and a categorical variable indicating firm type in a binary format.
Given the function
$Y_a=\alpha+X_1(\beta_0+\beta_1X_2+\beta_3X_3)+\epsilon$
or even
$Y_ b=\alpha+X_1(\beta_0+\beta_1X_2+\beta_3X_3...+\beta_nX_n)+\epsilon$
ang given $X_1$ is the firm type dummy coded $(0;1)$, how do you interpret the simple effect $\beta_0$ on $Y$?
For $X_1=0$ , $Y=\alpha$ - so is it merely the intercept? Or is it the simple effect of $X_1$ on $Y$ for $X_1=0$?