I am fairly new to this, sorry if I am not clear.
I have two models with logY. The first model has a slightly bigger sample than the second model and accounts for 4 main drivers (and some control variables). In the first model:
X1 = significant
X2 = significant
X3 = significant
X4 = insignificant
The second model as 2 more variables (same control variables) and the sample is slightly smaller:
X1 = significant
X2 = significant
X3 = INSIGNIFICANT
X4 = insignificant
X5 = insignificant
X6 = significant
Thus after including the two variables, X3 becomes insignificant in the second model.
First, I checked if it had something to do with the sample, so I run the regression of the first model on the same sample as the second model. X3 didn't become insignificant. Thus I included X5 and X6 one by one and found that when I include X6 my X3 becomes insignificant. Therefore I assumed that there might be some correlation problems and checked for that, but the correlation between X6 and X3 is "only" -0.5. If it is not a correlation problem, then what can it be?
All my X are 0/1 dummy variables & I am using STATA (new to it)