Dear all,
Let me ask you a question regarding interaction term.
I have an unbalanced panel data. I estimate the following regression by using fixed-effects model (i.e. I use 'xtreg..., fe robust' command in Stata):
flow(t) = alpha*volatility(t-1) + alpha(t-1) + volatility(t-1) + controls(t-1)
where the dep.variable is a percentage net flow, explanatory variables are interaction term, alpha (performance measure), perf.volatility, and other control variables.
So, the problem is that when I conduct this regression I receive insignificant coefficient on interaction term and significant estimates on other X's. However, when I remove 'alpha' from the model - I get highly significant estimates on interaction term, volatility and other controls!!!
As I know when one includes an interaction term between two ind.vars (x1 and x2), both these ind.variables must be included in the model as well. That's one cannot estimate regression with interaction term (x1*x2) having only x2 in the model. Is that true? Is it acceptable to remove one regressor from the regression having it only in the interaction term (i.e. you estimate y = x1*x2 + x2 + x3 + etc.).
All in all, I am confused. Can anybody, please, explain me - what's the problem with my regression and why do I get such insignificant coefficient on interaction term having all regressors included in the equation?
p.s. I have checked for multicollinearity, and it shows no evidence of multicollinearity (i.e. indep.vars' VIFs are below 10). I control for heteroscedasticity/autocorrelation by using 'robust' option.
I am grateful for any help on this issue.
Let me ask you a question regarding interaction term.
I have an unbalanced panel data. I estimate the following regression by using fixed-effects model (i.e. I use 'xtreg..., fe robust' command in Stata):
flow(t) = alpha*volatility(t-1) + alpha(t-1) + volatility(t-1) + controls(t-1)
where the dep.variable is a percentage net flow, explanatory variables are interaction term, alpha (performance measure), perf.volatility, and other control variables.
So, the problem is that when I conduct this regression I receive insignificant coefficient on interaction term and significant estimates on other X's. However, when I remove 'alpha' from the model - I get highly significant estimates on interaction term, volatility and other controls!!!
As I know when one includes an interaction term between two ind.vars (x1 and x2), both these ind.variables must be included in the model as well. That's one cannot estimate regression with interaction term (x1*x2) having only x2 in the model. Is that true? Is it acceptable to remove one regressor from the regression having it only in the interaction term (i.e. you estimate y = x1*x2 + x2 + x3 + etc.).
All in all, I am confused. Can anybody, please, explain me - what's the problem with my regression and why do I get such insignificant coefficient on interaction term having all regressors included in the equation?
p.s. I have checked for multicollinearity, and it shows no evidence of multicollinearity (i.e. indep.vars' VIFs are below 10). I control for heteroscedasticity/autocorrelation by using 'robust' option.
I am grateful for any help on this issue.

Comment