Hello,
I am currently writing a thesis on how female ownership of firms affects firm performance in SSA using firm level WBES data.
I have ran regressions of Log(sales) and Sales growth using 'Female' as the key independent var, where Female =1 when a female is present in a firms ownership and 0 if not. These results indicated no significant difference between male and female owned firms.
So my next stage of analysis was to start running some interaction terms.
My first interaction term is Female*Fshare (where Fshare is a continuous var which indicates the % of female ownership, male owned firms are 0%).
I ran the following code:
reg lnmsales i.Female##c.Fshare Fmanager Registration Certification Export foreign Web Overdraft Credit Transport Elec medium large age manufacturing retail Experience ib10.Region, robust cluster(Region)
Stata returned:
note: 1.Female#c.Fshare omitted because of collinearity.
So, my understanding is that stata has returned Female and Fshare on their own, and omitted the interaction term. Why has stata omitted the interaction term?
I then added, noomitted to the end of the code as I saw this was a suggestion on another thread from statalist. It returns the same thing.
I have then tried a different interaction with Female*Fmajority interaction term, where Fmajority is a dummy which =1 if Fshare>49%. Stata still omits the interaction terms.
I am stuck and cannot figure out why.
Apologies in advance is this is a simple fix, but I have read what seems like every statalist thread on this and nothing has worked.
Huge thanks in advance for any help.
Best,
Sam
I am currently writing a thesis on how female ownership of firms affects firm performance in SSA using firm level WBES data.
I have ran regressions of Log(sales) and Sales growth using 'Female' as the key independent var, where Female =1 when a female is present in a firms ownership and 0 if not. These results indicated no significant difference between male and female owned firms.
So my next stage of analysis was to start running some interaction terms.
My first interaction term is Female*Fshare (where Fshare is a continuous var which indicates the % of female ownership, male owned firms are 0%).
I ran the following code:
reg lnmsales i.Female##c.Fshare Fmanager Registration Certification Export foreign Web Overdraft Credit Transport Elec medium large age manufacturing retail Experience ib10.Region, robust cluster(Region)
Stata returned:
note: 1.Female#c.Fshare omitted because of collinearity.
Log (sales) | Coefficient | std. err. | t | P>t | [95% conf. | interval] |
Female | ||||||
Yes | .201533 | .1214493 | 1.66 | 0.131 | -.0732044 | .4762704 |
Fshare | -.0048666 | .0024718 | -1.97 | 0.080 | -.0104583 | .0007251 |
Female#c.Fshare | ||||||
Yes | 0 | (omitted) |
So, my understanding is that stata has returned Female and Fshare on their own, and omitted the interaction term. Why has stata omitted the interaction term?
I then added, noomitted to the end of the code as I saw this was a suggestion on another thread from statalist. It returns the same thing.
I have then tried a different interaction with Female*Fmajority interaction term, where Fmajority is a dummy which =1 if Fshare>49%. Stata still omits the interaction terms.
I am stuck and cannot figure out why.
Apologies in advance is this is a simple fix, but I have read what seems like every statalist thread on this and nothing has worked.
Huge thanks in advance for any help.
Best,
Sam
Comment