Dear Sebastian,
I am sorry because of late response. I have to specify the if year1!=0 because the year that event occurs must be removed from the sample. I wonder this invades any conditions of system GMM?
I remove the industry dummies, so my code is as follows:
My code is right or wrong? Please give me comments. Thank you very much in advance.
Celine.
I am sorry because of late response. I have to specify the if year1!=0 because the year that event occurs must be removed from the sample. I wonder this invades any conditions of system GMM?
I remove the industry dummies, so my code is as follows:
Code:
xtabond2 lnTobin L.lnTobin PerFD After AfterFD PerInD Dual bsize lnage Firmsize blev y2001-y2017 if year1!=0, gmm(lnTobin AfterFD PerFD PerInD Dual bsize Firmsize blev,lag(2 3) collapse) iv(After lnage i.year ) small two ro
Code:
Dynamic panel-data estimation, two-step system GMM ------------------------------------------------------------------------------ Group variable: firmid Number of obs = 344 Time variable : year Number of groups = 56 Number of instruments = 43 Obs per group: min = 1 F(26, 55) = 11.35 avg = 6.14 Prob > F = 0.000 max = 8 ------------------------------------------------------------------------------ | Corrected lnTobin | Coef. Std. Err. t P>|t| [95% Conf. Interval] -------------+---------------------------------------------------------------- lnTobin | L1. | .4734852 .1297546 3.65 0.001 .2134512 .7335192 | PerFD | .5645718 3.363079 0.17 0.867 -6.17519 7.304333 After | -.0027537 .4622232 -0.01 0.995 -.9290697 .9235623 AfterFD | -.3128727 4.150518 -0.08 0.940 -8.630696 8.004951 PerInD | -.1983627 .6952249 -0.29 0.776 -1.591625 1.194899 Dual | -.3554203 .3166148 -1.12 0.266 -.9899307 .27909 bsize | -.0238799 .4893503 -0.05 0.961 -1.00456 .9568 lnage | -.0695415 .0642189 -1.08 0.284 -.198239 .059156 Firmsize | .0818586 .0629028 1.30 0.199 -.0442014 .2079186 blev | -.3559817 .6415577 -0.55 0.581 -1.641692 .9297286 y2001 | .1022979 .290608 0.35 0.726 -.4800937 .6846894 y2002 | .0350753 .1996421 0.18 0.861 -.3650165 .435167 y2003 | .1023763 .1420151 0.72 0.474 -.1822283 .386981 y2004 | .1239395 .1132694 1.09 0.279 -.1030573 .3509364 y2005 | -.0250942 .1333774 -0.19 0.851 -.2923884 .2421999 y2006 | .0896985 .1292487 0.69 0.491 -.1693217 .3487187 y2007 | .1409684 .0799136 1.76 0.083 -.019182 .3011189 y2008 | -.2957929 .0979695 -3.02 0.004 -.4921282 -.0994576 y2010 | .0729287 .0598755 1.22 0.228 -.0470645 .192922 y2011 | -.0455456 .105985 -0.43 0.669 -.2579442 .1668531 y2012 | .0167791 .1440798 0.12 0.908 -.2719633 .3055214 y2013 | .0371139 .1754091 0.21 0.833 -.3144138 .3886417 y2014 | -.0223063 .1416805 -0.16 0.875 -.3062403 .2616277 y2015 | .020678 .1324196 0.16 0.876 -.2446967 .2860527 y2016 | .0695865 .1330808 0.52 0.603 -.1971133 .3362863 y2017 | .2288556 .1426889 1.60 0.114 -.0570994 .5148106 _cons | -1.162248 1.807782 -0.64 0.523 -4.785124 2.460628 ------------------------------------------------------------------------------ Instruments for first differences equation Standard D.(After lnage 2000b.year 2001.year 2002.year 2003.year 2004.year 2005.year 2006.year 2007.year 2008.year 2009.year 2010.year 2011.year 2012.year 2013.year 2014.year 2015.year 2016.year 2017.year) GMM-type (missing=0, separate instruments for each period unless collapsed) L(2/3).(lnTobin AfterFD PerFD PerInD Dual bsize Firmsize blev) collapsed Instruments for levels equation Standard After lnage 2000b.year 2001.year 2002.year 2003.year 2004.year 2005.year 2006.year 2007.year 2008.year 2009.year 2010.year 2011.year 2012.year 2013.year 2014.year 2015.year 2016.year 2017.year _cons GMM-type (missing=0, separate instruments for each period unless collapsed) DL.(lnTobin AfterFD PerFD PerInD Dual bsize Firmsize blev) collapsed ------------------------------------------------------------------------------ Arellano-Bond test for AR(1) in first differences: z = -2.64 Pr > z = 0.008 Arellano-Bond test for AR(2) in first differences: z = 0.75 Pr > z = 0.455 ------------------------------------------------------------------------------ Sargan test of overid. restrictions: chi2(16) = 11.38 Prob > chi2 = 0.785 (Not robust, but not weakened by many instruments.) Hansen test of overid. restrictions: chi2(16) = 16.58 Prob > chi2 = 0.413 (Robust, but weakened by many instruments.) Difference-in-Hansen tests of exogeneity of instrument subsets: GMM instruments for levels Hansen test excluding group: chi2(8) = 7.02 Prob > chi2 = 0.534 Difference (null H = exogenous): chi2(8) = 9.56 Prob > chi2 = 0.298 .
Code:
sum year if e(sample) Variable | Obs Mean Std. Dev. Min Max -------------+-------------------------------------------------------- year | 344 2009.651 3.825699 2001 2017 .
My code is right or wrong? Please give me comments. Thank you very much in advance.
Celine.
Comment