I have one more question regarding my regressions, today I did the following:
. regress Dependent centered_ind2 c.centered_ind2##c.centered_ind2 c.centered_ind2##c.centered_ind2##c.centered_ind2 centered_mod c.centered_ind2##c.centered_mod (c.centered_ind2
> ##c.centered_ind2)##c.centered_mod (c.centered_ind2##c.centered_ind2##c.centered_ind2 )##c.centered_mod Control2 Control1 Dummy2 Dummy3 Dummy4 Dummy5 Dummy6 Dummy7 Dummy8 Dummy9
> Dummy10 Dummy11
Following marginsplot:
. margins, at(centered_ind2 = (0(0.05)1) centered_mod = (0(0.2)1)
and:
marginsplot, noci
Which gave me the following output:
Still the results were not significant.
Although the centered moderating variable has a negative coefficient, when it increases the line goes up.
How can I interpret this?
Because what I expected to happen was that cultural diversity has a negative moderating effect on the relationship between international diversification and firm performance, testing for an S-shaped relationship.
. regress Dependent centered_ind2 c.centered_ind2##c.centered_ind2 c.centered_ind2##c.centered_ind2##c.centered_ind2 centered_mod c.centered_ind2##c.centered_mod (c.centered_ind2
> ##c.centered_ind2)##c.centered_mod (c.centered_ind2##c.centered_ind2##c.centered_ind2 )##c.centered_mod Control2 Control1 Dummy2 Dummy3 Dummy4 Dummy5 Dummy6 Dummy7 Dummy8 Dummy9
> Dummy10 Dummy11
Following marginsplot:
. margins, at(centered_ind2 = (0(0.05)1) centered_mod = (0(0.2)1)
and:
marginsplot, noci
Which gave me the following output:
Still the results were not significant.
Although the centered moderating variable has a negative coefficient, when it increases the line goes up.
How can I interpret this?
Because what I expected to happen was that cultural diversity has a negative moderating effect on the relationship between international diversification and firm performance, testing for an S-shaped relationship.
Comment