Dear All,
I have sorted the second doubt of mine pertaining to centering of variables, but I need to be sure about the code that I have used is it correct or not? Can someone please help me out in this.
Since, this helps in deciding weather I should proceed with an IV approach or use FE estimation technique, it is important for me to know the validity of the command. Here is the code and results:
In the above code Lev1 is endogenous and it has been incorporated with Interaction terms (3 variables), this is instrumented using Tang1 and alteration of interaction terms accordingly. All the interaction (with endogenous and with its instrument) have been centered around mean. And the following is the result:
Following #3 I could deduce that with the above set of results, I fail to reject the exogeneity of Lev1 and hence, can conclude that it is not endogenous in nature.
Can anyone please suggest me if the code is fine or not.
regards,
Mohina
I have sorted the second doubt of mine pertaining to centering of variables, but I need to be sure about the code that I have used is it correct or not? Can someone please help me out in this.
Since, this helps in deciding weather I should proceed with an IV approach or use FE estimation technique, it is important for me to know the validity of the command. Here is the code and results:
Code:
xtivreg2 ROTA (l.Lev1 l.Lev1_Square l.Int_Lev1_HHI l.Int_Lev1_M l.Int_Lev1_D = l.Tang1 l.Tang1_Square l.Int_Tang1_HHI l.Int_Tang1_M l.Int_Tang1_D) l.HHI_Sales l.M l.D l.Log_TA l.Real_INV, fe robust endog(l.Lev1)
Code:
Warning - singleton groups detected. 72 observation(s) not used. FIXED EFFECTS ESTIMATION ------------------------ Number of groups = 2039 Obs per group: min = 2 avg = 8.9 max = 16 IV (2SLS) estimation -------------------- Estimates efficient for homoskedasticity only Statistics robust to heteroskedasticity Number of obs = 18141 F( 10, 16092) = 4.39 Prob > F = 0.0000 Total (centered) SS = 966849.1269 Centered R2 = -11.3403 Total (uncentered) SS = 966849.1269 Uncentered R2 = -11.3403 Residual SS = 11931186.54 Root MSE = 27.22 ------------------------------------------------------------------------------ | Robust ROTA | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- Lev1 | L1. | -5.239194 5.194879 -1.01 0.313 -15.42097 4.942582 | Lev1_Square | L1. | -.0696026 .0409295 -1.70 0.089 -.149823 .0106179 | Int_Lev1_HHI | L1. | -43.99888 54.42539 -0.81 0.419 -150.6707 62.67292 | Int_Lev1_M | L1. | -5.048674 35.73508 -0.14 0.888 -75.08815 64.9908 | Int_Lev1_D | L1. | -162.2579 102.3338 -1.59 0.113 -362.8285 38.31259 | HHI_Sales | L1. | -13.31835 4.854366 -2.74 0.006 -22.83273 -3.803964 | M | L1. | 8.29546 2.488203 3.33 0.001 3.418673 13.17225 | D | L1. | -10.352 15.21114 -0.68 0.496 -40.16529 19.46128 | Log_TA | L1. | -2.134837 .7679852 -2.78 0.005 -3.640061 -.629614 | Real_INV | L1. | .5034356 .3268634 1.54 0.124 -.1372048 1.144076 ------------------------------------------------------------------------------ Underidentification test (Kleibergen-Paap rk LM statistic): 1.481 Chi-sq(1) P-val = 0.2236 ------------------------------------------------------------------------------ Weak identification test (Kleibergen-Paap rk Wald F statistic): 0.304 Stock-Yogo weak ID test critical values: <not available> ------------------------------------------------------------------------------ Hansen J statistic (overidentification test of all instruments): 0.000 (equation exactly identified) -endog- option: Endogeneity test of endogenous regressors: 0.107 Chi-sq(1) P-val = 0.7442 Regressors tested: L.Lev1 ------------------------------------------------------------------------------ Instrumented: L.Lev1 L.Lev1_Square L.Int_Lev1_HHI L.Int_Lev1_M L.Int_Lev1_D Included instruments: L.HHI_Sales L.M L.D L.Log_TA L.Real_INV Excluded instruments: L.Tang1 L.Tang1_Square L.Int_Tang1_HHI L.Int_Tang1_M L.Int_Tang1_D ------------------------------------------------------------------------------
Can anyone please suggest me if the code is fine or not.
regards,
Mohina
Comment