Hi,
I find some difficulties understanding why I have different results regarding the significance of my coefficients when running two regressions that should conceptually be the same.
I am using cross-country monthly panel data, and I use a fixed effect regression to get rid of the time-invariant unobserved heterogeneity. My fixed-effect are defined at the country level. I am also using an interaction term involving a binary variable that is time invariant, so that the main effect is omitted from the regression, but the interaction term is not.
Let's suppose that my independent variable is called democ and is equal to one when the country is a democracy. Let's also suppose I create another variable that is the opposite of democ (name it autoc), so that when autoc is equal to 1, democ is equal to 0.
I would like to understand why this regression :
is different in terms of significance of the interaction term coefficient from
interest is a binary that equals one if the country is in an election period.
I find in regression (1) that the interaction term cancels significantly the main effect of interest (that is negative), which means that there is a differential effect depending on whether the country is a democracy or not.
I expect regression (2) to have the same results, that is, a main effect of interest that is positive but cancelled by the interaction term between interest and autoc (which I expect to be negative). However, this time, the interaction term comes unsignificant.
Can someone explain me where does this statistical problem comes from?
Regards,
Julia
I find some difficulties understanding why I have different results regarding the significance of my coefficients when running two regressions that should conceptually be the same.
I am using cross-country monthly panel data, and I use a fixed effect regression to get rid of the time-invariant unobserved heterogeneity. My fixed-effect are defined at the country level. I am also using an interaction term involving a binary variable that is time invariant, so that the main effect is omitted from the regression, but the interaction term is not.
Let's suppose that my independent variable is called democ and is equal to one when the country is a democracy. Let's also suppose I create another variable that is the opposite of democ (name it autoc), so that when autoc is equal to 1, democ is equal to 0.
I would like to understand why this regression :
Code:
xtreg depvar interest##democ, fe vce(cluster country)
Code:
xtreg depvar interest##autoc, fe vce(cluster country)
I find in regression (1) that the interaction term cancels significantly the main effect of interest (that is negative), which means that there is a differential effect depending on whether the country is a democracy or not.
I expect regression (2) to have the same results, that is, a main effect of interest that is positive but cancelled by the interaction term between interest and autoc (which I expect to be negative). However, this time, the interaction term comes unsignificant.
Can someone explain me where does this statistical problem comes from?
Regards,
Julia

Comment