Hi all,
I've been running into a problem and was hoping you could help me.
I'm running a logit model where I'm studying entry modes as binary choices. The main independant variable is economic distance, additionally I include the home nations legal environment in the model. I believe economic distance could have a different impact at different levels of economic distance which is why I also include a interaction term. All three have significant coefficients but I'm really strugeling with the interpretation.
As you can see Economic distance has a positive effect and legal environment has a negative, this is as expected. However, I also expected the coefficient of the interaction to be negative, with the interpretation that as legal environment increases economic distance loses its force. Could this negative interaction also mean the negative effect of the legal environment is mitigated?
To give further background to my question: All variables are centered; The variable for economic distance seems quite volatile and changes sign often when new variables are included, although it holds the correct (expected) sign in the full model.
Furthermore, these are the marginal effects at different points:
To repeat my question, how would I interpret the positve interaction coefficient?
1. As economic distance increases the effect of rule of law gets diminished.
2. As Rule of law increases the effect of economic distance gets further reinforced.
Your help is greatly appreciated!
Thanks in advance.
I've been running into a problem and was hoping you could help me.
I'm running a logit model where I'm studying entry modes as binary choices. The main independant variable is economic distance, additionally I include the home nations legal environment in the model. I believe economic distance could have a different impact at different levels of economic distance which is why I also include a interaction term. All three have significant coefficients but I'm really strugeling with the interpretation.
. logit Entry Ec_dist Rule_law Ec_dist#Rule_law
Iteration 0: Log likelihood = -53571.268
Iteration 1: Log likelihood = -49508.953
Iteration 2: Log likelihood = -49487.729
Iteration 3: Log likelihood = -49487.722
Iteration 4: Log likelihood = -49487.722
Logistic regression Number of obs = 79,694
LR chi2(4) = 8167.09
Prob > chi2 = 0.0000
Log likelihood = -49487.722 Pseudo R2 = 0.0762
---------------------------------------------------------------------------------------
Entry | Coefficient Std. err. z P>|z| [95% conf. interval]
----------------------+----------------------------------------------------------------
Ec_dist | -.0018081 .0003688 -4.90 0.000 -.0025309 -.0010852
Rule_law | -.0403795 .000576 -70.10 0.000 -.0415084 -.0392506
Ec_dist#Rule_law | .0004922 .0000214 23.02 0.000 .0004503 .0005341
_cons | -.317896 .0087881 -36.17 0.000 -.3351204 -.3006716
---------------------------------------------------------------------------------------
Iteration 0: Log likelihood = -53571.268
Iteration 1: Log likelihood = -49508.953
Iteration 2: Log likelihood = -49487.729
Iteration 3: Log likelihood = -49487.722
Iteration 4: Log likelihood = -49487.722
Logistic regression Number of obs = 79,694
LR chi2(4) = 8167.09
Prob > chi2 = 0.0000
Log likelihood = -49487.722 Pseudo R2 = 0.0762
---------------------------------------------------------------------------------------
Entry | Coefficient Std. err. z P>|z| [95% conf. interval]
----------------------+----------------------------------------------------------------
Ec_dist | -.0018081 .0003688 -4.90 0.000 -.0025309 -.0010852
Rule_law | -.0403795 .000576 -70.10 0.000 -.0415084 -.0392506
Ec_dist#Rule_law | .0004922 .0000214 23.02 0.000 .0004503 .0005341
_cons | -.317896 .0087881 -36.17 0.000 -.3351204 -.3006716
---------------------------------------------------------------------------------------
To give further background to my question: All variables are centered; The variable for economic distance seems quite volatile and changes sign often when new variables are included, although it holds the correct (expected) sign in the full model.
Furthermore, these are the marginal effects at different points:
. margins, at(Rule_law=(-30 0 30)) dydx(Ec_dist)
Average marginal effects Number of obs = 79,640
Model VCE: OIM
Expression: Pr(JointVentureFlagDummy), predict()
dy/dx wrt: distc
1._at: Rule_law = -30
2._at: Rule_law = 0
3._at: Rule_law = 30
------------------------------------------------------------------------------
| Delta-method
| dy/dx std. err. z P>|z| [95% conf. interval]
-------------+----------------------------------------------------------------
Ec_dist |
_at |
1 | -.0020415 .0001336 -15.28 0.000 -.0023032 -.0017797
2 | .0007006 .0000958 7.32 0.000 .0005129 .0008883
3 | .0023218 .0001279 18.15 0.000 .0020711 .0025725
------------------------------------------------------------------------------
. margins, at(Ec_dist=(-50 0 50)) dydx(Rule_law)
Average marginal effects Number of obs = 79,640
Model VCE: OIM
Expression: Pr(JointVentureFlagDummy), predict()
dy/dx wrt: ROLc
1._at: Ec_dist = -50
2._at: Ec_dist = 0
3._at: Ec_dist = 50
------------------------------------------------------------------------------
| Delta-method
| dy/dx std. err. z P>|z| [95% conf. interval]
-------------+----------------------------------------------------------------
Rule_law |
_at |
1 | -.0117104 .0001711 -68.42 0.000 -.0120458 -.0113749
2 | -.0087487 .000107 -81.79 0.000 -.0089584 -.0085391
3 | -.0044332 .0002515 -17.63 0.000 -.0049261 -.0039404
------------------------------------------------------------------------------
Average marginal effects Number of obs = 79,640
Model VCE: OIM
Expression: Pr(JointVentureFlagDummy), predict()
dy/dx wrt: distc
1._at: Rule_law = -30
2._at: Rule_law = 0
3._at: Rule_law = 30
------------------------------------------------------------------------------
| Delta-method
| dy/dx std. err. z P>|z| [95% conf. interval]
-------------+----------------------------------------------------------------
Ec_dist |
_at |
1 | -.0020415 .0001336 -15.28 0.000 -.0023032 -.0017797
2 | .0007006 .0000958 7.32 0.000 .0005129 .0008883
3 | .0023218 .0001279 18.15 0.000 .0020711 .0025725
------------------------------------------------------------------------------
. margins, at(Ec_dist=(-50 0 50)) dydx(Rule_law)
Average marginal effects Number of obs = 79,640
Model VCE: OIM
Expression: Pr(JointVentureFlagDummy), predict()
dy/dx wrt: ROLc
1._at: Ec_dist = -50
2._at: Ec_dist = 0
3._at: Ec_dist = 50
------------------------------------------------------------------------------
| Delta-method
| dy/dx std. err. z P>|z| [95% conf. interval]
-------------+----------------------------------------------------------------
Rule_law |
_at |
1 | -.0117104 .0001711 -68.42 0.000 -.0120458 -.0113749
2 | -.0087487 .000107 -81.79 0.000 -.0089584 -.0085391
3 | -.0044332 .0002515 -17.63 0.000 -.0049261 -.0039404
------------------------------------------------------------------------------
1. As economic distance increases the effect of rule of law gets diminished.
2. As Rule of law increases the effect of economic distance gets further reinforced.
Your help is greatly appreciated!
Thanks in advance.

Comment