Dear helpful stata users,
I am trying to perform endogeneity test on my research variables using iverg2 command. The results showing high p-value, thus, can not reject the null hypothesis, which is unusual in similar research!!
I am not sure about the variables-lists specifications, since its showing below my exogenous variables as the included instruments rather than "excluded".
Thus, I would appreciate if you could help me make sure that the below command varilist specified correctly!
Thanks,
Hamza
I am trying to perform endogeneity test on my research variables using iverg2 command. The results showing high p-value, thus, can not reject the null hypothesis, which is unusual in similar research!!
I am not sure about the variables-lists specifications, since its showing below my exogenous variables as the included instruments rather than "excluded".
Thus, I would appreciate if you could help me make sure that the below command varilist specified correctly!
Thanks,
Hamza
Code:
. . noi: ivreg2 lnQ LNFAGE i.YEAR i.INDCLASS (l.lnQ LNBSIZE BOIND DUALITY FAM_OWN INST1 OWNTOTAL LNMARKT leverage = ld.lnQ ld.LNBSIZE ld.BOIND ld.DUALITY ld.FAM_OWN ld.INST1 ld.OWNTOTAL ld.LNMARKT ld.leverage ) if touseqJO&touseqUAE , endog( l.lnQ LNBSIZE BOIND DUALITY FAM_OWN INST1 OWNTOTAL LNMARKT leverage)
Warning - collinearities detected
Vars dropped: 2014.YEAR
IV (2SLS) estimation
--------------------
Estimates efficient for homoskedasticity only
Statistics consistent for homoskedasticity only
Number of obs = 763
F( 31, 731) = 17.32
Prob > F = 0.0000
Total (centered) SS = 90.85385763 Centered R2 = 0.6962
Total (uncentered) SS = 92.87221415 Uncentered R2 = 0.7028
Residual SS = 27.60204893 Root MSE = .1902
------------------------------------------------------------------------------
lnQ | Coef. Std. Err. z P>|z| [95% Conf. Interval]
-------------+----------------------------------------------------------------
lnQ |
L1. | .9213701 .237351 3.88 0.000 .4561708 1.386569
|
LNBSIZE | .1088334 .4609364 0.24 0.813 -.7945854 1.012252
BOIND | -.3843212 .4413782 -0.87 0.384 -1.249407 .4807642
DUALITY | -.0008265 .3205917 -0.00 0.998 -.6291746 .6275215
FAM_OWN | -.3130595 1.616354 -0.19 0.846 -3.481055 2.854936
INST1 | -.406788 1.28204 -0.32 0.751 -2.91954 2.105964
OWNTOTAL | .4410835 1.248548 0.35 0.724 -2.006025 2.888192
LNMARKT | .0215612 .0421565 0.51 0.609 -.0610641 .1041864
leverage | -.3419764 .8898935 -0.38 0.701 -2.086136 1.402183
LNFAGE | -.0146987 .0496335 -0.30 0.767 -.1119787 .0825812
|
YEAR |
2008 | 0 (empty)
2010 | -.0741879 .0424993 -1.75 0.081 -.1574849 .0091091
2011 | -.0733074 .0308454 -2.38 0.017 -.1337633 -.0128514
2012 | -.0542644 .0233213 -2.33 0.020 -.0999733 -.0085555
2013 | -.0087028 .0221902 -0.39 0.695 -.0521948 .0347893
2014 | 0 (omitted)
|
INDCLASS |
33 | -.0861202 .1270836 -0.68 0.498 -.3351996 .1629591
44 | .0073667 .1866398 0.04 0.969 -.3584406 .373174
55 | -.0056867 .246152 -0.02 0.982 -.4881357 .4767623
66 | .001329 .1046121 0.01 0.990 -.203707 .206365
77 | .0915878 .1087546 0.84 0.400 -.1215673 .3047429
88 | -.0123205 .0851857 -0.14 0.885 -.1792813 .1546404
99 | .016835 .2102778 0.08 0.936 -.395302 .428972
110 | -.0268373 .2157919 -0.12 0.901 -.4497817 .3961071
111 | .0031519 .1042046 0.03 0.976 -.2010853 .2073891
222 | -.0788749 .129087 -0.61 0.541 -.3318808 .174131
333 | -.0221477 .0994895 -0.22 0.824 -.2171435 .1728482
444 | -.2919729 .2596686 -1.12 0.261 -.800914 .2169681
555 | -.0535039 .0501137 -1.07 0.286 -.151725 .0447172
666 | -.0767877 .2159302 -0.36 0.722 -.500003 .3464276
777 | -.0163787 .0826444 -0.20 0.843 -.1783589 .1456014
888 | .0256633 .124964 0.21 0.837 -.2192616 .2705883
999 | .0518433 .250908 0.21 0.836 -.4399274 .543614
|
_cons | -.1930042 1.479967 -0.13 0.896 -3.093686 2.707677
------------------------------------------------------------------------------
Underidentification test (Anderson canon. corr. LM statistic): 0.639
Chi-sq(1) P-val = 0.4241
------------------------------------------------------------------------------
Weak identification test (Cragg-Donald Wald F statistic): 0.068
Stock-Yogo weak ID test critical values: <not available>
------------------------------------------------------------------------------
Sargan statistic (overidentification test of all instruments): 0.000
(equation exactly identified)
-endog- option:
Endogeneity test of endogenous regressors: 4.136
Chi-sq(9) P-val = 0.9023
Regressors tested: L.lnQ LNBSIZE BOIND DUALITY FAM_OWN INST1 OWNTOTAL
LNMARKT leverage
------------------------------------------------------------------------------
Instrumented: L.lnQ LNBSIZE BOIND DUALITY FAM_OWN INST1 OWNTOTAL
LNMARKT leverage
Included instruments: LNFAGE 2010.YEAR 2011.YEAR 2012.YEAR 2013.YEAR
33.INDCLASS 44.INDCLASS 55.INDCLASS 66.INDCLASS
77.INDCLASS 88.INDCLASS 99.INDCLASS 110.INDCLASS
111.INDCLASS 222.INDCLASS 333.INDCLASS 444.INDCLASS
555.INDCLASS 666.INDCLASS 777.INDCLASS 888.INDCLASS
999.INDCLASS
Excluded instruments: LD.lnQ LD.LNBSIZE LD.BOIND LD.DUALITY LD.FAM_OWN LD.INST1
LD.OWNTOTAL LD.LNMARKT LD.leverage
Dropped collinear: 2014.YEAR
------------------------------------------------------------------------------

Comment