Hello everyone,
I'm posting this message on this forum because I need information to help interpret my results.
I am currently running regressions to show the impact of gender on financial performance and the moderating role of culture.
To do this, I'm running a fixed-effect regression as follows:
(I'm using regress and not xtreg because I think I have cross-sectional data)
regress TobinsQ_w gender institutionalcollectivism c.institutionalcollectivism#c.gender lnAGE lnboardsize indep CEOChairmanDuality lnmarketcap_w debtoasset_w Dummylegalsystem quota corruption GDPgrowth uncemployement popgrwoth i.Fesize i.Year i.sector, vce(robust)
As you can see, I include fixed effects by size (FEsize) by year (Year) and by sector (sector). Firstly, can you tell me if the syntax is correct?
Then here's my problem. When I don't include the interaction term I have positive and statistically significant coefficients for the "gender" variable and a negative coefficient for the "institutionalcollectivism" variable. However, as soon as I include the interaction term, my gender coefficient remains significant but has changed sign. (You can see the two regressions below).
Regression without the interaction term:

And regression with the interaction term:

My VIF test is good (except when I do it with the interaction, but I think that's normal since this variable is constructed in relation to two other variables).
Is this normal or are there any errors?
Thanks a lot in advance,
Loïc
I'm posting this message on this forum because I need information to help interpret my results.
I am currently running regressions to show the impact of gender on financial performance and the moderating role of culture.
To do this, I'm running a fixed-effect regression as follows:
(I'm using regress and not xtreg because I think I have cross-sectional data)
regress TobinsQ_w gender institutionalcollectivism c.institutionalcollectivism#c.gender lnAGE lnboardsize indep CEOChairmanDuality lnmarketcap_w debtoasset_w Dummylegalsystem quota corruption GDPgrowth uncemployement popgrwoth i.Fesize i.Year i.sector, vce(robust)
As you can see, I include fixed effects by size (FEsize) by year (Year) and by sector (sector). Firstly, can you tell me if the syntax is correct?
Then here's my problem. When I don't include the interaction term I have positive and statistically significant coefficients for the "gender" variable and a negative coefficient for the "institutionalcollectivism" variable. However, as soon as I include the interaction term, my gender coefficient remains significant but has changed sign. (You can see the two regressions below).
Regression without the interaction term:
And regression with the interaction term:
My VIF test is good (except when I do it with the interaction, but I think that's normal since this variable is constructed in relation to two other variables).
Is this normal or are there any errors?
Thanks a lot in advance,
Loïc
Comment