------------------------------------------------------------------------------- log: C:\Documents and Settings\Angela Fonseca\Mis documentos\Ángela\Cic > los\CD Backup Composition 2008\Outputs\resABnceros_one_l2insz_PIBti.txt log type: text opened on: 15 Jul 2008, 09:38:38 . . . . clear . set mem 50000K Current memory allocation current memory usage settable value description (1M = 1024k) -------------------------------------------------------------------- set maxvar 5000 max. variables allowed 1.733M set memory 50000k max. data space 48.828M set matsize 400 max. RHS vars in models 1.254M ----------- 51.815M . use "C:\Documents and Settings\Angela Fonseca\Mis documentos\Ángela\Ciclos\CD > Backup Composition 2008\Programas y Bases - Iniciales\Bases\Bases resultado\ > Base1actu.dta", clear . . set more off . . *for stata 8, requires set matsize* . set matsize 200 Current memory allocation current memory usage settable value description (1M = 1024k) -------------------------------------------------------------------- set maxvar 5000 max. variables allowed 1.733M set memory 50000k max. data space 48.828M set matsize 200 max. RHS vars in models 0.322M ----------- 50.883M . . . . foreach var1 in ti ti_r{ 2. di "Interest rate used: `var1' ******************************************* > *************************" 3. . . **Set of Controls 1** . *Models that use group 1 as controls with variables in logs of levels. Endoge > nous variables GDP_PC, UNB, Population* . *These models use one lag of the dependent variable, and two lags of each con > trol variable as instruments* . . . local i=1 4. matrix G1=J(51,4,0) 5. foreach var in gastos gfunci ggener gperso persinel transf trinel trelas i > nvers infr invial serv vivien educac saludd serdeu persnom{ 6. xtabond lo`var'2 delec lpibc `var1' if (year>1986), lags(1) maxld(2) pre(l > ogdpl_pc, lag(.,2) endog) pre(lonbi, lag(.,2) endog) pre(lopopulat, lag(.,2) > endog) robust 7. mat def G11A = e(b) 8. mat def G11B = e(V) 9. local j=`i'+1 10. matrix G1[`i',1] = G11A[1,5] 11. matrix G1[`j',1] = sqrt(G11B[5,5]) 12. matrix G1[`i',2] = G11A[1,1] 13. matrix G1[`j',2] = sqrt(G11B[1,1]) 14. matrix G1[`i',3] = e(arm1) 15. matrix G1[`j',3] = e(arm2) 16. matrix G1[`i',4] = e(N) 17. local i = `i'+2 18. } 19. . **Set of Controls 2** . *Models that use group 2 as controls with variables in logs of levels. Endoge > nous variables GDP_PC, UNB, Population,deficit in t-1* . *These models use one lag of the dependent variable, and two lags of each con > trol as instruments* . . local i=1 20. matrix G2=J(51,4,0) 21. foreach var in gastos gfunci ggener gperso persinel transf trinel trelas i > nvers infr invial serv vivien educac saludd serdeu persnom{ 22. xtabond lo`var'2 delec fisdept lpibc `var1' if (year>1986), lags(1) maxld( > 2) pre(logdpl_pc, lag(.,2) endog) pre(lonbi, lag(.,2) endog) pre(lopopulat, l > ag(.,2) endog) pre(deficit , lag(.,2) endog) robust 23. mat def G2A = e(b) 24. mat def G2B = e(V) 25. local j=`i'+1 26. matrix G2[`i',1] = G2A[1,6] 27. matrix G2[`j',1] = sqrt(G2B[6,6]) 28. matrix G2[`i',2] = G2A[1,1] 29. matrix G2[`j',2] = sqrt(G2B[1,1]) 30. matrix G2[`i',3] = e(arm1) 31. matrix G2[`j',3] = e(arm2) 32. matrix G2[`i',4] = e(N) 33. local i = `i'+2 34. } 35. . **Set of Controls 3** . *Models that use group 3 as controls with variables in logs of levels. Endoge > nous variables GDP_PC, UNB, Population, debt incurred since 1984 in t-1 * . *These models use one lag of the dependent variable, and two lags of each con > trol as instruments* . . local i=1 36. matrix G3=J(51,4,0) 37. foreach var in gastos gfunci ggener gperso persinel transf trinel trelas i > nvers infr invial serv vivien educac saludd serdeu persnom{ 38. xtabond lo`var'2 delec fisdept lpibc `var1' if (year>1986), lags(1) maxld( > 2) pre(logdpl_pc, lag(.,2) endog) pre(lonbi, lag(.,2) endog) pre(lopopulat, l > ag(.,2) endog) pre(debt_84 , lag(.,2) endog) robust 39. mat def G3A = e(b) 40. mat def G3B = e(V) 41. local j=`i'+1 42. matrix G3[`i',1] = G3A[1,6] 43. matrix G3[`j',1] = sqrt(G3B[6,6]) 44. matrix G3[`i',2] = G3A[1,1] 45. matrix G3[`j',2] = sqrt(G3B[1,1]) 46. matrix G3[`i',3] = e(arm1) 47. matrix G3[`j',3] = e(arm2) 48. matrix G3[`i',4] = e(N) 49. local i = `i'+2 50. } 51. . **Set of Controls 4** . *Models that use group 4 as controls with variables in logs of levels. Endoge > nous variables GDP_PC, UNB, Population. Predetermined variables debt incurred > since 1984 in t-1 * . *These models use two lags of the dependent variable, and one lags of each de > pendent variable as instruments* . . local i=1 52. matrix G4=J(51,4,0) 53. foreach var in gastos gfunci ggener gperso persinel transf trinel trelas i > nvers infr invial serv vivien educac saludd serdeu persnom{ 54. xtabond lo`var'2 delec fisdept lovgan_loc lpibc `var1' if (year>1986), lag > s(1) maxld(2) pre(logdpl_pc, lag(.,2) endog) pre(lonbi, lag(.,2) endog) pre(l > opopulat, lag(.,2) endog) pre(deficit , lag(.,2) endog) robust 55. mat def G4A = e(b) 56. mat def G4B = e(V) 57. local j=`i'+1 58. matrix G4[`i',1] = G4A[1,6] 59. matrix G4[`j',1] = sqrt(G4B[6,6]) 60. matrix G4[`i',2] = G4A[1,1] 61. matrix G4[`j',2] = sqrt(G4B[1,1]) 62. matrix G4[`i',3] = e(arm1) 63. matrix G4[`j',3] = e(arm2) 64. matrix G4[`i',4] = e(N) 65. local i = `i'+2 66. } 67. . matrix list G1 68. matrix list G2 69. matrix list G3 70. matrix list G4 71. . } Interest rate used: ti ******************************************************** > ************ Arellano-Bond dynamic panel-data estimation Number of obs = 11151 Group variable (i): cod_mun Number of groups = 1029 Wald chi2(7) = 430.20 Time variable (t): year Obs per group: min = 1 avg = 10.83673 max = 16 One-step results ------------------------------------------------------------------------------ | Robust D.logastos2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- logastos2 | LD. | .2560999 .0300546 8.52 0.000 .197194 .3150058 logdpl_pc | D1. | -.2949399 .1402509 -2.10 0.035 -.5698267 -.0200531 lonbi | D1. | -.1362868 .0765245 -1.78 0.075 -.2862721 .0136984 lopopulat | D1. | -.1260045 .0738764 -1.71 0.088 -.2707996 .0187907 delec | D1. | .0327851 .0061646 5.32 0.000 .0207028 .0448675 lpibc | D1. | 3.015937 .2193968 13.75 0.000 2.585927 3.445947 ti | D1. | -.0058128 .0009502 -6.12 0.000 -.0076752 -.0039504 _cons | .0084425 .0094907 0.89 0.374 -.0101589 .0270439 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -8.55 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 1.06 Pr > z = 0.2877 Arellano-Bond dynamic panel-data estimation Number of obs = 11100 Group variable (i): cod_mun Number of groups = 1027 Wald chi2(7) = 261.64 Time variable (t): year Obs per group: min = 1 avg = 10.80818 max = 16 One-step results ------------------------------------------------------------------------------ | Robust D.logfunci2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- logfunci2 | LD. | .2322823 .0347208 6.69 0.000 .1642308 .3003337 logdpl_pc | D1. | -.4250073 .1312239 -3.24 0.001 -.6822014 -.1678131 lonbi | D1. | -.2247028 .0786138 -2.86 0.004 -.378783 -.0706226 lopopulat | D1. | .216385 .0702838 3.08 0.002 .0786313 .3541388 delec | D1. | .0097355 .0057814 1.68 0.092 -.0015958 .0210668 lpibc | D1. | 1.832053 .1845841 9.93 0.000 1.470274 2.193831 ti | D1. | .0010128 .0008519 1.19 0.234 -.0006569 .0026825 _cons | -.0121579 .0080535 -1.51 0.131 -.0279424 .0036266 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -10.14 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 2.91 Pr > z = 0.0036 Arellano-Bond dynamic panel-data estimation Number of obs = 10837 Group variable (i): cod_mun Number of groups = 1025 Wald chi2(7) = 592.52 Time variable (t): year Obs per group: min = 1 avg = 10.57268 max = 16 One-step results ------------------------------------------------------------------------------ | Robust D.loggener2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- loggener2 | LD. | .2291313 .0200871 11.41 0.000 .1897613 .2685012 logdpl_pc | D1. | -1.408958 .2168927 -6.50 0.000 -1.834059 -.9838558 lonbi | D1. | -.3448103 .1242508 -2.78 0.006 -.5883374 -.1012831 lopopulat | D1. | .2633734 .1343499 1.96 0.050 .0000524 .5266944 delec | D1. | -.0023015 .009535 -0.24 0.809 -.0209897 .0163868 lpibc | D1. | 3.400834 .2316548 14.68 0.000 2.946799 3.854869 ti | D1. | -.0003337 .0013251 -0.25 0.801 -.0029309 .0022635 _cons | -.0711351 .0097526 -7.29 0.000 -.0902498 -.0520204 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -20.98 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 4.05 Pr > z = 0.0001 Arellano-Bond dynamic panel-data estimation Number of obs = 10943 Group variable (i): cod_mun Number of groups = 1026 Wald chi2(7) = 194.58 Time variable (t): year Obs per group: min = 1 avg = 10.66569 max = 16 One-step results ------------------------------------------------------------------------------ | Robust D.logperso2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- logperso2 | LD. | .318284 .0460061 6.92 0.000 .2281137 .4084543 logdpl_pc | D1. | .0986353 .1302855 0.76 0.449 -.1567195 .3539901 lonbi | D1. | -.3640993 .0681031 -5.35 0.000 -.4975788 -.2306198 lopopulat | D1. | .2870049 .0642903 4.46 0.000 .1609983 .4130115 delec | D1. | .0211415 .0052177 4.05 0.000 .010915 .0313679 lpibc | D1. | 1.043054 .1402337 7.44 0.000 .7682009 1.317907 ti | D1. | -.0020096 .0007811 -2.57 0.010 -.0035405 -.0004787 _cons | .0112757 .0076422 1.48 0.140 -.0037027 .026254 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -10.92 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 2.80 Pr > z = 0.0051 Arellano-Bond dynamic panel-data estimation Number of obs = 1201 Group variable (i): cod_mun Number of groups = 589 Wald chi2(7) = 640.38 Time variable (t): year Obs per group: min = 1 avg = 2.039049 max = 4 One-step results ------------------------------------------------------------------------------ | Robust D. | lopersinel2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- lopersinel2 | LD. | .2293067 .0692263 3.31 0.001 .0936257 .3649877 logdpl_pc | D1. | 2.200864 .8315802 2.65 0.008 .5709972 3.830732 lonbi | D1. | .0122206 .3180752 0.04 0.969 -.6111954 .6356366 lopopulat | D1. | 1.311518 1.196013 1.10 0.273 -1.032625 3.65566 delec | D1. | 5.144066 .2632628 19.54 0.000 4.628081 5.660052 lpibc | D1. | -103.5942 5.491067 -18.87 0.000 -114.3565 -92.83194 ti | D1. | .9856796 .0478264 20.61 0.000 .8919416 1.079418 _cons | 6.337194 .3073968 20.62 0.000 5.734707 6.93968 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -6.23 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = -0.51 Pr > z = 0.6091 Arellano-Bond dynamic panel-data estimation Number of obs = 9627 Group variable (i): cod_mun Number of groups = 1015 Wald chi2(7) = 154.10 Time variable (t): year Obs per group: min = 1 avg = 9.484729 max = 16 One-step results ------------------------------------------------------------------------------ | Robust D.lotransf2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- lotransf2 | LD. | .1926494 .0206787 9.32 0.000 .15212 .2331789 logdpl_pc | D1. | -.3337513 .3997685 -0.83 0.404 -1.117283 .4497806 lonbi | D1. | .1437376 .2069573 0.69 0.487 -.2618912 .5493664 lopopulat | D1. | .7056193 .2422107 2.91 0.004 .2308951 1.180344 delec | D1. | -.0078373 .0174248 -0.45 0.653 -.0419893 .0263147 lpibc | D1. | 1.197906 .5971779 2.01 0.045 .0274588 2.368353 ti | D1. | .0135131 .0027595 4.90 0.000 .0081046 .0189216 _cons | -.0311179 .0260997 -1.19 0.233 -.0822724 .0200366 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -19.70 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 1.39 Pr > z = 0.1646 Arellano-Bond dynamic panel-data estimation Number of obs = 763 Group variable (i): cod_mun Number of groups = 318 Wald chi2(7) = 76.03 Time variable (t): year Obs per group: min = 1 avg = 2.399371 max = 10 One-step results ------------------------------------------------------------------------------ | Robust D.lotrinel2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- lotrinel2 | LD. | .262107 .1277485 2.05 0.040 .0117245 .5124895 logdpl_pc | D1. | -1.48125 1.393051 -1.06 0.288 -4.21158 1.24908 lonbi | D1. | -.0420815 1.365011 -0.03 0.975 -2.717455 2.633292 lopopulat | D1. | 2.340088 2.446534 0.96 0.339 -2.455031 7.135207 delec | D1. | -.3400118 .063286 -5.37 0.000 -.46405 -.2159735 lpibc | D1. | -5.809958 3.951757 -1.47 0.142 -13.55526 1.935343 ti | D1. | .0585108 .0122324 4.78 0.000 .0345358 .0824858 _cons | .1474962 .1680118 0.88 0.380 -.1818009 .4767933 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -3.67 Pr > z = 0.0002 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 0.94 Pr > z = 0.3468 Arellano-Bond dynamic panel-data estimation Number of obs = 4807 Group variable (i): cod_mun Number of groups = 502 Wald chi2(7) = 94.76 Time variable (t): year Obs per group: min = 1 avg = 9.575697 max = 15 One-step results ------------------------------------------------------------------------------ | Robust D.lotrelas2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- lotrelas2 | LD. | .0301462 .0469558 0.64 0.521 -.0618854 .1221779 logdpl_pc | D1. | 1.862293 1.119654 1.66 0.096 -.3321886 4.056774 lonbi | D1. | -.9137541 1.070649 -0.85 0.393 -3.012187 1.184679 lopopulat | D1. | 1.528411 .5947331 2.57 0.010 .3627552 2.694066 delec | D1. | .1634853 .0323443 5.05 0.000 .1000918 .2268789 lpibc | D1. | -5.781995 1.324479 -4.37 0.000 -8.377925 -3.186064 ti | D1. | .0400202 .0055526 7.21 0.000 .0291374 .0509031 _cons | .0905219 .0755277 1.20 0.231 -.0575096 .2385535 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -3.29 Pr > z = 0.0010 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = -1.36 Pr > z = 0.1742 Arellano-Bond dynamic panel-data estimation Number of obs = 10489 Group variable (i): cod_mun Number of groups = 1024 Wald chi2(7) = 963.12 Time variable (t): year Obs per group: min = 1 avg = 10.24316 max = 16 One-step results ------------------------------------------------------------------------------ | Robust D.loinvers2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- loinvers2 | LD. | .2620692 .0181827 14.41 0.000 .2264317 .2977067 logdpl_pc | D1. | .4475456 .2660955 1.68 0.093 -.0739919 .9690831 lonbi | D1. | .2255733 .1229548 1.83 0.067 -.0154137 .4665604 lopopulat | D1. | .0009162 .1420664 0.01 0.995 -.2775288 .2793612 delec | D1. | .1138948 .0118306 9.63 0.000 .0907073 .1370824 lpibc | D1. | 3.598871 .2135529 16.85 0.000 3.180315 4.017427 ti | D1. | -.0090078 .0013479 -6.68 0.000 -.0116496 -.0063659 _cons | .0496659 .0093494 5.31 0.000 .0313414 .0679904 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -14.40 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = -0.02 Pr > z = 0.9852 Arellano-Bond dynamic panel-data estimation Number of obs = 2861 Group variable (i): cod_mun Number of groups = 617 Wald chi2(7) = 172.89 Time variable (t): year Obs per group: min = 1 avg = 4.636953 max = 10 One-step results ------------------------------------------------------------------------------ | Robust D.loinfr2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- loinfr2 | LD. | .0320349 .032511 0.99 0.324 -.0316854 .0957553 logdpl_pc | D1. | .8859586 .5059649 1.75 0.080 -.1057144 1.877632 lonbi | D1. | -.0723104 .3844859 -0.19 0.851 -.8258889 .681268 lopopulat | D1. | 1.288197 .8906047 1.45 0.148 -.4573559 3.03375 delec | D1. | .0567801 .0264799 2.14 0.032 .0048806 .1086797 lpibc | D1. | 1.745361 .6986013 2.50 0.012 .3761278 3.114595 ti | D1. | -.0371112 .0034242 -10.84 0.000 -.0438224 -.0303999 _cons | -.0634396 .0301723 -2.10 0.036 -.1225762 -.0043031 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -10.35 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = -2.07 Pr > z = 0.0388 Arellano-Bond dynamic panel-data estimation Number of obs = 3734 Group variable (i): cod_mun Number of groups = 862 Wald chi2(7) = 231.71 Time variable (t): year Obs per group: min = 1 avg = 4.331787 max = 11 One-step results ------------------------------------------------------------------------------ | Robust D.loinvial2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- loinvial2 | LD. | .0895749 .0313797 2.85 0.004 .0280718 .151078 logdpl_pc | D1. | .9192348 .5327286 1.73 0.084 -.1248941 1.963364 lonbi | D1. | -.23587 .3875783 -0.61 0.543 -.9955095 .5237695 lopopulat | D1. | 1.687341 .810483 2.08 0.037 .0988232 3.275858 delec | D1. | .0217895 .0245059 0.89 0.374 -.0262412 .0698202 lpibc | D1. | 2.24714 .6204314 3.62 0.000 1.031117 3.463163 ti | D1. | -.040928 .0030457 -13.44 0.000 -.0468975 -.0349585 _cons | -.0934583 .0272102 -3.43 0.001 -.1467892 -.0401274 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -10.97 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = -2.63 Pr > z = 0.0085 Arellano-Bond dynamic panel-data estimation Number of obs = 2986 Group variable (i): cod_mun Number of groups = 655 Wald chi2(7) = 207.16 Time variable (t): year Obs per group: min = 1 avg = 4.558779 max = 10 One-step results ------------------------------------------------------------------------------ | Robust D.loserv2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- loserv2 | LD. | .1692255 .0337708 5.01 0.000 .1030359 .2354152 logdpl_pc | D1. | .1350289 .5753743 0.23 0.814 -.992684 1.262742 lonbi | D1. | .1378962 .3712169 0.37 0.710 -.5896756 .865468 lopopulat | D1. | .085411 1.013463 0.08 0.933 -1.900939 2.071761 delec | D1. | .103833 .0290765 3.57 0.000 .0468441 .1608218 lpibc | D1. | 5.074548 .7234063 7.01 0.000 3.656698 6.492399 ti | D1. | -.0259125 .0034359 -7.54 0.000 -.0326467 -.0191783 _cons | -.0824897 .0270075 -3.05 0.002 -.1354234 -.029556 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -8.66 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 0.52 Pr > z = 0.6034 Arellano-Bond dynamic panel-data estimation Number of obs = 1971 Group variable (i): cod_mun Number of groups = 583 Wald chi2(7) = 86.44 Time variable (t): year Obs per group: min = 1 avg = 3.380789 max = 11 One-step results ------------------------------------------------------------------------------ | Robust D.lovivien2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- lovivien2 | LD. | .1137648 .0339483 3.35 0.001 .0472273 .1803023 logdpl_pc | D1. | -.1642159 1.122855 -0.15 0.884 -2.36497 2.036539 lonbi | D1. | .3554943 .8883714 0.40 0.689 -1.385682 2.09667 lopopulat | D1. | .8377958 1.603094 0.52 0.601 -2.304211 3.979802 delec | D1. | .1516024 .0554534 2.73 0.006 .0429157 .2602891 lpibc | D1. | 5.700498 1.385293 4.12 0.000 2.985373 8.415622 ti | D1. | -.0267689 .00662 -4.04 0.000 -.0397438 -.0137941 _cons | -.2146559 .053125 -4.04 0.000 -.318779 -.1105328 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -8.85 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = -2.07 Pr > z = 0.0384 Arellano-Bond dynamic panel-data estimation Number of obs = 3778 Group variable (i): cod_mun Number of groups = 862 Wald chi2(7) = 645.81 Time variable (t): year Obs per group: min = 1 avg = 4.382831 max = 11 One-step results ------------------------------------------------------------------------------ | Robust D.loeducac2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- loeducac2 | LD. | .1325586 .0331037 4.00 0.000 .0676765 .1974406 logdpl_pc | D1. | -.8940126 .4581739 -1.95 0.051 -1.792017 .0039918 lonbi | D1. | .4809748 .2585372 1.86 0.063 -.0257487 .9876983 lopopulat | D1. | -.5045292 .6488839 -0.78 0.437 -1.776318 .7672599 delec | D1. | .0627768 .020598 3.05 0.002 .0224056 .1031481 lpibc | D1. | 6.406222 .5248413 12.21 0.000 5.377552 7.434892 ti | D1. | .0019169 .0023973 0.80 0.424 -.0027817 .0066155 _cons | .0518527 .018422 2.81 0.005 .0157462 .0879592 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -6.45 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = -0.23 Pr > z = 0.8165 Arellano-Bond dynamic panel-data estimation Number of obs = 3485 Group variable (i): cod_mun Number of groups = 836 Wald chi2(7) = 541.70 Time variable (t): year Obs per group: min = 1 avg = 4.16866 max = 11 One-step results ------------------------------------------------------------------------------ | Robust D.losaludd2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- losaludd2 | LD. | .1542807 .028218 5.47 0.000 .0989746 .2095869 logdpl_pc | D1. | -3.644744 .6365608 -5.73 0.000 -4.89238 -2.397107 lonbi | D1. | 1.377527 .3175469 4.34 0.000 .7551467 1.999908 lopopulat | D1. | -3.232576 1.000393 -3.23 0.001 -5.19331 -1.271841 delec | D1. | .1454251 .0313607 4.64 0.000 .0839593 .2068908 lpibc | D1. | 7.086375 .767043 9.24 0.000 5.582998 8.589751 ti | D1. | .0230549 .0037651 6.12 0.000 .0156755 .0304342 _cons | .2802105 .0275232 10.18 0.000 .2262659 .334155 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -9.83 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 1.19 Pr > z = 0.2342 Arellano-Bond dynamic panel-data estimation Number of obs = 5554 Group variable (i): cod_mun Number of groups = 873 Wald chi2(7) = 256.82 Time variable (t): year Obs per group: min = 1 avg = 6.36197 max = 16 One-step results ------------------------------------------------------------------------------ | Robust D.loserdeu2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- loserdeu2 | LD. | .1581885 .0275286 5.75 0.000 .1042334 .2121436 logdpl_pc | D1. | -.9378228 .5730725 -1.64 0.102 -2.061024 .1853786 lonbi | D1. | -.1066656 .3404618 -0.31 0.754 -.7739585 .5606273 lopopulat | D1. | .1364367 .5226703 0.26 0.794 -.8879782 1.160852 delec | D1. | -.1001178 .0217601 -4.60 0.000 -.1427668 -.0574688 lpibc | D1. | 4.685061 .5927642 7.90 0.000 3.523265 5.846858 ti | D1. | .0098698 .0031694 3.11 0.002 .0036578 .0160818 _cons | -.040195 .0239069 -1.68 0.093 -.0870517 .0066617 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -11.62 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 2.64 Pr > z = 0.0083 Arellano-Bond dynamic panel-data estimation Number of obs = 1232 Group variable (i): cod_mun Number of groups = 605 Wald chi2(7) = 366.05 Time variable (t): year Obs per group: min = 1 avg = 2.036364 max = 4 One-step results ------------------------------------------------------------------------------ | Robust D.lopersnom2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- lopersnom2 | LD. | -.1372752 .2533498 -0.54 0.588 -.6338317 .3592813 logdpl_pc | D1. | .7029647 .7865497 0.89 0.371 -.8386444 2.244574 lonbi | D1. | -.4988976 .3221199 -1.55 0.121 -1.130241 .1324459 lopopulat | D1. | 1.225372 1.407484 0.87 0.384 -1.533245 3.983989 delec | D1. | -3.622173 1.768839 -2.05 0.041 -7.089033 -.1553124 lpibc | D1. | 66.97169 34.84512 1.92 0.055 -1.323482 135.2669 ti | D1. | -.6909642 .3232633 -2.14 0.033 -1.324549 -.0573798 _cons | -4.561741 2.062939 -2.21 0.027 -8.605028 -.5184535 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -1.23 Pr > z = 0.2181 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = -2.73 Pr > z = 0.0063 Arellano-Bond dynamic panel-data estimation Number of obs = 11151 Group variable (i): cod_mun Number of groups = 1029 Wald chi2(9) = 433.75 Time variable (t): year Obs per group: min = 1 avg = 10.83673 max = 16 One-step results ------------------------------------------------------------------------------ | Robust D.logastos2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- logastos2 | LD. | .2537343 .0302226 8.40 0.000 .1944991 .3129696 logdpl_pc | D1. | -.280313 .1406006 -1.99 0.046 -.5558852 -.0047408 lonbi | D1. | -.1348436 .0770217 -1.75 0.080 -.2858034 .0161162 lopopulat | D1. | -.1674824 .0751186 -2.23 0.026 -.3147121 -.0202527 deficit | D1. | -2.43e-09 1.78e-09 -1.37 0.172 -5.91e-09 1.05e-09 delec | D1. | .0369264 .0061686 5.99 0.000 .0248362 .0490165 fisdept | D1. | .5758755 .1398896 4.12 0.000 .3016969 .8500542 lpibc | D1. | 3.111016 .2259385 13.77 0.000 2.668185 3.553847 ti | D1. | -.006931 .0009766 -7.10 0.000 -.0088452 -.0050168 _cons | -.0001723 .0100374 -0.02 0.986 -.0198453 .0195006 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -8.56 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 1.03 Pr > z = 0.3047 Arellano-Bond dynamic panel-data estimation Number of obs = 11100 Group variable (i): cod_mun Number of groups = 1027 Wald chi2(9) = 278.71 Time variable (t): year Obs per group: min = 1 avg = 10.80818 max = 16 One-step results ------------------------------------------------------------------------------ | Robust D.logfunci2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- logfunci2 | LD. | .227135 .0346135 6.56 0.000 .1592937 .2949762 logdpl_pc | D1. | -.4105366 .1300538 -3.16 0.002 -.6654374 -.1556357 lonbi | D1. | -.2167259 .078752 -2.75 0.006 -.3710769 -.0623748 lopopulat | D1. | .1373305 .0697272 1.97 0.049 .0006676 .2739933 deficit | D1. | -1.21e-10 7.55e-10 -0.16 0.873 -1.60e-09 1.36e-09 delec | D1. | .0164308 .0058458 2.81 0.005 .0049731 .0278884 fisdept | D1. | .9354696 .1410718 6.63 0.000 .6589739 1.211965 lpibc | D1. | 1.991073 .1899016 10.48 0.000 1.618873 2.363273 ti | D1. | -.0008123 .0008826 -0.92 0.357 -.0025423 .0009176 _cons | -.025973 .008631 -3.01 0.003 -.0428894 -.0090565 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -10.12 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 2.83 Pr > z = 0.0046 Arellano-Bond dynamic panel-data estimation Number of obs = 10837 Group variable (i): cod_mun Number of groups = 1025 Wald chi2(9) = 657.60 Time variable (t): year Obs per group: min = 1 avg = 10.57268 max = 16 One-step results ------------------------------------------------------------------------------ | Robust D.loggener2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- loggener2 | LD. | .2240978 .0200262 11.19 0.000 .1848471 .2633484 logdpl_pc | D1. | -1.37937 .2147636 -6.42 0.000 -1.800299 -.9584414 lonbi | D1. | -.3278851 .1236807 -2.65 0.008 -.5702949 -.0854753 lopopulat | D1. | .0979917 .1320433 0.74 0.458 -.1608084 .3567917 deficit | D1. | -1.16e-09 1.62e-09 -0.72 0.472 -4.34e-09 2.01e-09 delec | D1. | .0114004 .009689 1.18 0.239 -.0075896 .0303904 fisdept | D1. | 1.951888 .2265046 8.62 0.000 1.507948 2.395829 lpibc | D1. | 3.749278 .2359312 15.89 0.000 3.286861 4.211694 ti | D1. | -.0040994 .0013645 -3.00 0.003 -.0067738 -.0014249 _cons | -.101172 .0102301 -9.89 0.000 -.1212226 -.0811213 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -20.94 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 3.88 Pr > z = 0.0001 Arellano-Bond dynamic panel-data estimation Number of obs = 10943 Group variable (i): cod_mun Number of groups = 1026 Wald chi2(9) = 264.08 Time variable (t): year Obs per group: min = 1 avg = 10.66569 max = 16 One-step results ------------------------------------------------------------------------------ | Robust D.logperso2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- logperso2 | LD. | .3168454 .0457128 6.93 0.000 .2272499 .4064409 logdpl_pc | D1. | .1102084 .1290587 0.85 0.393 -.142742 .3631589 lonbi | D1. | -.3482342 .0683261 -5.10 0.000 -.4821509 -.2143175 lopopulat | D1. | .1843297 .063992 2.88 0.004 .0589076 .3097518 deficit | D1. | -7.98e-10 9.49e-10 -0.84 0.400 -2.66e-09 1.06e-09 delec | D1. | .0293079 .005352 5.48 0.000 .0188183 .0397975 fisdept | D1. | 1.173476 .1319471 8.89 0.000 .9148649 1.432088 lpibc | D1. | 1.234226 .143637 8.59 0.000 .9527022 1.515749 ti | D1. | -.004273 .0007904 -5.41 0.000 -.0058221 -.0027238 _cons | -.006028 .00803 -0.75 0.453 -.0217666 .0097107 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -10.95 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 2.99 Pr > z = 0.0028 Arellano-Bond dynamic panel-data estimation Number of obs = 1201 Group variable (i): cod_mun Number of groups = 589 Wald chi2(8) = 646.87 Time variable (t): year Obs per group: min = 1 avg = 2.039049 max = 4 One-step results ------------------------------------------------------------------------------ | Robust D. | lopersinel2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- lopersinel2 | LD. | .2134541 .0681974 3.13 0.002 .0797897 .3471186 logdpl_pc | D1. | 2.30053 .8232728 2.79 0.005 .6869448 3.914115 lonbi | D1. | .0095384 .3179859 0.03 0.976 -.6137025 .6327793 lopopulat | D1. | 1.541951 1.213933 1.27 0.204 -.8373142 3.921217 deficit | D1. | -3.65e-10 8.01e-10 -0.45 0.649 -1.93e-09 1.21e-09 delec | D1. | -.193805 .0575125 -3.37 0.001 -.3065275 -.0810825 fisdept | D1. | -37.94096 1.990784 -19.06 0.000 -41.84283 -34.0391 lpibc | D1. | (dropped) ti | D1. | .2095033 .0092199 22.72 0.000 .1914326 .2275741 _cons | 1.348778 .0620063 21.75 0.000 1.227248 1.470309 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -6.34 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = -0.55 Pr > z = 0.5834 Arellano-Bond dynamic panel-data estimation Number of obs = 9627 Group variable (i): cod_mun Number of groups = 1015 Wald chi2(9) = 178.72 Time variable (t): year Obs per group: min = 1 avg = 9.484729 max = 16 One-step results ------------------------------------------------------------------------------ | Robust D.lotransf2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- lotransf2 | LD. | .1967604 .0206641 9.52 0.000 .1562595 .2372613 logdpl_pc | D1. | -.3398918 .3945595 -0.86 0.389 -1.113214 .4334306 lonbi | D1. | .1308149 .2088295 0.63 0.531 -.2784835 .5401133 lopopulat | D1. | .85032 .2489998 3.41 0.001 .3622894 1.338351 deficit | D1. | -1.00e-09 1.39e-09 -0.72 0.471 -3.74e-09 1.73e-09 delec | D1. | -.018083 .0177584 -1.02 0.309 -.0528889 .0167229 fisdept | D1. | -1.506863 .4137602 -3.64 0.000 -2.317818 -.6959074 lpibc | D1. | .7182203 .6491883 1.11 0.269 -.5541653 1.990606 ti | D1. | .0162408 .0028577 5.68 0.000 .0106399 .0218417 _cons | .0005763 .0297202 0.02 0.985 -.0576743 .0588268 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -19.84 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 1.73 Pr > z = 0.0834 Arellano-Bond dynamic panel-data estimation Number of obs = 763 Group variable (i): cod_mun Number of groups = 318 Wald chi2(9) = 84.59 Time variable (t): year Obs per group: min = 1 avg = 2.399371 max = 10 One-step results ------------------------------------------------------------------------------ | Robust D.lotrinel2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- lotrinel2 | LD. | .2394988 .1306037 1.83 0.067 -.0164798 .4954774 logdpl_pc | D1. | -1.012635 1.23246 -0.82 0.411 -3.428213 1.402943 lonbi | D1. | -.1528776 1.27021 -0.12 0.904 -2.642443 2.336688 lopopulat | D1. | 3.090359 2.266408 1.36 0.173 -1.351719 7.532438 deficit | D1. | -4.84e-09 7.44e-09 -0.65 0.515 -1.94e-08 9.74e-09 delec | D1. | -.4159985 .0737997 -5.64 0.000 -.5606433 -.2713538 fisdept | D1. | -12.51554 4.117944 -3.04 0.002 -20.58656 -4.444522 lpibc | D1. | -14.92851 6.411764 -2.33 0.020 -27.49534 -2.361685 ti | D1. | .055618 .0114422 4.86 0.000 .0331916 .0780443 _cons | .4691109 .2479834 1.89 0.059 -.0169276 .9551494 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -3.61 Pr > z = 0.0003 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 1.79 Pr > z = 0.0738 Arellano-Bond dynamic panel-data estimation Number of obs = 4807 Group variable (i): cod_mun Number of groups = 502 Wald chi2(9) = 98.86 Time variable (t): year Obs per group: min = 1 avg = 9.575697 max = 15 One-step results ------------------------------------------------------------------------------ | Robust D.lotrelas2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- lotrelas2 | LD. | .0203462 .0461244 0.44 0.659 -.070056 .1107485 logdpl_pc | D1. | 1.894808 1.094787 1.73 0.083 -.2509361 4.040552 lonbi | D1. | -.9138367 1.062688 -0.86 0.390 -2.996667 1.168994 lopopulat | D1. | 1.640973 .6130137 2.68 0.007 .4394881 2.842458 deficit | D1. | 2.99e-08 2.91e-08 1.03 0.304 -2.72e-08 8.70e-08 delec | D1. | .1598576 .0327435 4.88 0.000 .0956814 .2240337 fisdept | D1. | -.0042754 .9627523 -0.00 0.996 -1.891235 1.882684 lpibc | D1. | -5.761541 1.411195 -4.08 0.000 -8.527432 -2.995651 ti | D1. | .0409286 .0059588 6.87 0.000 .0292495 .0526077 _cons | .0866315 .0793832 1.09 0.275 -.0689567 .2422197 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -3.25 Pr > z = 0.0011 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = -1.37 Pr > z = 0.1720 Arellano-Bond dynamic panel-data estimation Number of obs = 10489 Group variable (i): cod_mun Number of groups = 1024 Wald chi2(9) = 1061.78 Time variable (t): year Obs per group: min = 1 avg = 10.24316 max = 16 One-step results ------------------------------------------------------------------------------ | Robust D.loinvers2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- loinvers2 | LD. | .2460369 .0182358 13.49 0.000 .2102955 .2817783 logdpl_pc | D1. | .3865098 .2630408 1.47 0.142 -.1290408 .9020603 lonbi | D1. | .2211719 .1231732 1.80 0.073 -.0202431 .4625869 lopopulat | D1. | -.2212844 .1469496 -1.51 0.132 -.5093002 .0667314 deficit | D1. | -6.37e-09 4.75e-09 -1.34 0.180 -1.57e-08 2.94e-09 delec | D1. | .1290262 .0119739 10.78 0.000 .1055577 .1524947 fisdept | D1. | 2.060935 .2404028 8.57 0.000 1.589754 2.532116 lpibc | D1. | 4.049815 .2223626 18.21 0.000 3.613992 4.485638 ti | D1. | -.012276 .0013064 -9.40 0.000 -.0148366 -.0097155 _cons | .0214308 .0094241 2.27 0.023 .0029599 .0399016 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -14.33 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = -0.42 Pr > z = 0.6763 Arellano-Bond dynamic panel-data estimation Number of obs = 2861 Group variable (i): cod_mun Number of groups = 617 Wald chi2(9) = 186.95 Time variable (t): year Obs per group: min = 1 avg = 4.636953 max = 10 One-step results ------------------------------------------------------------------------------ | Robust D.loinfr2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- loinfr2 | LD. | .0295169 .0337322 0.88 0.382 -.036597 .0956308 logdpl_pc | D1. | .547835 .5220341 1.05 0.294 -.4753331 1.571003 lonbi | D1. | -.057938 .3881264 -0.15 0.881 -.8186518 .7027759 lopopulat | D1. | 1.079672 .8707245 1.24 0.215 -.6269169 2.786261 deficit | D1. | -7.83e-09 3.53e-09 -2.21 0.027 -1.48e-08 -8.99e-10 delec | D1. | .0698358 .0271995 2.57 0.010 .0165258 .1231459 fisdept | D1. | 1.771268 .9390668 1.89 0.059 -.069269 3.611805 lpibc | D1. | 2.445167 .7581821 3.23 0.001 .9591571 3.931176 ti | D1. | -.0392184 .003471 -11.30 0.000 -.0460214 -.0324154 _cons | -.0850539 .0326428 -2.61 0.009 -.1490326 -.0210752 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -10.17 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = -2.06 Pr > z = 0.0393 Arellano-Bond dynamic panel-data estimation Number of obs = 3734 Group variable (i): cod_mun Number of groups = 862 Wald chi2(9) = 249.34 Time variable (t): year Obs per group: min = 1 avg = 4.331787 max = 11 One-step results ------------------------------------------------------------------------------ | Robust D.loinvial2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- loinvial2 | LD. | .0835409 .031664 2.64 0.008 .0214805 .1456013 logdpl_pc | D1. | .6046224 .5363228 1.13 0.260 -.446551 1.655796 lonbi | D1. | -.1786377 .3888445 -0.46 0.646 -.9407588 .5834834 lopopulat | D1. | 1.574523 .8078041 1.95 0.051 -.0087434 3.15779 deficit | D1. | -1.14e-08 7.11e-09 -1.60 0.109 -2.53e-08 2.55e-09 delec | D1. | .0389596 .0253526 1.54 0.124 -.0107305 .0886498 fisdept | D1. | 1.99538 .8789361 2.27 0.023 .2726965 3.718063 lpibc | D1. | 2.948898 .6732821 4.38 0.000 1.62929 4.268507 ti | D1. | -.0428734 .0030692 -13.97 0.000 -.0488889 -.0368579 _cons | -.1147453 .0290526 -3.95 0.000 -.1716874 -.0578031 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -10.92 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = -2.67 Pr > z = 0.0075 Arellano-Bond dynamic panel-data estimation Number of obs = 2986 Group variable (i): cod_mun Number of groups = 655 Wald chi2(9) = 216.11 Time variable (t): year Obs per group: min = 1 avg = 4.558779 max = 10 One-step results ------------------------------------------------------------------------------ | Robust D.loserv2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- loserv2 | LD. | .1730126 .0349949 4.94 0.000 .1044239 .2416012 logdpl_pc | D1. | .2477518 .6166341 0.40 0.688 -.9608288 1.456332 lonbi | D1. | .1315483 .3640388 0.36 0.718 -.5819546 .8450512 lopopulat | D1. | .061395 .8813391 0.07 0.944 -1.665998 1.788788 deficit | D1. | -3.63e-09 4.07e-09 -0.89 0.372 -1.16e-08 4.35e-09 delec | D1. | .0879611 .0292051 3.01 0.003 .0307202 .145202 fisdept | D1. | -1.820168 .874186 -2.08 0.037 -3.533541 -.1067953 lpibc | D1. | 4.528551 .7421729 6.10 0.000 3.073919 5.983183 ti | D1. | -.024742 .0033524 -7.38 0.000 -.0313127 -.0181713 _cons | -.0615992 .0287426 -2.14 0.032 -.1179336 -.0052647 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -8.90 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 0.60 Pr > z = 0.5467 Arellano-Bond dynamic panel-data estimation Number of obs = 1971 Group variable (i): cod_mun Number of groups = 583 Wald chi2(9) = 96.23 Time variable (t): year Obs per group: min = 1 avg = 3.380789 max = 11 One-step results ------------------------------------------------------------------------------ | Robust D.lovivien2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- lovivien2 | LD. | .1166051 .0334033 3.49 0.000 .0511358 .1820744 logdpl_pc | D1. | -.7112018 1.12379 -0.63 0.527 -2.91379 1.491386 lonbi | D1. | .397889 .8831736 0.45 0.652 -1.333099 2.128877 lopopulat | D1. | .6445262 1.585841 0.41 0.684 -2.463664 3.752716 deficit | D1. | -4.49e-09 7.07e-09 -0.64 0.525 -1.84e-08 9.37e-09 delec | D1. | .1820162 .0571265 3.19 0.001 .0700504 .293982 fisdept | D1. | 3.538068 1.61759 2.19 0.029 .3676499 6.708487 lpibc | D1. | 6.83235 1.458627 4.68 0.000 3.973494 9.691207 ti | D1. | -.0310132 .0069154 -4.48 0.000 -.0445672 -.0174593 _cons | -.2553687 .0551415 -4.63 0.000 -.363444 -.1472935 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -8.84 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = -2.04 Pr > z = 0.0410 Arellano-Bond dynamic panel-data estimation Number of obs = 3778 Group variable (i): cod_mun Number of groups = 862 Wald chi2(9) = 695.94 Time variable (t): year Obs per group: min = 1 avg = 4.382831 max = 11 One-step results ------------------------------------------------------------------------------ | Robust D.loeducac2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- loeducac2 | LD. | .1155941 .0320153 3.61 0.000 .0528452 .1783429 logdpl_pc | D1. | -.3978988 .452449 -0.88 0.379 -1.284682 .4888849 lonbi | D1. | .4490138 .2567651 1.75 0.080 -.0542365 .9522641 lopopulat | D1. | -.1314809 .6740693 -0.20 0.845 -1.452633 1.189671 deficit | D1. | -9.02e-09 5.48e-09 -1.65 0.100 -1.98e-08 1.72e-09 delec | D1. | .0226357 .0193478 1.17 0.242 -.0152853 .0605568 fisdept | D1. | -4.977794 .5041453 -9.87 0.000 -5.965901 -3.989687 lpibc | D1. | 4.84109 .550531 8.79 0.000 3.762069 5.920111 ti | D1. | .0065251 .0025407 2.57 0.010 .0015455 .0115047 _cons | .1124686 .0195748 5.75 0.000 .0741027 .1508346 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -6.27 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = -0.05 Pr > z = 0.9637 Arellano-Bond dynamic panel-data estimation Number of obs = 3485 Group variable (i): cod_mun Number of groups = 836 Wald chi2(9) = 634.93 Time variable (t): year Obs per group: min = 1 avg = 4.16866 max = 11 One-step results ------------------------------------------------------------------------------ | Robust D.losaludd2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- losaludd2 | LD. | .1056428 .0276924 3.81 0.000 .0513666 .1599189 logdpl_pc | D1. | -2.405638 .6277555 -3.83 0.000 -3.636016 -1.17526 lonbi | D1. | 1.319595 .3032642 4.35 0.000 .7252084 1.913982 lopopulat | D1. | -2.40684 .9651243 -2.49 0.013 -4.298449 -.515231 deficit | D1. | -7.59e-09 5.93e-09 -1.28 0.201 -1.92e-08 4.04e-09 delec | D1. | .0867081 .0295016 2.94 0.003 .0288861 .1445301 fisdept | D1. | -8.824698 .7277662 -12.13 0.000 -10.25109 -7.398303 lpibc | D1. | 4.375387 .7708082 5.68 0.000 2.86463 5.886143 ti | D1. | .0337952 .0039692 8.51 0.000 .0260158 .0415747 _cons | .4058626 .0298156 13.61 0.000 .3474252 .4643 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -9.38 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 1.53 Pr > z = 0.1250 Arellano-Bond dynamic panel-data estimation Number of obs = 5554 Group variable (i): cod_mun Number of groups = 873 Wald chi2(9) = 271.98 Time variable (t): year Obs per group: min = 1 avg = 6.36197 max = 16 One-step results ------------------------------------------------------------------------------ | Robust D.loserdeu2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- loserdeu2 | LD. | .159247 .0277682 5.73 0.000 .1048223 .2136717 logdpl_pc | D1. | -.9786152 .564517 -1.73 0.083 -2.085048 .1278178 lonbi | D1. | -.0875173 .3409719 -0.26 0.797 -.75581 .5807753 lopopulat | D1. | .7856303 .5452422 1.44 0.150 -.2830248 1.854285 deficit | D1. | 1.39e-09 3.35e-09 0.42 0.678 -5.17e-09 7.95e-09 delec | D1. | -.1170828 .0221397 -5.29 0.000 -.1604758 -.0736898 fisdept | D1. | -2.520154 .658303 -3.83 0.000 -3.810404 -1.229904 lpibc | D1. | 4.207607 .5833096 7.21 0.000 3.064341 5.350873 ti | D1. | .0132342 .0033688 3.93 0.000 .0066314 .0198369 _cons | -.0150201 .0244633 -0.61 0.539 -.0629673 .0329272 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -11.56 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 2.74 Pr > z = 0.0062 Arellano-Bond dynamic panel-data estimation Number of obs = 1232 Group variable (i): cod_mun Number of groups = 605 Wald chi2(9) = 761.57 Time variable (t): year Obs per group: min = 1 avg = 2.036364 max = 4 One-step results ------------------------------------------------------------------------------ | Robust D.lopersnom2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- lopersnom2 | LD. | -.1562835 .2592043 -0.60 0.547 -.6643146 .3517475 logdpl_pc | D1. | -.1082417 .5761073 -0.19 0.851 -1.237391 1.020908 lonbi | D1. | -.8025314 .2608043 -3.08 0.002 -1.313698 -.2913644 lopopulat | D1. | .1572046 1.19345 0.13 0.895 -2.181915 2.496324 deficit | D1. | -2.53e-09 1.47e-09 -1.72 0.086 -5.41e-09 3.56e-10 delec | D1. | 1.757268 .1028759 17.08 0.000 1.555635 1.958901 fisdept | D1. | 60.56737 3.286622 18.43 0.000 54.12571 67.00903 lpibc | D1. | -36.63796 2.112414 -17.34 0.000 -40.77822 -32.49771 ti | D1. | -.0253603 .0056311 -4.50 0.000 -.0363971 -.0143235 _cons | -.2533453 .0358773 -7.06 0.000 -.3236635 -.183027 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -0.62 Pr > z = 0.5362 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = -2.49 Pr > z = 0.0129 Arellano-Bond dynamic panel-data estimation Number of obs = 11151 Group variable (i): cod_mun Number of groups = 1029 Wald chi2(9) = 434.80 Time variable (t): year Obs per group: min = 1 avg = 10.83673 max = 16 One-step results ------------------------------------------------------------------------------ | Robust D.logastos2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- logastos2 | LD. | .2521738 .0301358 8.37 0.000 .1931086 .311239 logdpl_pc | D1. | -.2802336 .1406186 -1.99 0.046 -.555841 -.0046262 lonbi | D1. | -.1327704 .0769309 -1.73 0.084 -.2835522 .0180114 lopopulat | D1. | -.1708883 .0754044 -2.27 0.023 -.3186783 -.0230984 debt_84 | D1. | -4.35e-10 7.57e-10 -0.57 0.566 -1.92e-09 1.05e-09 delec | D1. | .036891 .0061593 5.99 0.000 .024819 .048963 fisdept | D1. | .5748133 .1398345 4.11 0.000 .3007427 .8488839 lpibc | D1. | 3.11951 .2266566 13.76 0.000 2.675271 3.563749 ti | D1. | -.0069277 .0009755 -7.10 0.000 -.0088397 -.0050157 _cons | -.0000567 .0100502 -0.01 0.995 -.0197548 .0196414 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -8.57 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 1.00 Pr > z = 0.3155 Arellano-Bond dynamic panel-data estimation Number of obs = 11100 Group variable (i): cod_mun Number of groups = 1027 Wald chi2(9) = 278.88 Time variable (t): year Obs per group: min = 1 avg = 10.80818 max = 16 One-step results ------------------------------------------------------------------------------ | Robust D.logfunci2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- logfunci2 | LD. | .2269925 .0344984 6.58 0.000 .159377 .2946081 logdpl_pc | D1. | -.4116423 .1305246 -3.15 0.002 -.6674658 -.1558189 lonbi | D1. | -.2169444 .0786917 -2.76 0.006 -.3711773 -.0627114 lopopulat | D1. | .1388969 .0695809 2.00 0.046 .0025209 .2752729 debt_84 | D1. | 8.14e-10 9.56e-10 0.85 0.394 -1.06e-09 2.69e-09 delec | D1. | .0164188 .0058421 2.81 0.005 .0049684 .0278691 fisdept | D1. | .9291264 .1408231 6.60 0.000 .6531183 1.205135 lpibc | D1. | 1.984227 .1893038 10.48 0.000 1.613198 2.355255 ti | D1. | -.0007983 .0008808 -0.91 0.365 -.0025246 .000928 _cons | -.0255737 .0085943 -2.98 0.003 -.0424183 -.0087292 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -10.12 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 2.84 Pr > z = 0.0045 Arellano-Bond dynamic panel-data estimation Number of obs = 10837 Group variable (i): cod_mun Number of groups = 1025 Wald chi2(9) = 671.97 Time variable (t): year Obs per group: min = 1 avg = 10.57268 max = 16 One-step results ------------------------------------------------------------------------------ | Robust D.loggener2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- loggener2 | LD. | .2241247 .0200093 11.20 0.000 .1849071 .2633423 logdpl_pc | D1. | -1.381806 .2146575 -6.44 0.000 -1.802527 -.9610856 lonbi | D1. | -.3267868 .1234688 -2.65 0.008 -.5687813 -.0847924 lopopulat | D1. | .0980943 .1323776 0.74 0.459 -.161361 .3575497 debt_84 | D1. | 7.70e-10 1.00e-09 0.77 0.443 -1.20e-09 2.74e-09 delec | D1. | .0114095 .0096928 1.18 0.239 -.007588 .0304069 fisdept | D1. | 1.94276 .2264836 8.58 0.000 1.49886 2.386659 lpibc | D1. | 3.744247 .2355891 15.89 0.000 3.282501 4.205993 ti | D1. | -.0040794 .0013656 -2.99 0.003 -.0067559 -.0014029 _cons | -.1007254 .0101882 -9.89 0.000 -.1206939 -.0807569 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -20.95 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 3.89 Pr > z = 0.0001 Arellano-Bond dynamic panel-data estimation Number of obs = 10943 Group variable (i): cod_mun Number of groups = 1026 Wald chi2(9) = 261.66 Time variable (t): year Obs per group: min = 1 avg = 10.66569 max = 16 One-step results ------------------------------------------------------------------------------ | Robust D.logperso2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- logperso2 | LD. | .3178325 .0454669 6.99 0.000 .2287191 .406946 logdpl_pc | D1. | .1070441 .1287724 0.83 0.406 -.1453451 .3594332 lonbi | D1. | -.3516576 .068216 -5.16 0.000 -.4853585 -.2179566 lopopulat | D1. | .1863673 .0639112 2.92 0.004 .0611036 .311631 debt_84 | D1. | 4.54e-10 1.27e-09 0.36 0.720 -2.03e-09 2.94e-09 delec | D1. | .0292181 .0053506 5.46 0.000 .0187311 .0397051 fisdept | D1. | 1.16951 .1319134 8.87 0.000 .9109642 1.428055 lpibc | D1. | 1.236608 .1433042 8.63 0.000 .9557367 1.517479 ti | D1. | -.0042449 .0007899 -5.37 0.000 -.0057931 -.0026967 _cons | -.0062479 .0078817 -0.79 0.428 -.0216957 .0091998 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -10.99 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 3.00 Pr > z = 0.0027 Arellano-Bond dynamic panel-data estimation Number of obs = 1201 Group variable (i): cod_mun Number of groups = 589 Wald chi2(8) = 651.01 Time variable (t): year Obs per group: min = 1 avg = 2.039049 max = 4 One-step results ------------------------------------------------------------------------------ | Robust D. | lopersinel2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- lopersinel2 | LD. | .2225805 .0676302 3.29 0.001 .0900277 .3551333 logdpl_pc | D1. | 2.192112 .8188419 2.68 0.007 .5872117 3.797013 lonbi | D1. | .0124212 .3181128 0.04 0.969 -.6110684 .6359108 lopopulat | D1. | 1.342714 1.19843 1.12 0.263 -1.006166 3.691595 debt_84 | D1. | 9.83e-10 1.40e-09 0.70 0.483 -1.77e-09 3.73e-09 delec | D1. | -.1898846 .0573861 -3.31 0.001 -.3023592 -.07741 fisdept | D1. | -37.9398 1.99273 -19.04 0.000 -41.84548 -34.03412 lpibc | D1. | (dropped) ti | D1. | .2099591 .0093027 22.57 0.000 .1917261 .228192 _cons | 1.351263 .0624935 21.62 0.000 1.228778 1.473748 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -6.39 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = -0.53 Pr > z = 0.5972 Arellano-Bond dynamic panel-data estimation Number of obs = 9627 Group variable (i): cod_mun Number of groups = 1015 Wald chi2(9) = 178.40 Time variable (t): year Obs per group: min = 1 avg = 9.484729 max = 16 One-step results ------------------------------------------------------------------------------ | Robust D.lotransf2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- lotransf2 | LD. | .1973753 .0207342 9.52 0.000 .156737 .2380136 logdpl_pc | D1. | -.3079822 .3956453 -0.78 0.436 -1.083433 .4674683 lonbi | D1. | .1300315 .2089394 0.62 0.534 -.2794822 .5395452 lopopulat | D1. | .8509511 .2492416 3.41 0.001 .3624466 1.339456 debt_84 | D1. | -6.77e-10 1.65e-09 -0.41 0.682 -3.92e-09 2.56e-09 delec | D1. | -.0179837 .0177649 -1.01 0.311 -.0528023 .0168348 fisdept | D1. | -1.501606 .414639 -3.62 0.000 -2.314284 -.6889288 lpibc | D1. | .716953 .6507594 1.10 0.271 -.5585119 1.992418 ti | D1. | .0162156 .0028584 5.67 0.000 .0106133 .0218179 _cons | .0001847 .0297981 0.01 0.995 -.0582184 .0585879 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -19.82 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 1.76 Pr > z = 0.0790 Arellano-Bond dynamic panel-data estimation Number of obs = 763 Group variable (i): cod_mun Number of groups = 318 Wald chi2(9) = 82.08 Time variable (t): year Obs per group: min = 1 avg = 2.399371 max = 10 One-step results ------------------------------------------------------------------------------ | Robust D.lotrinel2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- lotrinel2 | LD. | .2240191 .1198869 1.87 0.062 -.0109549 .458993 logdpl_pc | D1. | -1.166549 1.230022 -0.95 0.343 -3.577348 1.244251 lonbi | D1. | -.1033031 1.277612 -0.08 0.936 -2.607377 2.400771 lopopulat | D1. | 2.825724 2.300528 1.23 0.219 -1.683229 7.334676 debt_84 | D1. | -1.41e-08 1.76e-08 -0.80 0.424 -4.85e-08 2.04e-08 delec | D1. | -.4166704 .0728038 -5.72 0.000 -.5593632 -.2739776 fisdept | D1. | -12.23974 3.812804 -3.21 0.001 -19.7127 -4.766783 lpibc | D1. | -14.15272 5.773558 -2.45 0.014 -25.46868 -2.836751 ti | D1. | .0545579 .011455 4.76 0.000 .0321066 .0770092 _cons | .4442507 .2238178 1.98 0.047 .0055759 .8829256 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -3.74 Pr > z = 0.0002 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 1.74 Pr > z = 0.0823 Arellano-Bond dynamic panel-data estimation Number of obs = 4807 Group variable (i): cod_mun Number of groups = 502 Wald chi2(9) = 98.97 Time variable (t): year Obs per group: min = 1 avg = 9.575697 max = 15 One-step results ------------------------------------------------------------------------------ | Robust D.lotrelas2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- lotrelas2 | LD. | .0206242 .0464209 0.44 0.657 -.0703592 .1116075 logdpl_pc | D1. | 1.948084 1.103063 1.77 0.077 -.2138792 4.110048 lonbi | D1. | -.9238582 1.066388 -0.87 0.386 -3.013941 1.166224 lopopulat | D1. | 1.708919 .6143007 2.78 0.005 .5049119 2.912926 debt_84 | D1. | 3.47e-08 2.22e-08 1.56 0.118 -8.78e-09 7.81e-08 delec | D1. | .1599541 .0328289 4.87 0.000 .0956107 .2242976 fisdept | D1. | -.2517775 .9552681 -0.26 0.792 -2.124069 1.620514 lpibc | D1. | -6.049012 1.410468 -4.29 0.000 -8.813478 -3.284546 ti | D1. | .0407829 .0059741 6.83 0.000 .0290739 .0524919 _cons | .1019159 .078569 1.30 0.195 -.0520766 .2559084 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -3.25 Pr > z = 0.0011 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = -1.43 Pr > z = 0.1518 Arellano-Bond dynamic panel-data estimation Number of obs = 10489 Group variable (i): cod_mun Number of groups = 1024 Wald chi2(9) = 1089.53 Time variable (t): year Obs per group: min = 1 avg = 10.24316 max = 16 One-step results ------------------------------------------------------------------------------ | Robust D.loinvers2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- loinvers2 | LD. | .2459042 .018321 13.42 0.000 .2099957 .2818127 logdpl_pc | D1. | .4171387 .2632567 1.58 0.113 -.0988349 .9331124 lonbi | D1. | .225614 .1235423 1.83 0.068 -.0165244 .4677524 lopopulat | D1. | -.22449 .1475993 -1.52 0.128 -.5137793 .0647993 debt_84 | D1. | -1.20e-09 1.25e-09 -0.96 0.338 -3.65e-09 1.25e-09 delec | D1. | .1288679 .0119606 10.77 0.000 .1054257 .1523102 fisdept | D1. | 2.057268 .2397429 8.58 0.000 1.587381 2.527156 lpibc | D1. | 4.052311 .2211518 18.32 0.000 3.618862 4.485761 ti | D1. | -.0123206 .0013092 -9.41 0.000 -.0148866 -.0097545 _cons | .021454 .0094835 2.26 0.024 .0028667 .0400412 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -14.31 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = -0.41 Pr > z = 0.6805 Arellano-Bond dynamic panel-data estimation Number of obs = 2861 Group variable (i): cod_mun Number of groups = 617 Wald chi2(9) = 187.53 Time variable (t): year Obs per group: min = 1 avg = 4.636953 max = 10 One-step results ------------------------------------------------------------------------------ | Robust D.loinfr2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- loinfr2 | LD. | .0242976 .0330456 0.74 0.462 -.0404706 .0890659 logdpl_pc | D1. | .5593527 .5190826 1.08 0.281 -.4580305 1.576736 lonbi | D1. | -.0572822 .3897442 -0.15 0.883 -.8211668 .7066024 lopopulat | D1. | .9942175 .8695847 1.14 0.253 -.7101372 2.698572 debt_84 | D1. | -4.32e-09 2.11e-09 -2.05 0.041 -8.46e-09 -1.84e-10 delec | D1. | .0695115 .0271115 2.56 0.010 .0163739 .122649 fisdept | D1. | 1.727273 .934127 1.85 0.064 -.1035825 3.558128 lpibc | D1. | 2.512227 .7550211 3.33 0.001 1.032413 3.992041 ti | D1. | -.0392046 .0034654 -11.31 0.000 -.0459965 -.0324126 _cons | -.087144 .0326973 -2.67 0.008 -.1512296 -.0230585 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -10.34 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = -2.17 Pr > z = 0.0299 Arellano-Bond dynamic panel-data estimation Number of obs = 3734 Group variable (i): cod_mun Number of groups = 862 Wald chi2(9) = 246.03 Time variable (t): year Obs per group: min = 1 avg = 4.331787 max = 11 One-step results ------------------------------------------------------------------------------ | Robust D.loinvial2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- loinvial2 | LD. | .081288 .0317263 2.56 0.010 .0191056 .1434705 logdpl_pc | D1. | .6610003 .5438367 1.22 0.224 -.4049 1.726901 lonbi | D1. | -.1946708 .3875988 -0.50 0.615 -.9543505 .5650088 lopopulat | D1. | 1.398533 .8014175 1.75 0.081 -.1722164 2.969283 debt_84 | D1. | -8.56e-09 2.83e-09 -3.03 0.002 -1.41e-08 -3.01e-09 delec | D1. | .0368586 .0252998 1.46 0.145 -.0127282 .0864453 fisdept | D1. | 1.932187 .8767636 2.20 0.028 .2137622 3.650612 lpibc | D1. | 3.02172 .6742941 4.48 0.000 1.700128 4.343312 ti | D1. | -.0429716 .0030642 -14.02 0.000 -.0489774 -.0369659 _cons | -.1186123 .0290438 -4.08 0.000 -.1755371 -.0616875 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -10.91 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = -2.73 Pr > z = 0.0064 Arellano-Bond dynamic panel-data estimation Number of obs = 2986 Group variable (i): cod_mun Number of groups = 655 Wald chi2(9) = 315.26 Time variable (t): year Obs per group: min = 1 avg = 4.558779 max = 10 One-step results ------------------------------------------------------------------------------ | Robust D.loserv2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- loserv2 | LD. | .1564661 .0369083 4.24 0.000 .0841271 .2288051 logdpl_pc | D1. | .3422176 .591574 0.58 0.563 -.8172461 1.501681 lonbi | D1. | .1263289 .3661192 0.35 0.730 -.5912515 .8439093 lopopulat | D1. | -.4137502 .8672991 -0.48 0.633 -2.113625 1.286125 debt_84 | D1. | -1.67e-08 1.67e-09 -9.94 0.000 -1.99e-08 -1.34e-08 delec | D1. | .081546 .0280621 2.91 0.004 .0265453 .1365467 fisdept | D1. | -1.822648 .8733387 -2.09 0.037 -3.534361 -.1109359 lpibc | D1. | 4.795719 .755255 6.35 0.000 3.315446 6.275991 ti | D1. | -.0250733 .0033622 -7.46 0.000 -.0316631 -.0184835 _cons | -.0677764 .0288029 -2.35 0.019 -.1242291 -.0113237 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -8.85 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 0.22 Pr > z = 0.8260 Arellano-Bond dynamic panel-data estimation Number of obs = 1971 Group variable (i): cod_mun Number of groups = 583 Wald chi2(9) = 97.90 Time variable (t): year Obs per group: min = 1 avg = 3.380789 max = 11 One-step results ------------------------------------------------------------------------------ | Robust D.lovivien2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- lovivien2 | LD. | .1131601 .0333464 3.39 0.001 .0478023 .1785178 logdpl_pc | D1. | -.4506479 1.130446 -0.40 0.690 -2.666282 1.764986 lonbi | D1. | .4232746 .8836474 0.48 0.632 -1.308643 2.155192 lopopulat | D1. | .5656386 1.595054 0.35 0.723 -2.560609 3.691887 debt_84 | D1. | -3.64e-09 1.96e-09 -1.86 0.063 -7.48e-09 1.99e-10 delec | D1. | .1792561 .056902 3.15 0.002 .0677302 .2907819 fisdept | D1. | 3.430939 1.61722 2.12 0.034 .2612464 6.600631 lpibc | D1. | 6.733029 1.451039 4.64 0.000 3.889046 9.577012 ti | D1. | -.030954 .006898 -4.49 0.000 -.044474 -.0174341 _cons | -.2539148 .055124 -4.61 0.000 -.3619559 -.1458738 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -8.91 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = -2.08 Pr > z = 0.0379 Arellano-Bond dynamic panel-data estimation Number of obs = 3778 Group variable (i): cod_mun Number of groups = 862 Wald chi2(9) = 757.49 Time variable (t): year Obs per group: min = 1 avg = 4.382831 max = 11 One-step results ------------------------------------------------------------------------------ | Robust D.loeducac2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- loeducac2 | LD. | .1195008 .0322363 3.71 0.000 .0563187 .1826828 logdpl_pc | D1. | -.2935771 .4597934 -0.64 0.523 -1.194756 .6076014 lonbi | D1. | .4370997 .2546852 1.72 0.086 -.0620741 .9362736 lopopulat | D1. | -.2337868 .6658085 -0.35 0.725 -1.538748 1.071174 debt_84 | D1. | -5.75e-09 1.42e-09 -4.05 0.000 -8.53e-09 -2.97e-09 delec | D1. | .0206074 .0194098 1.06 0.288 -.0174352 .0586499 fisdept | D1. | -5.055262 .5071176 -9.97 0.000 -6.049194 -4.06133 lpibc | D1. | 4.822043 .5490756 8.78 0.000 3.745875 5.898212 ti | D1. | .0064529 .0025345 2.55 0.011 .0014853 .0114205 _cons | .1104582 .0194896 5.67 0.000 .0722594 .1486571 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -6.26 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 0.11 Pr > z = 0.9117 Arellano-Bond dynamic panel-data estimation Number of obs = 3485 Group variable (i): cod_mun Number of groups = 836 Wald chi2(9) = 633.25 Time variable (t): year Obs per group: min = 1 avg = 4.16866 max = 11 One-step results ------------------------------------------------------------------------------ | Robust D.losaludd2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- losaludd2 | LD. | .1060484 .0280472 3.78 0.000 .0510768 .1610199 logdpl_pc | D1. | -2.382812 .626669 -3.80 0.000 -3.611061 -1.154564 lonbi | D1. | 1.30208 .3016009 4.32 0.000 .7109527 1.893206 lopopulat | D1. | -2.426283 .9788189 -2.48 0.013 -4.344733 -.5078329 debt_84 | D1. | -1.95e-09 2.00e-09 -0.98 0.328 -5.86e-09 1.96e-09 delec | D1. | .0861309 .0294824 2.92 0.003 .0283465 .1439153 fisdept | D1. | -8.874673 .7309219 -12.14 0.000 -10.30725 -7.442092 lpibc | D1. | 4.382763 .7636831 5.74 0.000 2.885972 5.879554 ti | D1. | .0338901 .0039721 8.53 0.000 .0261049 .0416753 _cons | .4046919 .0299128 13.53 0.000 .3460639 .4633198 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -9.35 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 1.57 Pr > z = 0.1157 Arellano-Bond dynamic panel-data estimation Number of obs = 5554 Group variable (i): cod_mun Number of groups = 873 Wald chi2(9) = 271.95 Time variable (t): year Obs per group: min = 1 avg = 6.36197 max = 16 One-step results ------------------------------------------------------------------------------ | Robust D.loserdeu2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- loserdeu2 | LD. | .1592199 .0277585 5.74 0.000 .1048144 .2136255 logdpl_pc | D1. | -1.024644 .5645952 -1.81 0.070 -2.13123 .0819426 lonbi | D1. | -.0854588 .3405983 -0.25 0.802 -.7530191 .5821016 lopopulat | D1. | .7881032 .5463835 1.44 0.149 -.2827887 1.858995 debt_84 | D1. | 1.08e-09 1.35e-09 0.80 0.424 -1.56e-09 3.71e-09 delec | D1. | -.117268 .0221386 -5.30 0.000 -.1606589 -.0738772 fisdept | D1. | -2.529177 .658888 -3.84 0.000 -3.820573 -1.23778 lpibc | D1. | 4.211954 .5831954 7.22 0.000 3.068912 5.354995 ti | D1. | .0132824 .0033689 3.94 0.000 .0066794 .0198853 _cons | -.0146311 .0245107 -0.60 0.551 -.0626711 .0334089 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -11.57 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 2.75 Pr > z = 0.0060 Arellano-Bond dynamic panel-data estimation Number of obs = 1232 Group variable (i): cod_mun Number of groups = 605 Wald chi2(9) = 845.00 Time variable (t): year Obs per group: min = 1 avg = 2.036364 max = 4 One-step results ------------------------------------------------------------------------------ | Robust D.lopersnom2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- lopersnom2 | LD. | -.1428608 .2618992 -0.55 0.585 -.6561738 .3704522 logdpl_pc | D1. | -.0414604 .5743722 -0.07 0.942 -1.167209 1.084288 lonbi | D1. | -.8057085 .261459 -3.08 0.002 -1.318159 -.2932584 lopopulat | D1. | .0675145 1.229231 0.05 0.956 -2.341733 2.476762 debt_84 | D1. | -4.75e-09 1.47e-09 -3.24 0.001 -7.63e-09 -1.88e-09 delec | D1. | 1.751813 .1041922 16.81 0.000 1.5476 1.956026 fisdept | D1. | 60.38455 3.290588 18.35 0.000 53.93512 66.83398 lpibc | D1. | -36.61905 2.113512 -17.33 0.000 -40.76146 -32.47664 ti | D1. | -.0249945 .0055528 -4.50 0.000 -.0358777 -.0141112 _cons | -.2519547 .0347549 -7.25 0.000 -.320073 -.1838363 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -0.59 Pr > z = 0.5549 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = -2.27 Pr > z = 0.0230 Arellano-Bond dynamic panel-data estimation Number of obs = 7828 Group variable (i): cod_mun Number of groups = 990 Wald chi2(10) = 391.25 Time variable (t): year Obs per group: min = 1 avg = 7.907071 max = 13 One-step results ------------------------------------------------------------------------------ | Robust D.logastos2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- logastos2 | LD. | .1559829 .0421772 3.70 0.000 .0733172 .2386486 logdpl_pc | D1. | -.8122517 .1760614 -4.61 0.000 -1.157326 -.4671778 lonbi | D1. | -.2292052 .1070388 -2.14 0.032 -.4389974 -.0194131 lopopulat | D1. | -.4700536 .1134497 -4.14 0.000 -.692411 -.2476962 deficit | D1. | -2.42e-09 1.54e-09 -1.57 0.117 -5.44e-09 6.06e-10 delec | D1. | .0317528 .0072085 4.40 0.000 .0176243 .0458813 fisdept | D1. | -.3311832 .1589613 -2.08 0.037 -.6427415 -.0196248 lovgan_loc | D1. | .0390436 .0223137 1.75 0.080 -.0046903 .0827776 lpibc | D1. | 3.377488 .2871715 11.76 0.000 2.814642 3.940334 ti | D1. | -.0089826 .0011071 -8.11 0.000 -.0111525 -.0068127 _cons | .003299 .0120805 0.27 0.785 -.0203783 .0269764 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -7.76 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = -0.24 Pr > z = 0.8081 Arellano-Bond dynamic panel-data estimation Number of obs = 7783 Group variable (i): cod_mun Number of groups = 989 Wald chi2(10) = 219.58 Time variable (t): year Obs per group: min = 1 avg = 7.869565 max = 13 One-step results ------------------------------------------------------------------------------ | Robust D.logfunci2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- logfunci2 | LD. | .1217144 .0453387 2.68 0.007 .0328521 .2105767 logdpl_pc | D1. | -.630568 .1686999 -3.74 0.000 -.9612137 -.2999223 lonbi | D1. | -.4682686 .0930312 -5.03 0.000 -.6506064 -.2859308 lopopulat | D1. | .1226951 .1202711 1.02 0.308 -.1130319 .358422 deficit | D1. | 8.77e-11 6.98e-10 0.13 0.900 -1.28e-09 1.46e-09 delec | D1. | .016178 .0065751 2.46 0.014 .003291 .029065 fisdept | D1. | .42359 .1568684 2.70 0.007 .1161335 .7310465 lovgan_loc | D1. | .0828196 .0215628 3.84 0.000 .0405573 .125082 lpibc | D1. | 2.162619 .2340149 9.24 0.000 1.703958 2.62128 ti | D1. | -.0019023 .0009926 -1.92 0.055 -.0038477 .0000432 _cons | -.0347824 .0106194 -3.28 0.001 -.055596 -.0139688 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -8.43 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 1.75 Pr > z = 0.0803 Arellano-Bond dynamic panel-data estimation Number of obs = 7606 Group variable (i): cod_mun Number of groups = 984 Wald chi2(10) = 490.51 Time variable (t): year Obs per group: min = 1 avg = 7.729675 max = 13 One-step results ------------------------------------------------------------------------------ | Robust D.loggener2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- loggener2 | LD. | .1895554 .0255244 7.43 0.000 .1395284 .2395824 logdpl_pc | D1. | -1.539877 .2624993 -5.87 0.000 -2.054366 -1.025388 lonbi | D1. | -.3681332 .1281807 -2.87 0.004 -.6193627 -.1169036 lopopulat | D1. | .0143528 .2007014 0.07 0.943 -.3790148 .4077204 deficit | D1. | -1.32e-09 1.80e-09 -0.73 0.465 -4.86e-09 2.22e-09 delec | D1. | .0192462 .0107303 1.79 0.073 -.0017849 .0402773 fisdept | D1. | 1.361732 .2670648 5.10 0.000 .8382947 1.88517 lovgan_loc | D1. | .1667629 .0337816 4.94 0.000 .1005521 .2329736 lpibc | D1. | 3.720227 .2716012 13.70 0.000 3.187898 4.252555 ti | D1. | -.005791 .0015102 -3.83 0.000 -.008751 -.002831 _cons | -.1038129 .012091 -8.59 0.000 -.1275108 -.080115 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -18.34 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 2.83 Pr > z = 0.0046 Arellano-Bond dynamic panel-data estimation Number of obs = 7659 Group variable (i): cod_mun Number of groups = 987 Wald chi2(10) = 206.25 Time variable (t): year Obs per group: min = 1 avg = 7.759878 max = 13 One-step results ------------------------------------------------------------------------------ | Robust D.logperso2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- logperso2 | LD. | .269955 .0617898 4.37 0.000 .1488491 .3910608 logdpl_pc | D1. | .2316936 .171531 1.35 0.177 -.104501 .5678881 lonbi | D1. | -.3988075 .0778037 -5.13 0.000 -.5512999 -.2463151 lopopulat | D1. | .267335 .1101991 2.43 0.015 .0513487 .4833213 deficit | D1. | -1.09e-09 1.21e-09 -0.90 0.368 -3.46e-09 1.28e-09 delec | D1. | .0453082 .0069338 6.53 0.000 .0317181 .0588982 fisdept | D1. | .9038721 .154319 5.86 0.000 .6014123 1.206332 lovgan_loc | D1. | .0232813 .0203823 1.14 0.253 -.0166673 .06323 lpibc | D1. | 1.203003 .171334 7.02 0.000 .8671948 1.538812 ti | D1. | -.0054979 .0008569 -6.42 0.000 -.0071775 -.0038183 _cons | -.004942 .0087657 -0.56 0.573 -.0221225 .0122385 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -8.05 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 1.69 Pr > z = 0.0913 Arellano-Bond dynamic panel-data estimation Number of obs = 1095 Group variable (i): cod_mun Number of groups = 535 Wald chi2(9) = 627.83 Time variable (t): year Obs per group: min = 1 avg = 2.046729 max = 4 One-step results ------------------------------------------------------------------------------ | Robust D. | lopersinel2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- lopersinel2 | LD. | .1947193 .0692246 2.81 0.005 .0590416 .3303969 logdpl_pc | D1. | 2.38163 .8885149 2.68 0.007 .6401727 4.123087 lonbi | D1. | .0887193 .3378774 0.26 0.793 -.5735083 .7509469 lopopulat | D1. | 1.968758 1.283907 1.53 0.125 -.5476546 4.48517 deficit | D1. | -4.26e-10 7.85e-10 -0.54 0.587 -1.96e-09 1.11e-09 delec | D1. | -.1974012 .0583052 -3.39 0.001 -.3116773 -.0831252 fisdept | D1. | -37.43682 2.036214 -18.39 0.000 -41.42772 -33.44591 lovgan_loc | D1. | .1049636 .0962646 1.09 0.276 -.0837116 .2936387 lpibc | D1. | (dropped) ti | D1. | .2057647 .0092854 22.16 0.000 .1875657 .2239636 _cons | 1.342004 .0638529 21.02 0.000 1.216854 1.467153 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -5.98 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = -0.53 Pr > z = 0.5973 Arellano-Bond dynamic panel-data estimation Number of obs = 6613 Group variable (i): cod_mun Number of groups = 975 Wald chi2(10) = 114.29 Time variable (t): year Obs per group: min = 1 avg = 6.782564 max = 13 One-step results ------------------------------------------------------------------------------ | Robust D.lotransf2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- lotransf2 | LD. | .1681142 .0250516 6.71 0.000 .1190139 .2172145 logdpl_pc | D1. | -.9930757 .4816622 -2.06 0.039 -1.937116 -.0490351 lonbi | D1. | -.2657803 .2518192 -1.06 0.291 -.7593369 .2277764 lopopulat | D1. | .1944455 .3329249 0.58 0.559 -.4580753 .8469663 deficit | D1. | -1.21e-10 1.11e-09 -0.11 0.913 -2.29e-09 2.05e-09 delec | D1. | -.0836727 .0244761 -3.42 0.001 -.1316451 -.0357003 fisdept | D1. | -2.803226 .5340706 -5.25 0.000 -3.849986 -1.756467 lovgan_loc | D1. | -.024806 .0663538 -0.37 0.709 -.154857 .1052451 lpibc | D1. | .9455659 .7556995 1.25 0.211 -.5355778 2.42671 ti | D1. | .013537 .0032209 4.20 0.000 .0072241 .0198499 _cons | -.0225228 .03508 -0.64 0.521 -.0912782 .0462326 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -16.97 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 0.80 Pr > z = 0.4219 Arellano-Bond dynamic panel-data estimation Number of obs = 705 Group variable (i): cod_mun Number of groups = 297 Wald chi2(10) = 70.17 Time variable (t): year Obs per group: min = 1 avg = 2.373737 max = 9 One-step results ------------------------------------------------------------------------------ | Robust D.lotrinel2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- lotrinel2 | LD. | .1638608 .103719 1.58 0.114 -.0394248 .3671463 logdpl_pc | D1. | -1.392649 1.305955 -1.07 0.286 -3.952274 1.166975 lonbi | D1. | -.0464932 1.206492 -0.04 0.969 -2.411174 2.318187 lopopulat | D1. | 2.969801 2.46143 1.21 0.228 -1.854514 7.794115 deficit | D1. | -4.84e-09 6.38e-09 -0.76 0.448 -1.73e-08 7.66e-09 delec | D1. | -.4144117 .0738726 -5.61 0.000 -.5591992 -.2696241 fisdept | D1. | -13.91356 4.54991 -3.06 0.002 -22.83122 -4.995897 lovgan_loc | D1. | .1796101 .2168802 0.83 0.408 -.2454674 .6046876 lpibc | D1. | -15.02148 6.151399 -2.44 0.015 -27.078 -2.964957 ti | D1. | .0505999 .0125576 4.03 0.000 .0259875 .0752123 _cons | .4967516 .2400796 2.07 0.039 .0262043 .967299 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -4.27 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 1.38 Pr > z = 0.1690 Arellano-Bond dynamic panel-data estimation Number of obs = 3305 Group variable (i): cod_mun Number of groups = 487 Wald chi2(10) = 105.00 Time variable (t): year Obs per group: min = 1 avg = 6.786448 max = 12 One-step results ------------------------------------------------------------------------------ | Robust D.lotrelas2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- lotrelas2 | LD. | .0226979 .0348894 0.65 0.515 -.0456842 .0910799 logdpl_pc | D1. | 2.623098 1.079991 2.43 0.015 .5063545 4.739842 lonbi | D1. | -.8317259 1.301016 -0.64 0.523 -3.381671 1.718219 lopopulat | D1. | 1.114528 .6183414 1.80 0.071 -.0973985 2.326455 deficit | D1. | 3.33e-08 2.91e-08 1.15 0.251 -2.36e-08 9.03e-08 delec | D1. | .1517463 .0483535 3.14 0.002 .0569752 .2465174 fisdept | D1. | -.4488534 .9740093 -0.46 0.645 -2.357877 1.46017 lovgan_loc | D1. | -.1773372 .1704387 -1.04 0.298 -.5113909 .1567164 lpibc | D1. | -5.129567 1.711095 -3.00 0.003 -8.483252 -1.775883 ti | D1. | .0309817 .005368 5.77 0.000 .0204605 .0415029 _cons | .0594689 .1062753 0.56 0.576 -.1488269 .2677647 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -2.92 Pr > z = 0.0035 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = -0.78 Pr > z = 0.4366 Arellano-Bond dynamic panel-data estimation Number of obs = 7647 Group variable (i): cod_mun Number of groups = 986 Wald chi2(10) = 744.87 Time variable (t): year Obs per group: min = 1 avg = 7.755578 max = 13 One-step results ------------------------------------------------------------------------------ | Robust D.loinvers2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- loinvers2 | LD. | .1914017 .0283884 6.74 0.000 .1357615 .247042 logdpl_pc | D1. | -.8481783 .3318308 -2.56 0.011 -1.498555 -.1978018 lonbi | D1. | .0609484 .1348624 0.45 0.651 -.2033771 .3252738 lopopulat | D1. | -.4995433 .1897982 -2.63 0.008 -.871541 -.1275456 deficit | D1. | -5.82e-09 3.92e-09 -1.48 0.138 -1.35e-08 1.86e-09 delec | D1. | .0667042 .0110942 6.01 0.000 .0449601 .0884484 fisdept | D1. | -.0172428 .2544286 -0.07 0.946 -.5159138 .4814282 lovgan_loc | D1. | .0589595 .0350206 1.68 0.092 -.0096796 .1275987 lpibc | D1. | 3.866369 .290564 13.31 0.000 3.296874 4.435864 ti | D1. | -.0157266 .0013715 -11.47 0.000 -.0184148 -.0130385 _cons | .0325368 .0103218 3.15 0.002 .0123065 .0527671 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -9.33 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 0.76 Pr > z = 0.4484 Arellano-Bond dynamic panel-data estimation Number of obs = 2616 Group variable (i): cod_mun Number of groups = 576 Wald chi2(10) = 193.24 Time variable (t): year Obs per group: min = 1 avg = 4.541667 max = 10 One-step results ------------------------------------------------------------------------------ | Robust D.loinfr2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- loinfr2 | LD. | .0094271 .0336334 0.28 0.779 -.0564932 .0753474 logdpl_pc | D1. | .704287 .5595896 1.26 0.208 -.3924885 1.801062 lonbi | D1. | -.1471209 .3680374 -0.40 0.689 -.8684609 .5742192 lopopulat | D1. | 1.170164 .8731973 1.34 0.180 -.541271 2.881599 deficit | D1. | -7.81e-09 3.54e-09 -2.21 0.027 -1.48e-08 -8.73e-10 delec | D1. | .0717613 .0280527 2.56 0.011 .0167789 .1267436 fisdept | D1. | 1.849349 .9527334 1.94 0.052 -.0179744 3.716672 lovgan_loc | D1. | .2038256 .0824643 2.47 0.013 .0421986 .3654527 lpibc | D1. | 2.270269 .7883359 2.88 0.004 .7251588 3.815379 ti | D1. | -.0388167 .0038377 -10.11 0.000 -.0463385 -.0312949 _cons | -.0777235 .0340077 -2.29 0.022 -.1443774 -.0110697 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -9.74 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = -2.11 Pr > z = 0.0346 Arellano-Bond dynamic panel-data estimation Number of obs = 3409 Group variable (i): cod_mun Number of groups = 804 Wald chi2(10) = 237.80 Time variable (t): year Obs per group: min = 1 avg = 4.24005 max = 11 One-step results ------------------------------------------------------------------------------ | Robust D.loinvial2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- loinvial2 | LD. | .0540565 .0329253 1.64 0.101 -.0104759 .1185889 logdpl_pc | D1. | .3863155 .571863 0.68 0.499 -.7345153 1.507146 lonbi | D1. | -.2061937 .3740796 -0.55 0.581 -.9393763 .5269889 lopopulat | D1. | 1.645804 .8065129 2.04 0.041 .065068 3.226541 deficit | D1. | -1.18e-08 7.49e-09 -1.58 0.115 -2.65e-08 2.87e-09 delec | D1. | .0416869 .0261277 1.60 0.111 -.0095224 .0928961 fisdept | D1. | 2.004585 .8857835 2.26 0.024 .2684814 3.740689 lovgan_loc | D1. | .2181147 .0803449 2.71 0.007 .0606416 .3755879 lpibc | D1. | 2.813723 .7087426 3.97 0.000 1.424613 4.202833 ti | D1. | -.0417001 .0034044 -12.25 0.000 -.0483727 -.0350276 _cons | -.1033053 .0315071 -3.28 0.001 -.165058 -.0415526 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -10.38 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = -2.63 Pr > z = 0.0085 Arellano-Bond dynamic panel-data estimation Number of obs = 2723 Group variable (i): cod_mun Number of groups = 617 Wald chi2(10) = 195.31 Time variable (t): year Obs per group: min = 1 avg = 4.41329 max = 10 One-step results ------------------------------------------------------------------------------ | Robust D.loserv2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- loserv2 | LD. | .1596405 .0367744 4.34 0.000 .0875641 .2317169 logdpl_pc | D1. | -.0424524 .7065525 -0.06 0.952 -1.42727 1.342365 lonbi | D1. | .0660443 .3418477 0.19 0.847 -.603965 .7360536 lopopulat | D1. | -.1860739 .8911396 -0.21 0.835 -1.932675 1.560528 deficit | D1. | -2.60e-09 3.51e-09 -0.74 0.460 -9.48e-09 4.29e-09 delec | D1. | .0875695 .030888 2.84 0.005 .0270301 .148109 fisdept | D1. | -2.116814 .9295201 -2.28 0.023 -3.93864 -.2949875 lovgan_loc | D1. | .0503791 .0878013 0.57 0.566 -.1217083 .2224664 lpibc | D1. | 4.718992 .7934173 5.95 0.000 3.163923 6.274062 ti | D1. | -.0255231 .0036035 -7.08 0.000 -.0325859 -.0184603 _cons | -.0636382 .0305041 -2.09 0.037 -.1234251 -.0038512 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -8.38 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 0.55 Pr > z = 0.5855 Arellano-Bond dynamic panel-data estimation Number of obs = 1781 Group variable (i): cod_mun Number of groups = 537 Wald chi2(10) = 93.82 Time variable (t): year Obs per group: min = 1 avg = 3.316574 max = 10 One-step results ------------------------------------------------------------------------------ | Robust D.lovivien2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- lovivien2 | LD. | .1088015 .0368215 2.95 0.003 .0366327 .1809703 logdpl_pc | D1. | -1.788333 1.287736 -1.39 0.165 -4.31225 .7355844 lonbi | D1. | .2816536 .8993699 0.31 0.754 -1.481079 2.044386 lopopulat | D1. | .2584087 1.62768 0.16 0.874 -2.931786 3.448603 deficit | D1. | -4.64e-09 6.92e-09 -0.67 0.502 -1.82e-08 8.92e-09 delec | D1. | .2143414 .0593384 3.61 0.000 .0980403 .3306424 fisdept | D1. | 4.323283 1.708292 2.53 0.011 .9750926 7.671473 lovgan_loc | D1. | -.0198951 .1753098 -0.11 0.910 -.3634959 .3237057 lpibc | D1. | 7.878629 1.558689 5.05 0.000 4.823655 10.9336 ti | D1. | -.0334372 .007286 -4.59 0.000 -.0477175 -.0191568 _cons | -.2900858 .0631066 -4.60 0.000 -.4137725 -.1663991 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -7.87 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = -2.54 Pr > z = 0.0110 Arellano-Bond dynamic panel-data estimation Number of obs = 3438 Group variable (i): cod_mun Number of groups = 801 Wald chi2(10) = 679.27 Time variable (t): year Obs per group: min = 1 avg = 4.292135 max = 11 One-step results ------------------------------------------------------------------------------ | Robust D.loeducac2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- loeducac2 | LD. | .1268895 .0368251 3.45 0.001 .0547137 .1990652 logdpl_pc | D1. | -.4174237 .5329732 -0.78 0.434 -1.462032 .6271846 lonbi | D1. | .4114958 .2285204 1.80 0.072 -.036396 .8593875 lopopulat | D1. | .1089657 .6550979 0.17 0.868 -1.175003 1.392934 deficit | D1. | -8.54e-09 5.17e-09 -1.65 0.099 -1.87e-08 1.60e-09 delec | D1. | .0141289 .0201356 0.70 0.483 -.0253361 .0535939 fisdept | D1. | -5.065423 .5276856 -9.60 0.000 -6.099667 -4.031178 lovgan_loc | D1. | .0969243 .0588878 1.65 0.100 -.0184937 .2123424 lpibc | D1. | 4.675212 .6037573 7.74 0.000 3.49187 5.858555 ti | D1. | .0070792 .0027071 2.62 0.009 .0017734 .012385 _cons | .1100873 .0201796 5.46 0.000 .070536 .1496387 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -6.00 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 0.21 Pr > z = 0.8367 Arellano-Bond dynamic panel-data estimation Number of obs = 3163 Group variable (i): cod_mun Number of groups = 773 Wald chi2(10) = 594.29 Time variable (t): year Obs per group: min = 1 avg = 4.09185 max = 11 One-step results ------------------------------------------------------------------------------ | Robust D.losaludd2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- losaludd2 | LD. | .0956337 .0301416 3.17 0.002 .0365573 .1547101 logdpl_pc | D1. | -2.207974 .7007623 -3.15 0.002 -3.581443 -.8345052 lonbi | D1. | 1.082378 .2860759 3.78 0.000 .5216796 1.643076 lopopulat | D1. | -2.093594 .9176336 -2.28 0.023 -3.892123 -.2950655 deficit | D1. | -7.43e-09 5.89e-09 -1.26 0.207 -1.90e-08 4.12e-09 delec | D1. | .0919404 .0306956 3.00 0.003 .0317781 .1521026 fisdept | D1. | -9.034545 .7625956 -11.85 0.000 -10.5292 -7.539885 lovgan_loc | D1. | .1585536 .0925664 1.71 0.087 -.0228732 .3399804 lpibc | D1. | 4.150859 .8191256 5.07 0.000 2.545402 5.756315 ti | D1. | .0354155 .0041762 8.48 0.000 .0272303 .0436007 _cons | .4087655 .0307377 13.30 0.000 .3485209 .4690102 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -8.90 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 1.72 Pr > z = 0.0863 Arellano-Bond dynamic panel-data estimation Number of obs = 4494 Group variable (i): cod_mun Number of groups = 824 Wald chi2(10) = 206.60 Time variable (t): year Obs per group: min = 1 avg = 5.453883 max = 13 One-step results ------------------------------------------------------------------------------ | Robust D.loserdeu2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- loserdeu2 | LD. | .1377269 .0316843 4.35 0.000 .0756268 .1998269 logdpl_pc | D1. | -1.029736 .6770718 -1.52 0.128 -2.356772 .2973003 lonbi | D1. | .0283502 .316931 0.09 0.929 -.5928232 .6495236 lopopulat | D1. | .7077487 .6150568 1.15 0.250 -.4977404 1.913238 deficit | D1. | 1.68e-09 3.41e-09 0.49 0.622 -5.01e-09 8.37e-09 delec | D1. | -.1540331 .0245674 -6.27 0.000 -.2021842 -.1058819 fisdept | D1. | -3.618071 .7089367 -5.10 0.000 -5.007562 -2.228581 lovgan_loc | D1. | -.0123293 .0741398 -0.17 0.868 -.1576406 .1329821 lpibc | D1. | 3.829554 .6959403 5.50 0.000 2.465536 5.193571 ti | D1. | .0116464 .0035045 3.32 0.001 .0047778 .018515 _cons | -.0087014 .0271689 -0.32 0.749 -.0619516 .0445487 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -10.04 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 2.50 Pr > z = 0.0125 Arellano-Bond dynamic panel-data estimation Number of obs = 1124 Group variable (i): cod_mun Number of groups = 551 Wald chi2(10) = 693.79 Time variable (t): year Obs per group: min = 1 avg = 2.039927 max = 4 One-step results ------------------------------------------------------------------------------ | Robust D.lopersnom2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- lopersnom2 | LD. | -.2584658 .2511978 -1.03 0.304 -.7508045 .2338729 logdpl_pc | D1. | -.0141707 .6324868 -0.02 0.982 -1.253822 1.225481 lonbi | D1. | -.9314944 .2739981 -3.40 0.001 -1.468521 -.394468 lopopulat | D1. | .305818 1.243359 0.25 0.806 -2.13112 2.742756 deficit | D1. | -2.41e-09 1.69e-09 -1.43 0.152 -5.72e-09 8.90e-10 delec | D1. | 1.764061 .1021776 17.26 0.000 1.563796 1.964325 fisdept | D1. | 60.018 3.337772 17.98 0.000 53.47609 66.55991 lovgan_loc | D1. | -.0020665 .0578895 -0.04 0.972 -.1155279 .1113948 lpibc | D1. | -36.74341 2.07736 -17.69 0.000 -40.81496 -32.67186 ti | D1. | -.0238795 .0058494 -4.08 0.000 -.0353441 -.0124149 _cons | -.2578398 .0401201 -6.43 0.000 -.3364738 -.1792058 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -0.36 Pr > z = 0.7183 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = -2.50 Pr > z = 0.0125 G1[51,4] c1 c2 c3 c4 r1 .03278513 .25609989 -8.549903 11151 r2 .00616458 .03005459 1.0631155 0 r3 .00973552 .23228226 -10.136567 11100 r4 .00578137 .03472076 2.9133549 0 r5 -.00230147 .22913126 -20.980934 10837 r6 .00953501 .02008709 4.0458608 0 r7 .02114146 .31828404 -10.917239 10943 r8 .00521767 .0460061 2.8004142 0 r9 5.1440665 .22930669 -6.2345814 1201 r10 .26326282 .06922625 -.51142829 0 r11 -.00783731 .19264943 -19.703731 9627 r12 .01742482 .02067866 1.3897526 0 r13 -.34001177 .26210701 -3.6657288 763 r14 .06328599 .12774854 .94088715 0 r15 .16348535 .03014624 -3.2867796 4807 r16 .03234426 .04695577 -1.3586924 0 r17 .11389482 .26206918 -14.403521 10489 r18 .0118306 .01818273 -.0185055 0 r19 .05678011 .03203491 -10.352562 2861 r20 .02647985 .03251098 -2.0663077 0 r21 .0217895 .0895749 -10.969843 3734 r22 .02450592 .03137969 -2.6327176 0 r23 .10383297 .16922554 -8.6613181 2986 r24 .02907647 .03377084 .51947974 0 r25 .15160241 .1137648 -8.8539887 1971 r26 .0554534 .03394834 -2.0707306 0 r27 .06277685 .13255859 -6.4525142 3778 r28 .02059797 .03310369 -.23201487 0 r29 .14542507 .15428074 -9.8259996 3485 r30 .03136066 .02821795 1.1895804 0 r31 -.10011783 .1581885 -11.616911 5554 r32 .0217601 .02752863 2.6381574 0 r33 -3.6221726 -.13727518 -1.2316437 1232 r34 1.7688387 .25334982 -2.7293838 0 r35 0 0 0 0 r36 0 0 0 0 r37 0 0 0 0 r38 0 0 0 0 r39 0 0 0 0 r40 0 0 0 0 r41 0 0 0 0 r42 0 0 0 0 r43 0 0 0 0 r44 0 0 0 0 r45 0 0 0 0 r46 0 0 0 0 r47 0 0 0 0 r48 0 0 0 0 r49 0 0 0 0 r50 0 0 0 0 r51 0 0 0 0 G2[51,4] c1 c2 c3 c4 r1 .03692636 .25373434 -8.5619676 11151 r2 .00616857 .03022262 1.0264821 0 r3 .01643077 .22713496 -10.11615 11100 r4 .00584585 .03461353 2.8333303 0 r5 .01140039 .22409775 -20.941454 10837 r6 .00968895 .02002621 3.8806579 0 r7 .02930791 .31684537 -10.947977 10943 r8 .00535195 .04571282 2.9851543 0 r9 -.19380496 .21345414 -6.3442486 1201 r10 .05751253 .06819742 -.5484343 0 r11 -.01808301 .1967604 -19.843442 9627 r12 .01775844 .02066409 1.7314948 0 r13 -.41599855 .2394988 -3.6086945 763 r14 .07379971 .13060372 1.7881545 0 r15 .15985756 .02034624 -3.2531794 4807 r16 .03274354 .04612445 -1.3659515 0 r17 .1290262 .24603689 -14.32927 10489 r18 .01197395 .01823575 -.41757798 0 r19 .06983583 .02951691 -10.172309 2861 r20 .0271995 .03373219 -2.0609721 0 r21 .03895965 .08354089 -10.920042 3734 r22 .02535257 .03166404 -2.6716689 0 r23 .08796112 .17301256 -8.896628 2986 r24 .02920509 .03499487 .60276774 0 r25 .18201617 .11660514 -8.8360302 1971 r26 .05712647 .03340331 -2.0435525 0 r27 .02263574 .11559406 -6.2666368 3778 r28 .01934781 .03201531 -.04556033 0 r29 .08670808 .10564276 -9.3837027 3485 r30 .02950157 .02769242 1.5342164 0 r31 -.11708284 .15924699 -11.560064 5554 r32 .02213969 .02776822 2.7383789 0 r33 1.7572683 -.15628354 -.6185591 1232 r34 .10287586 .25920429 -2.4870371 0 r35 0 0 0 0 r36 0 0 0 0 r37 0 0 0 0 r38 0 0 0 0 r39 0 0 0 0 r40 0 0 0 0 r41 0 0 0 0 r42 0 0 0 0 r43 0 0 0 0 r44 0 0 0 0 r45 0 0 0 0 r46 0 0 0 0 r47 0 0 0 0 r48 0 0 0 0 r49 0 0 0 0 r50 0 0 0 0 r51 0 0 0 0 G3[51,4] c1 c2 c3 c4 r1 .03689101 .25217379 -8.5670736 11151 r2 .00615931 .03013584 1.003744 0 r3 .01641877 .22699252 -10.124623 11100 r4 .00584213 .03449837 2.8384937 0 r5 .01140947 .22412469 -20.954137 10837 r6 .00969276 .02000933 3.8883508 0 r7 .02921814 .31783251 -10.994016 10943 r8 .00535061 .04546688 2.9989719 0 r9 -.18988457 .22258054 -6.391631 1201 r10 .05738606 .06763022 -.52840801 0 r11 -.01798373 .1973753 -19.82378 9627 r12 .0177649 .02073423 1.7566124 0 r13 -.41667043 .22401905 -3.7422288 763 r14 .07280379 .11988686 1.7376781 0 r15 .15995414 .02062416 -3.2524686 4807 r16 .03282891 .04642092 -1.4330339 0 r17 .12886793 .24590422 -14.313597 10489 r18 .01196056 .01832101 -.41181288 0 r19 .06951147 .02429764 -10.335044 2861 r20 .0271115 .03304564 -2.1716046 0 r21 .03685858 .08128802 -10.909667 3734 r22 .02529982 .03172633 -2.7272174 0 r23 .081546 .15646609 -8.852101 2986 r24 .02806208 .03690834 .21977176 0 r25 .17925608 .11316008 -8.9051302 1971 r26 .05690199 .03334641 -2.0754792 0 r27 .02060735 .11950076 -6.2631871 3778 r28 .01940981 .03223633 .11095205 0 r29 .08613086 .10604838 -9.3502187 3485 r30 .02948239 .02804723 1.573287 0 r31 -.11726802 .15921995 -11.567662 5554 r32 .02213859 .02775847 2.7458337 0 r33 1.7518126 -.14286076 -.59040502 1232 r34 .1041922 .26189921 -2.2731715 0 r35 0 0 0 0 r36 0 0 0 0 r37 0 0 0 0 r38 0 0 0 0 r39 0 0 0 0 r40 0 0 0 0 r41 0 0 0 0 r42 0 0 0 0 r43 0 0 0 0 r44 0 0 0 0 r45 0 0 0 0 r46 0 0 0 0 r47 0 0 0 0 r48 0 0 0 0 r49 0 0 0 0 r50 0 0 0 0 r51 0 0 0 0 G4[51,4] c1 c2 c3 c4 r1 .0317528 .15598295 -7.7638119 7828 r2 .00720853 .04217715 -.24294114 0 r3 .016178 .1217144 -8.4266139 7783 r4 .00657513 .04533873 1.7489622 0 r5 .01924617 .18955539 -18.3406 7606 r6 .01073034 .02552444 2.8312394 0 r7 .04530817 .26995498 -8.0466355 7659 r8 .00693382 .06178983 1.6887576 0 r9 -.19740124 .19471928 -5.98173 1095 r10 .05830516 .06922456 -.52825569 0 r11 -.08367271 .16811423 -16.96601 6613 r12 .02447615 .02505164 .80316839 0 r13 -.41441166 .16386077 -4.2655523 705 r14 .07387255 .10371902 1.3754402 0 r15 .15174626 .02269786 -2.9203817 3305 r16 .04835349 .03488945 -.77786815 0 r17 .06670422 .19140173 -9.3264789 7647 r18 .01109415 .0283884 .7580275 0 r19 .07176128 .0094271 -9.7364661 2616 r20 .02805273 .03363341 -2.1130621 0 r21 .04168688 .05405648 -10.384259 3409 r22 .02612765 .03292531 -2.6320342 0 r23 .08756951 .15964051 -8.3846672 2723 r24 .03088805 .03677435 .54533818 0 r25 .21434137 .10880153 -7.8655734 1781 r26 .05933837 .0368215 -2.5425668 0 r27 .01412889 .12688945 -5.998867 3438 r28 .02013557 .03682506 .2061766 0 r29 .09194037 .09563372 -8.8963905 3163 r30 .03069559 .03014158 1.7150789 0 r31 -.15403305 .13772686 -10.040719 4494 r32 .02456738 .03168427 2.4982217 0 r33 1.7640607 -.25846578 -.3606686 1124 r34 .10217756 .25119782 -2.4964527 0 r35 0 0 0 0 r36 0 0 0 0 r37 0 0 0 0 r38 0 0 0 0 r39 0 0 0 0 r40 0 0 0 0 r41 0 0 0 0 r42 0 0 0 0 r43 0 0 0 0 r44 0 0 0 0 r45 0 0 0 0 r46 0 0 0 0 r47 0 0 0 0 r48 0 0 0 0 r49 0 0 0 0 r50 0 0 0 0 r51 0 0 0 0 Interest rate used: ti_r ******************************************************************** Arellano-Bond dynamic panel-data estimation Number of obs = 11151 Group variable (i): cod_mun Number of groups = 1029 Wald chi2(7) = 430.38 Time variable (t): year Obs per group: min = 1 avg = 10.83673 max = 16 One-step results ------------------------------------------------------------------------------ | Robust D.logastos2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- logastos2 | LD. | .2444607 .0292689 8.35 0.000 .1870947 .3018266 logdpl_pc | D1. | -.4452514 .1337748 -3.33 0.001 -.7074452 -.1830576 lonbi | D1. | -.1342518 .0771271 -1.74 0.082 -.285418 .0169145 lopopulat | D1. | -.2114197 .0759254 -2.78 0.005 -.3602307 -.0626087 delec | D1. | .0274892 .0060448 4.55 0.000 .0156417 .0393367 lpibc | D1. | 2.78695 .2137423 13.04 0.000 2.368023 3.205877 ti_r | D1. | -.00688 .0009737 -7.07 0.000 -.0087883 -.0049717 _cons | .0239257 .0086402 2.77 0.006 .0069912 .0408601 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -8.46 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 1.12 Pr > z = 0.2638 Arellano-Bond dynamic panel-data estimation Number of obs = 11100 Group variable (i): cod_mun Number of groups = 1027 Wald chi2(7) = 250.54 Time variable (t): year Obs per group: min = 1 avg = 10.80818 max = 16 One-step results ------------------------------------------------------------------------------ | Robust D.logfunci2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- logfunci2 | LD. | .2311684 .0344503 6.71 0.000 .1636471 .2986897 logdpl_pc | D1. | -.3784249 .1249575 -3.03 0.002 -.6233372 -.1335126 lonbi | D1. | -.2146437 .078714 -2.73 0.006 -.3689203 -.0603672 lopopulat | D1. | .1875079 .0701417 2.67 0.008 .0500327 .3249831 delec | D1. | .0061493 .00573 1.07 0.283 -.0050812 .0173798 lpibc | D1. | 1.948258 .1773907 10.98 0.000 1.600579 2.295938 ti_r | D1. | -.0033763 .0009758 -3.46 0.001 -.0052887 -.0014638 _cons | -.0172673 .0074516 -2.32 0.020 -.0318722 -.0026623 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -10.12 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 3.24 Pr > z = 0.0012 Arellano-Bond dynamic panel-data estimation Number of obs = 10837 Group variable (i): cod_mun Number of groups = 1025 Wald chi2(7) = 635.16 Time variable (t): year Obs per group: min = 1 avg = 10.57268 max = 16 One-step results ------------------------------------------------------------------------------ | Robust D.loggener2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- loggener2 | LD. | .2188652 .0200113 10.94 0.000 .1796438 .2580865 logdpl_pc | D1. | -1.394271 .212336 -6.57 0.000 -1.810442 -.9780999 lonbi | D1. | -.3296644 .1243184 -2.65 0.008 -.5733241 -.0860048 lopopulat | D1. | .1687091 .1330792 1.27 0.205 -.0921213 .4295395 delec | D1. | -.0107596 .0094926 -1.13 0.257 -.0293647 .0078455 lpibc | D1. | 3.566369 .2220365 16.06 0.000 3.131185 4.001552 ti_r | D1. | -.0091958 .001464 -6.28 0.000 -.0120651 -.0063264 _cons | -.0759981 .0091151 -8.34 0.000 -.0938634 -.0581328 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -20.97 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 4.40 Pr > z = 0.0000 Arellano-Bond dynamic panel-data estimation Number of obs = 10943 Group variable (i): cod_mun Number of groups = 1026 Wald chi2(7) = 227.31 Time variable (t): year Obs per group: min = 1 avg = 10.66569 max = 16 One-step results ------------------------------------------------------------------------------ | Robust D.logperso2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- logperso2 | LD. | .3237747 .0452955 7.15 0.000 .2349971 .4125523 logdpl_pc | D1. | .0727554 .1245054 0.58 0.559 -.1712707 .3167815 lonbi | D1. | -.3512538 .0683282 -5.14 0.000 -.4851746 -.217333 lopopulat | D1. | .2217867 .0636708 3.48 0.000 .0969942 .3465792 delec | D1. | .0160293 .0052712 3.04 0.002 .0056979 .0263607 lpibc | D1. | .9889423 .1366406 7.24 0.000 .7211316 1.256753 ti_r | D1. | -.0056832 .0008216 -6.92 0.000 -.0072936 -.0040729 _cons | .0145085 .0069544 2.09 0.037 .0008781 .0281389 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -11.04 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 3.03 Pr > z = 0.0024 Arellano-Bond dynamic panel-data estimation Number of obs = 1201 Group variable (i): cod_mun Number of groups = 589 Wald chi2(7) = 640.38 Time variable (t): year Obs per group: min = 1 avg = 2.039049 max = 4 One-step results ------------------------------------------------------------------------------ | Robust D. | lopersinel2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- lopersinel2 | LD. | .2293067 .0692263 3.31 0.001 .0936257 .3649876 logdpl_pc | D1. | 2.200864 .8315801 2.65 0.008 .5709972 3.830731 lonbi | D1. | .0122206 .3180752 0.04 0.969 -.6111954 .6356366 lopopulat | D1. | 1.311518 1.196013 1.10 0.273 -1.032625 3.65566 delec | D1. | 4.658559 .2398944 19.42 0.000 4.188375 5.128744 lpibc | D1. | -7.286925 1.101875 -6.61 0.000 -9.446561 -5.127289 ti_r | D1. | 1.0752 .05217 20.61 0.000 .9729485 1.177451 _cons | 3.061921 .1497887 20.44 0.000 2.768341 3.355501 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -6.23 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = -0.51 Pr > z = 0.6091 Arellano-Bond dynamic panel-data estimation Number of obs = 9627 Group variable (i): cod_mun Number of groups = 1015 Wald chi2(7) = 140.53 Time variable (t): year Obs per group: min = 1 avg = 9.484729 max = 16 One-step results ------------------------------------------------------------------------------ | Robust D.lotransf2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- lotransf2 | LD. | .1944139 .0207154 9.38 0.000 .1538124 .2350153 logdpl_pc | D1. | .101579 .3873709 0.26 0.793 -.6576541 .8608121 lonbi | D1. | .1712321 .2076727 0.82 0.410 -.2357989 .578263 lopopulat | D1. | .8454523 .2503897 3.38 0.001 .3546976 1.336207 delec | D1. | .0006862 .017018 0.04 0.968 -.0326684 .0340408 lpibc | D1. | 1.770218 .5944199 2.98 0.003 .6051761 2.935259 ti_r | D1. | .0074021 .0026218 2.82 0.005 .0022636 .0125407 _cons | -.0629683 .0257831 -2.44 0.015 -.1135022 -.0124344 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -19.78 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 1.71 Pr > z = 0.0867 Arellano-Bond dynamic panel-data estimation Number of obs = 763 Group variable (i): cod_mun Number of groups = 318 Wald chi2(7) = 75.55 Time variable (t): year Obs per group: min = 1 avg = 2.399371 max = 10 One-step results ------------------------------------------------------------------------------ | Robust D.lotrinel2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- lotrinel2 | LD. | .2681666 .1320066 2.03 0.042 .0094385 .5268947 logdpl_pc | D1. | -1.32834 1.356644 -0.98 0.328 -3.987313 1.330634 lonbi | D1. | -.2668339 1.331892 -0.20 0.841 -2.877294 2.343626 lopopulat | D1. | 2.050024 2.327768 0.88 0.378 -2.512319 6.612366 delec | D1. | -.2213536 .0652581 -3.39 0.001 -.3492571 -.0934501 lpibc | D1. | -6.79415 4.257235 -1.60 0.111 -15.13818 1.549878 ti_r | D1. | .0830558 .0171087 4.85 0.000 .0495234 .1165882 _cons | .0671634 .1605885 0.42 0.676 -.2475842 .381911 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -3.71 Pr > z = 0.0002 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 1.42 Pr > z = 0.1549 Arellano-Bond dynamic panel-data estimation Number of obs = 4807 Group variable (i): cod_mun Number of groups = 502 Wald chi2(7) = 44.09 Time variable (t): year Obs per group: min = 1 avg = 9.575697 max = 15 One-step results ------------------------------------------------------------------------------ | Robust D.lotrelas2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- lotrelas2 | LD. | .0623442 .0483846 1.29 0.198 -.032488 .1571763 logdpl_pc | D1. | 3.101461 1.135415 2.73 0.006 .8760887 5.326833 lonbi | D1. | -.793396 1.094949 -0.72 0.469 -2.939456 1.352664 lopopulat | D1. | 1.732344 .6231279 2.78 0.005 .5110361 2.953653 delec | D1. | .1816324 .0335104 5.42 0.000 .1159532 .2473117 lpibc | D1. | -3.708309 1.254456 -2.96 0.003 -6.166997 -1.249621 ti_r | D1. | .0162891 .0067398 2.42 0.016 .0030793 .029499 _cons | -.0102627 .0748708 -0.14 0.891 -.1570067 .1364813 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -3.51 Pr > z = 0.0005 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = -0.79 Pr > z = 0.4285 Arellano-Bond dynamic panel-data estimation Number of obs = 10489 Group variable (i): cod_mun Number of groups = 1024 Wald chi2(7) = 980.49 Time variable (t): year Obs per group: min = 1 avg = 10.24316 max = 16 One-step results ------------------------------------------------------------------------------ | Robust D.loinvers2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- loinvers2 | LD. | .2363666 .0177452 13.32 0.000 .2015866 .2711465 logdpl_pc | D1. | .350969 .2571634 1.36 0.172 -.153062 .855 lonbi | D1. | .2328169 .1228116 1.90 0.058 -.0078894 .4735232 lopopulat | D1. | -.277084 .1472293 -1.88 0.060 -.5656482 .0114802 delec | D1. | .0959406 .0113008 8.49 0.000 .0737914 .1180898 lpibc | D1. | 3.575243 .2206864 16.20 0.000 3.142706 4.007781 ti_r | D1. | -.0218974 .0016588 -13.20 0.000 -.0251486 -.0186462 _cons | .0669815 .0082889 8.08 0.000 .0507356 .0832274 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -14.08 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 0.30 Pr > z = 0.7617 Arellano-Bond dynamic panel-data estimation Number of obs = 2861 Group variable (i): cod_mun Number of groups = 617 Wald chi2(7) = 133.65 Time variable (t): year Obs per group: min = 1 avg = 4.636953 max = 10 One-step results ------------------------------------------------------------------------------ | Robust D.loinfr2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- loinfr2 | LD. | .0300102 .0328638 0.91 0.361 -.0344017 .0944222 logdpl_pc | D1. | .9291584 .5065259 1.83 0.067 -.0636141 1.921931 lonbi | D1. | -.1150794 .3827695 -0.30 0.764 -.8652939 .635135 lopopulat | D1. | 1.825767 .8896546 2.05 0.040 .0820761 3.569458 delec | D1. | .0401269 .0277016 1.45 0.147 -.0141672 .0944211 lpibc | D1. | .7541097 .6725395 1.12 0.262 -.5640435 2.072263 ti_r | D1. | -.0387359 .0042788 -9.05 0.000 -.0471221 -.0303496 _cons | .0305005 .0281022 1.09 0.278 -.0245788 .0855798 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -10.39 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = -2.51 Pr > z = 0.0122 Arellano-Bond dynamic panel-data estimation Number of obs = 3734 Group variable (i): cod_mun Number of groups = 862 Wald chi2(7) = 178.59 Time variable (t): year Obs per group: min = 1 avg = 4.331787 max = 11 One-step results ------------------------------------------------------------------------------ | Robust D.loinvial2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- loinvial2 | LD. | .0853832 .0315025 2.71 0.007 .0236396 .1471269 logdpl_pc | D1. | .7933419 .5318637 1.49 0.136 -.2490918 1.835776 lonbi | D1. | -.2702443 .3873843 -0.70 0.485 -1.029504 .489015 lopopulat | D1. | 2.174351 .8111608 2.68 0.007 .584505 3.764197 delec | D1. | -.0015398 .0254017 -0.06 0.952 -.0513262 .0482467 lpibc | D1. | 1.411715 .6056337 2.33 0.020 .2246944 2.598735 ti_r | D1. | -.0439984 .0038271 -11.50 0.000 -.0514994 -.0364975 _cons | .0064897 .0257005 0.25 0.801 -.0438824 .0568618 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -11.09 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = -3.06 Pr > z = 0.0022 Arellano-Bond dynamic panel-data estimation Number of obs = 2986 Group variable (i): cod_mun Number of groups = 655 Wald chi2(7) = 192.03 Time variable (t): year Obs per group: min = 1 avg = 4.558779 max = 10 One-step results ------------------------------------------------------------------------------ | Robust D.loserv2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- loserv2 | LD. | .16287 .0338057 4.82 0.000 .096612 .229128 logdpl_pc | D1. | .1049404 .577356 0.18 0.856 -1.026657 1.236537 lonbi | D1. | .1135953 .3741053 0.30 0.761 -.6196376 .8468282 lopopulat | D1. | .5551704 .9988278 0.56 0.578 -1.402496 2.512837 delec | D1. | .0997065 .0306185 3.26 0.001 .0396954 .1597176 lpibc | D1. | 4.308041 .6984431 6.17 0.000 2.939118 5.676965 ti_r | D1. | -.0237359 .004206 -5.64 0.000 -.0319794 -.0154924 _cons | -.0166725 .0248732 -0.67 0.503 -.0654231 .0320781 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -8.66 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 0.31 Pr > z = 0.7539 Arellano-Bond dynamic panel-data estimation Number of obs = 1971 Group variable (i): cod_mun Number of groups = 583 Wald chi2(7) = 87.88 Time variable (t): year Obs per group: min = 1 avg = 3.380789 max = 11 One-step results ------------------------------------------------------------------------------ | Robust D.lovivien2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- lovivien2 | LD. | .1098932 .0339354 3.24 0.001 .0433811 .1764053 logdpl_pc | D1. | -.5729784 1.135133 -0.50 0.614 -2.797798 1.651842 lonbi | D1. | .3937199 .8845315 0.45 0.656 -1.33993 2.12737 lopopulat | D1. | 1.109273 1.605251 0.69 0.490 -2.036961 4.255506 delec | D1. | .1301599 .0596857 2.18 0.029 .0131782 .2471417 lpibc | D1. | 5.375299 1.345652 3.99 0.000 2.737869 8.012729 ti_r | D1. | -.032612 .008558 -3.81 0.000 -.0493854 -.0158387 _cons | -.1512471 .0491423 -3.08 0.002 -.2475642 -.0549301 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -8.79 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = -2.25 Pr > z = 0.0245 Arellano-Bond dynamic panel-data estimation Number of obs = 3778 Group variable (i): cod_mun Number of groups = 862 Wald chi2(7) = 651.64 Time variable (t): year Obs per group: min = 1 avg = 4.382831 max = 11 One-step results ------------------------------------------------------------------------------ | Robust D.loeducac2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- loeducac2 | LD. | .1241162 .0325959 3.81 0.000 .0602293 .188003 logdpl_pc | D1. | -.8283834 .4576681 -1.81 0.070 -1.725396 .0686296 lonbi | D1. | .4166644 .2583666 1.61 0.107 -.0897249 .9230536 lopopulat | D1. | -.2857605 .6506265 -0.44 0.661 -1.560965 .9894439 delec | D1. | .0934373 .022413 4.17 0.000 .0495086 .137366 lpibc | D1. | 5.885306 .5165961 11.39 0.000 4.872797 6.897816 ti_r | D1. | .0134047 .003105 4.32 0.000 .0073191 .0194904 _cons | .054695 .0165819 3.30 0.001 .0221951 .0871949 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -6.44 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = -0.24 Pr > z = 0.8069 Arellano-Bond dynamic panel-data estimation Number of obs = 3485 Group variable (i): cod_mun Number of groups = 836 Wald chi2(7) = 561.07 Time variable (t): year Obs per group: min = 1 avg = 4.16866 max = 11 One-step results ------------------------------------------------------------------------------ | Robust D.losaludd2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- losaludd2 | LD. | .1390739 .0280782 4.95 0.000 .0840417 .1941061 logdpl_pc | D1. | -3.387284 .6358332 -5.33 0.000 -4.633494 -2.141074 lonbi | D1. | 1.275225 .3128795 4.08 0.000 .6619929 1.888458 lopopulat | D1. | -3.195146 .9942928 -3.21 0.001 -5.143924 -1.246368 delec | D1. | .2105967 .0348336 6.05 0.000 .1423241 .2788693 lpibc | D1. | 6.78127 .7181337 9.44 0.000 5.373754 8.188786 ti_r | D1. | .041551 .0050033 8.30 0.000 .0317446 .0513573 _cons | .2380239 .0236374 10.07 0.000 .1916955 .2843523 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -9.68 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 1.44 Pr > z = 0.1500 Arellano-Bond dynamic panel-data estimation Number of obs = 5554 Group variable (i): cod_mun Number of groups = 873 Wald chi2(7) = 258.24 Time variable (t): year Obs per group: min = 1 avg = 6.36197 max = 16 One-step results ------------------------------------------------------------------------------ | Robust D.loserdeu2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- loserdeu2 | LD. | .1570772 .0277919 5.65 0.000 .102606 .2115484 logdpl_pc | D1. | -1.134565 .5793484 -1.96 0.050 -2.270067 .0009368 lonbi | D1. | -.1333145 .3406009 -0.39 0.695 -.80088 .534251 lopopulat | D1. | .4906691 .5305165 0.92 0.355 -.5491241 1.530462 delec | D1. | -.0884787 .0224933 -3.93 0.000 -.1325647 -.0443927 lpibc | D1. | 5.073329 .5352594 9.48 0.000 4.02424 6.122418 ti_r | D1. | .014823 .0039919 3.71 0.000 .006999 .0226471 _cons | -.0696007 .0207642 -3.35 0.001 -.1102979 -.0289036 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -11.60 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 2.60 Pr > z = 0.0094 Arellano-Bond dynamic panel-data estimation Number of obs = 1232 Group variable (i): cod_mun Number of groups = 605 Wald chi2(7) = 384.91 Time variable (t): year Obs per group: min = 1 avg = 2.036364 max = 4 One-step results ------------------------------------------------------------------------------ | Robust D.lopersnom2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- lopersnom2 | LD. | -.1514513 .2515619 -0.60 0.547 -.6445036 .341601 logdpl_pc | D1. | .4343175 .7178069 0.61 0.545 -.9725582 1.841193 lonbi | D1. | -.5697739 .3116923 -1.83 0.068 -1.18068 .0411318 lopopulat | D1. | .9449645 1.364101 0.69 0.488 -1.728625 3.618554 delec | D1. | -4.028105 1.445146 -2.79 0.005 -6.860538 -1.195672 lpibc | D1. | .9742098 2.956673 0.33 0.742 -4.820763 6.769183 ti_r | D1. | -.9164233 .317088 -2.89 0.004 -1.537904 -.2949423 _cons | -2.719974 .8906901 -3.05 0.002 -4.465694 -.9742531 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -0.88 Pr > z = 0.3789 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = -2.67 Pr > z = 0.0076 Arellano-Bond dynamic panel-data estimation Number of obs = 11151 Group variable (i): cod_mun Number of groups = 1029 Wald chi2(9) = 433.88 Time variable (t): year Obs per group: min = 1 avg = 10.83673 max = 16 One-step results ------------------------------------------------------------------------------ | Robust D.logastos2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- logastos2 | LD. | .2502866 .0300025 8.34 0.000 .1914828 .3090903 logdpl_pc | D1. | -.3830529 .1372456 -2.79 0.005 -.6520492 -.1140565 lonbi | D1. | -.1329014 .0775963 -1.71 0.087 -.2849873 .0191846 lopopulat | D1. | -.1860306 .0758102 -2.45 0.014 -.3346157 -.0374454 deficit | D1. | -2.40e-09 1.75e-09 -1.37 0.170 -5.84e-09 1.03e-09 delec | D1. | .0231686 .0057852 4.00 0.000 .0118298 .0345074 fisdept | D1. | -.3775965 .1742291 -2.17 0.030 -.7190793 -.0361137 lpibc | D1. | 2.760137 .2151531 12.83 0.000 2.338444 3.181829 ti_r | D1. | -.0083136 .0012318 -6.75 0.000 -.010728 -.0058993 _cons | .0262425 .0087263 3.01 0.003 .0091392 .0433457 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -8.65 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 1.47 Pr > z = 0.1413 Arellano-Bond dynamic panel-data estimation Number of obs = 11100 Group variable (i): cod_mun Number of groups = 1027 Wald chi2(9) = 280.67 Time variable (t): year Obs per group: min = 1 avg = 10.80818 max = 16 One-step results ------------------------------------------------------------------------------ | Robust D.logfunci2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- logfunci2 | LD. | .2276713 .0344242 6.61 0.000 .1602011 .2951416 logdpl_pc | D1. | -.4311493 .1265343 -3.41 0.001 -.679152 -.1831465 lonbi | D1. | -.2178334 .0788838 -2.76 0.006 -.3724427 -.0632241 lopopulat | D1. | .1370319 .0697475 1.96 0.049 .0003292 .2737346 deficit | D1. | -9.59e-11 7.48e-10 -0.13 0.898 -1.56e-09 1.37e-09 delec | D1. | .0160326 .0055733 2.88 0.004 .005109 .0269561 fisdept | D1. | .886234 .1578337 5.61 0.000 .5768856 1.195582 lpibc | D1. | 1.93496 .1786277 10.83 0.000 1.584856 2.285064 ti_r | D1. | -.0001582 .0011336 -0.14 0.889 -.00238 .0020636 _cons | -.0228577 .0076137 -3.00 0.003 -.0377804 -.007935 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -10.10 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 2.84 Pr > z = 0.0046 Arellano-Bond dynamic panel-data estimation Number of obs = 10837 Group variable (i): cod_mun Number of groups = 1025 Wald chi2(9) = 654.54 Time variable (t): year Obs per group: min = 1 avg = 10.57268 max = 16 One-step results ------------------------------------------------------------------------------ | Robust D.loggener2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- loggener2 | LD. | .2208884 .0199854 11.05 0.000 .1817177 .260059 logdpl_pc | D1. | -1.449288 .2128529 -6.81 0.000 -1.866472 -1.032104 lonbi | D1. | -.3286209 .1244074 -2.64 0.008 -.5724549 -.0847868 lopopulat | D1. | .0929677 .1328923 0.70 0.484 -.1674965 .3534319 deficit | D1. | -1.16e-09 1.61e-09 -0.72 0.474 -4.32e-09 2.01e-09 delec | D1. | .0052922 .0096731 0.55 0.584 -.0136668 .0242512 fisdept | D1. | 1.47791 .2418737 6.11 0.000 1.003846 1.951973 lpibc | D1. | 3.53378 .2217424 15.94 0.000 3.099173 3.968388 ti_r | D1. | -.0037666 .0015988 -2.36 0.018 -.0069002 -.000633 _cons | -.0860162 .0094005 -9.15 0.000 -.1044409 -.0675915 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -20.91 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 3.95 Pr > z = 0.0001 Arellano-Bond dynamic panel-data estimation Number of obs = 10943 Group variable (i): cod_mun Number of groups = 1026 Wald chi2(9) = 256.07 Time variable (t): year Obs per group: min = 1 avg = 10.66569 max = 16 One-step results ------------------------------------------------------------------------------ | Robust D.logperso2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- logperso2 | LD. | .3137799 .0450133 6.97 0.000 .2255554 .4020044 logdpl_pc | D1. | .0192738 .1254334 0.15 0.878 -.2265711 .2651187 lonbi | D1. | -.3522123 .0685662 -5.14 0.000 -.4865996 -.217825 lopopulat | D1. | .1783211 .0640237 2.79 0.005 .0528371 .3038052 deficit | D1. | -7.70e-10 9.28e-10 -0.83 0.406 -2.59e-09 1.05e-09 delec | D1. | .0243481 .0054933 4.43 0.000 .0135815 .0351146 fisdept | D1. | .7625141 .1454372 5.24 0.000 .4774623 1.047566 lpibc | D1. | .987223 .1370833 7.20 0.000 .7185446 1.255901 ti_r | D1. | -.0028646 .0009069 -3.16 0.002 -.004642 -.0010872 _cons | .0100862 .0070369 1.43 0.152 -.0037059 .0238783 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -11.00 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 2.89 Pr > z = 0.0039 Arellano-Bond dynamic panel-data estimation Number of obs = 1201 Group variable (i): cod_mun Number of groups = 589 Wald chi2(8) = 646.87 Time variable (t): year Obs per group: min = 1 avg = 2.039049 max = 4 One-step results ------------------------------------------------------------------------------ | Robust D. | lopersinel2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- lopersinel2 | LD. | .2134541 .0681974 3.13 0.002 .0797897 .3471186 logdpl_pc | D1. | 2.30053 .8232727 2.79 0.005 .6869448 3.914115 lonbi | D1. | .0095384 .3179859 0.03 0.976 -.6137025 .6327793 lopopulat | D1. | 1.541951 1.213933 1.27 0.204 -.8373142 3.921217 deficit | D1. | -3.65e-10 8.01e-10 -0.45 0.649 -1.93e-09 1.21e-09 delec | D1. | 4.665946 .2376573 19.63 0.000 4.200146 5.131745 fisdept | D1. | (dropped) lpibc | D1. | -7.367751 1.095067 -6.73 0.000 -9.514042 -5.22146 ti_r | D1. | 1.076895 .0517365 20.81 0.000 .9754935 1.178297 _cons | 3.066786 .1487115 20.62 0.000 2.775317 3.358255 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -6.34 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = -0.55 Pr > z = 0.5834 Arellano-Bond dynamic panel-data estimation Number of obs = 9627 Group variable (i): cod_mun Number of groups = 1015 Wald chi2(9) = 143.42 Time variable (t): year Obs per group: min = 1 avg = 9.484729 max = 16 One-step results ------------------------------------------------------------------------------ | Robust D.lotransf2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- lotransf2 | LD. | .1920054 .0205974 9.32 0.000 .1516351 .2323756 logdpl_pc | D1. | .1072651 .3821607 0.28 0.779 -.6417561 .8562862 lonbi | D1. | .1619298 .2080675 0.78 0.436 -.245875 .5697345 lopopulat | D1. | .8583875 .2510031 3.42 0.001 .3664305 1.350345 deficit | D1. | -1.08e-09 1.44e-09 -0.75 0.452 -3.90e-09 1.74e-09 delec | D1. | -.002357 .0168522 -0.14 0.889 -.0353867 .0306727 fisdept | D1. | -.3295013 .5099995 -0.65 0.518 -1.329082 .6700794 lpibc | D1. | 1.755982 .6138517 2.86 0.004 .5528549 2.959109 ti_r | D1. | .0060723 .0033812 1.80 0.073 -.0005547 .0126992 _cons | -.0598101 .0280074 -2.14 0.033 -.1147036 -.0049166 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -19.84 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 1.72 Pr > z = 0.0859 Arellano-Bond dynamic panel-data estimation Number of obs = 763 Group variable (i): cod_mun Number of groups = 318 Wald chi2(9) = 77.89 Time variable (t): year Obs per group: min = 1 avg = 2.399371 max = 10 One-step results ------------------------------------------------------------------------------ | Robust D.lotrinel2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- lotrinel2 | LD. | .2294143 .1322895 1.73 0.083 -.0298683 .488697 logdpl_pc | D1. | -1.137707 1.233841 -0.92 0.356 -3.555991 1.280576 lonbi | D1. | -.1698919 1.273927 -0.13 0.894 -2.666743 2.32696 lopopulat | D1. | 1.860663 2.203664 0.84 0.398 -2.458439 6.179766 deficit | D1. | -5.09e-09 7.37e-09 -0.69 0.489 -1.95e-08 9.35e-09 delec | D1. | -.3337947 .0779823 -4.28 0.000 -.4866372 -.1809523 fisdept | D1. | -9.91687 4.075726 -2.43 0.015 -17.90515 -1.928593 lpibc | D1. | -12.6329 6.277985 -2.01 0.044 -24.93753 -.3282782 ti_r | D1. | .0627302 .014543 4.31 0.000 .0342265 .0912339 _cons | .3176599 .2407676 1.32 0.187 -.154236 .7895558 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -3.62 Pr > z = 0.0003 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 1.97 Pr > z = 0.0484 Arellano-Bond dynamic panel-data estimation Number of obs = 4807 Group variable (i): cod_mun Number of groups = 502 Wald chi2(9) = 69.72 Time variable (t): year Obs per group: min = 1 avg = 9.575697 max = 15 One-step results ------------------------------------------------------------------------------ | Robust D.lotrelas2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- lotrelas2 | LD. | .0384719 .0467636 0.82 0.411 -.053183 .1301268 logdpl_pc | D1. | 2.787482 1.089092 2.56 0.010 .6529 4.922063 lonbi | D1. | -.845364 1.076296 -0.79 0.432 -2.954866 1.264138 lopopulat | D1. | 1.574047 .6065898 2.59 0.009 .3851527 2.762941 deficit | D1. | 2.70e-08 2.94e-08 0.92 0.359 -3.07e-08 8.46e-08 delec | D1. | .2210023 .034323 6.44 0.000 .1537305 .288274 fisdept | D1. | 4.365243 .8526029 5.12 0.000 2.694172 6.036314 lpibc | D1. | -3.193293 1.265395 -2.52 0.012 -5.673421 -.7131656 ti_r | D1. | .0323321 .0067122 4.82 0.000 .0191765 .0454877 _cons | -.0694933 .0768816 -0.90 0.366 -.2201784 .0811919 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -3.38 Pr > z = 0.0007 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = -1.04 Pr > z = 0.2975 Arellano-Bond dynamic panel-data estimation Number of obs = 10489 Group variable (i): cod_mun Number of groups = 1024 Wald chi2(9) = 995.16 Time variable (t): year Obs per group: min = 1 avg = 10.24316 max = 16 One-step results ------------------------------------------------------------------------------ | Robust D.loinvers2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- loinvers2 | LD. | .2374188 .018061 13.15 0.000 .20202 .2728177 logdpl_pc | D1. | .3416011 .2611568 1.31 0.191 -.1702569 .853459 lonbi | D1. | .2284583 .1232092 1.85 0.064 -.0130273 .4699438 lopopulat | D1. | -.2725065 .1491084 -1.83 0.068 -.5647537 .0197407 deficit | D1. | -6.27e-09 4.66e-09 -1.35 0.178 -1.54e-08 2.85e-09 delec | D1. | .0946773 .0112499 8.42 0.000 .0726279 .1167267 fisdept | D1. | -.1166481 .2665408 -0.44 0.662 -.6390585 .4057623 lpibc | D1. | 3.573979 .223847 15.97 0.000 3.135247 4.012711 ti_r | D1. | -.0223702 .0018033 -12.41 0.000 -.0259045 -.0188359 _cons | .0673694 .0084421 7.98 0.000 .0508232 .0839155 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -14.40 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 0.37 Pr > z = 0.7086 Arellano-Bond dynamic panel-data estimation Number of obs = 2861 Group variable (i): cod_mun Number of groups = 617 Wald chi2(9) = 140.67 Time variable (t): year Obs per group: min = 1 avg = 4.636953 max = 10 One-step results ------------------------------------------------------------------------------ | Robust D.loinfr2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- loinfr2 | LD. | .0360189 .0337184 1.07 0.285 -.0300679 .1021058 logdpl_pc | D1. | .8660731 .5206126 1.66 0.096 -.1543088 1.886455 lonbi | D1. | -.1106418 .387241 -0.29 0.775 -.8696202 .6483365 lopopulat | D1. | 1.774954 .8732085 2.03 0.042 .0634971 3.486412 deficit | D1. | -7.65e-09 3.56e-09 -2.15 0.032 -1.46e-08 -6.75e-10 delec | D1. | .0290438 .0287906 1.01 0.313 -.0273848 .0854724 fisdept | D1. | -.7365648 .9197105 -0.80 0.423 -2.539164 1.066035 lpibc | D1. | .6431734 .7037314 0.91 0.361 -.7361147 2.022462 ti_r | D1. | -.0394106 .004248 -9.28 0.000 -.0477365 -.0310847 _cons | .0363266 .0294979 1.23 0.218 -.0214882 .0941414 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -10.31 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = -2.37 Pr > z = 0.0176 Arellano-Bond dynamic panel-data estimation Number of obs = 3734 Group variable (i): cod_mun Number of groups = 862 Wald chi2(9) = 184.12 Time variable (t): year Obs per group: min = 1 avg = 4.331787 max = 11 One-step results ------------------------------------------------------------------------------ | Robust D.loinvial2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- loinvial2 | LD. | .0903358 .031674 2.85 0.004 .0282559 .1524156 logdpl_pc | D1. | .8274768 .5375354 1.54 0.124 -.2260732 1.881027 lonbi | D1. | -.217411 .3893685 -0.56 0.577 -.9805594 .5457373 lopopulat | D1. | 2.243933 .8112045 2.77 0.006 .6540015 3.833865 deficit | D1. | -1.11e-08 7.09e-09 -1.57 0.117 -2.50e-08 2.77e-09 delec | D1. | -.0113393 .0264962 -0.43 0.669 -.063271 .0405924 fisdept | D1. | -.7626158 .8686389 -0.88 0.380 -2.465117 .9398852 lpibc | D1. | 1.182347 .6340727 1.86 0.062 -.0604127 2.425107 ti_r | D1. | -.044499 .0038048 -11.70 0.000 -.0519563 -.0370417 _cons | .0156971 .0268097 0.59 0.558 -.0368489 .068243 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -11.12 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = -2.95 Pr > z = 0.0032 Arellano-Bond dynamic panel-data estimation Number of obs = 2986 Group variable (i): cod_mun Number of groups = 655 Wald chi2(9) = 200.28 Time variable (t): year Obs per group: min = 1 avg = 4.558779 max = 10 One-step results ------------------------------------------------------------------------------ | Robust D.loserv2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- loserv2 | LD. | .1701552 .0351883 4.84 0.000 .1011873 .2391231 logdpl_pc | D1. | .3253267 .614551 0.53 0.597 -.8791712 1.529825 lonbi | D1. | .0919708 .3644393 0.25 0.801 -.6223171 .8062587 lopopulat | D1. | .4622881 .8733054 0.53 0.597 -1.249359 2.173935 deficit | D1. | -3.54e-09 4.00e-09 -0.88 0.377 -1.14e-08 4.31e-09 delec | D1. | .0624386 .0313686 1.99 0.047 .0009573 .1239198 fisdept | D1. | -3.378263 .8684412 -3.89 0.000 -5.080377 -1.67615 lpibc | D1. | 3.520275 .6902016 5.10 0.000 2.167505 4.873045 ti_r | D1. | -.0249285 .0041247 -6.04 0.000 -.0330128 -.0168441 _cons | .0130014 .0260278 0.50 0.617 -.0380121 .064015 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -8.91 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 0.45 Pr > z = 0.6538 Arellano-Bond dynamic panel-data estimation Number of obs = 1971 Group variable (i): cod_mun Number of groups = 583 Wald chi2(9) = 91.13 Time variable (t): year Obs per group: min = 1 avg = 3.380789 max = 11 One-step results ------------------------------------------------------------------------------ | Robust D.lovivien2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- lovivien2 | LD. | .1149011 .0334494 3.44 0.001 .0493415 .1804607 logdpl_pc | D1. | -.7769822 1.125601 -0.69 0.490 -2.98312 1.429156 lonbi | D1. | .3983151 .8820311 0.45 0.652 -1.330434 2.127064 lopopulat | D1. | 1.060242 1.579345 0.67 0.502 -2.035217 4.155701 deficit | D1. | -4.45e-09 7.13e-09 -0.63 0.532 -1.84e-08 9.51e-09 delec | D1. | .1513989 .063166 2.40 0.017 .0275958 .275202 fisdept | D1. | 1.598367 1.562045 1.02 0.306 -1.463185 4.659918 lpibc | D1. | 5.626286 1.376023 4.09 0.000 2.92933 8.323241 ti_r | D1. | -.0327116 .0085942 -3.81 0.000 -.0495558 -.0158673 _cons | -.1612823 .0499218 -3.23 0.001 -.2591272 -.0634374 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -8.78 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = -2.19 Pr > z = 0.0286 Arellano-Bond dynamic panel-data estimation Number of obs = 3778 Group variable (i): cod_mun Number of groups = 862 Wald chi2(9) = 698.52 Time variable (t): year Obs per group: min = 1 avg = 4.382831 max = 11 One-step results ------------------------------------------------------------------------------ | Robust D.loeducac2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- loeducac2 | LD. | .1143327 .0318205 3.59 0.000 .0519658 .1766997 logdpl_pc | D1. | -.3973023 .4485303 -0.89 0.376 -1.276406 .4818009 lonbi | D1. | .4247105 .2566373 1.65 0.098 -.0782894 .9277105 lopopulat | D1. | -.1093968 .6668453 -0.16 0.870 -1.41639 1.197596 deficit | D1. | -8.95e-09 5.42e-09 -1.65 0.098 -1.96e-08 1.67e-09 delec | D1. | .0444697 .0218047 2.04 0.041 .0017333 .0872061 fisdept | D1. | -4.52186 .4648149 -9.73 0.000 -5.432881 -3.61084 lpibc | D1. | 4.82274 .5161849 9.34 0.000 3.811036 5.834444 ti_r | D1. | .0122456 .0030933 3.96 0.000 .0061828 .0183085 _cons | .0957035 .0168274 5.69 0.000 .0627225 .1286845 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -6.25 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = -0.09 Pr > z = 0.9267 Arellano-Bond dynamic panel-data estimation Number of obs = 3485 Group variable (i): cod_mun Number of groups = 836 Wald chi2(9) = 605.75 Time variable (t): year Obs per group: min = 1 avg = 4.16866 max = 11 One-step results ------------------------------------------------------------------------------ | Robust D.losaludd2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- losaludd2 | LD. | .1094569 .0277801 3.94 0.000 .0550088 .163905 logdpl_pc | D1. | -2.528381 .6233895 -4.06 0.000 -3.750202 -1.30656 lonbi | D1. | 1.310861 .3059724 4.28 0.000 .7111659 1.910556 lopopulat | D1. | -2.791596 .9722502 -2.87 0.004 -4.697171 -.8860202 deficit | D1. | -7.51e-09 5.87e-09 -1.28 0.201 -1.90e-08 3.99e-09 delec | D1. | .1390334 .0344246 4.04 0.000 .0715624 .2065044 fisdept | D1. | -6.63034 .6613907 -10.02 0.000 -7.926642 -5.334038 lpibc | D1. | 5.453794 .6902041 7.90 0.000 4.101019 6.80657 ti_r | D1. | .0408693 .0049339 8.28 0.000 .0311991 .0505395 _cons | .30426 .024109 12.62 0.000 .2570072 .3515127 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -9.43 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 1.74 Pr > z = 0.0823 Arellano-Bond dynamic panel-data estimation Number of obs = 5554 Group variable (i): cod_mun Number of groups = 873 Wald chi2(9) = 262.59 Time variable (t): year Obs per group: min = 1 avg = 6.36197 max = 16 One-step results ------------------------------------------------------------------------------ | Robust D.loserdeu2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- loserdeu2 | LD. | .1603328 .0277575 5.78 0.000 .105929 .2147366 logdpl_pc | D1. | -.9705023 .5649557 -1.72 0.086 -2.077795 .1367906 lonbi | D1. | -.0923506 .3414546 -0.27 0.787 -.7615893 .5768881 lopopulat | D1. | .7487528 .5448239 1.37 0.169 -.3190824 1.816588 deficit | D1. | 1.29e-09 3.35e-09 0.39 0.700 -5.27e-09 7.85e-09 delec | D1. | -.1024556 .0233634 -4.39 0.000 -.1482471 -.0566641 fisdept | D1. | -1.251563 .6232906 -2.01 0.045 -2.47319 -.0299359 lpibc | D1. | 4.969946 .5260742 9.45 0.000 3.93886 6.001033 ti_r | D1. | .012031 .0039973 3.01 0.003 .0041964 .0198656 _cons | -.0627983 .020644 -3.04 0.002 -.1032599 -.0223368 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -11.55 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 2.62 Pr > z = 0.0089 Arellano-Bond dynamic panel-data estimation Number of obs = 1232 Group variable (i): cod_mun Number of groups = 605 Wald chi2(9) = 761.57 Time variable (t): year Obs per group: min = 1 avg = 2.036364 max = 4 One-step results ------------------------------------------------------------------------------ | Robust D.lopersnom2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- lopersnom2 | LD. | -.1562835 .2592043 -0.60 0.547 -.6643146 .3517475 logdpl_pc | D1. | -.1082417 .5761073 -0.19 0.851 -1.237391 1.020908 lonbi | D1. | -.8025314 .2608043 -3.08 0.002 -1.313698 -.2913644 lopopulat | D1. | .1572046 1.19345 0.13 0.895 -2.181915 2.496324 deficit | D1. | -2.53e-09 1.47e-09 -1.72 0.086 -5.41e-09 3.56e-10 delec | D1. | 1.72703 .1060653 16.28 0.000 1.519146 1.934915 fisdept | D1. | 60.24071 3.307164 18.22 0.000 53.75878 66.72263 lpibc | D1. | -38.87615 1.897756 -20.49 0.000 -42.59569 -35.15662 ti_r | D1. | -.0349677 .0077644 -4.50 0.000 -.0501857 -.0197497 _cons | -.1898618 .0254544 -7.46 0.000 -.2397515 -.1399722 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -0.62 Pr > z = 0.5362 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = -2.49 Pr > z = 0.0129 Arellano-Bond dynamic panel-data estimation Number of obs = 11151 Group variable (i): cod_mun Number of groups = 1029 Wald chi2(9) = 435.36 Time variable (t): year Obs per group: min = 1 avg = 10.83673 max = 16 One-step results ------------------------------------------------------------------------------ | Robust D.logastos2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- logastos2 | LD. | .2488188 .0299278 8.31 0.000 .1901614 .3074762 logdpl_pc | D1. | -.383221 .1370309 -2.80 0.005 -.6517966 -.1146455 lonbi | D1. | -.1306969 .0775004 -1.69 0.092 -.2825949 .0212011 lopopulat | D1. | -.1895588 .0760753 -2.49 0.013 -.3386636 -.040454 debt_84 | D1. | -4.99e-10 7.34e-10 -0.68 0.496 -1.94e-09 9.39e-10 delec | D1. | .0231206 .005778 4.00 0.000 .0117959 .0344453 fisdept | D1. | -.3787478 .1746711 -2.17 0.030 -.7210969 -.0363987 lpibc | D1. | 2.769345 .2160317 12.82 0.000 2.34593 3.192759 ti_r | D1. | -.0083222 .0012296 -6.77 0.000 -.0107322 -.0059122 _cons | .0263115 .0087553 3.01 0.003 .0091514 .0434717 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -8.65 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 1.45 Pr > z = 0.1466 Arellano-Bond dynamic panel-data estimation Number of obs = 11100 Group variable (i): cod_mun Number of groups = 1027 Wald chi2(9) = 280.54 Time variable (t): year Obs per group: min = 1 avg = 10.80818 max = 16 One-step results ------------------------------------------------------------------------------ | Robust D.logfunci2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- logfunci2 | LD. | .2275526 .0343236 6.63 0.000 .1602796 .2948257 logdpl_pc | D1. | -.432338 .1268581 -3.41 0.001 -.6809753 -.1837007 lonbi | D1. | -.2180639 .078824 -2.77 0.006 -.3725562 -.0635717 lopopulat | D1. | .13859 .0695802 1.99 0.046 .0022154 .2749646 debt_84 | D1. | 8.06e-10 9.44e-10 0.85 0.393 -1.04e-09 2.66e-09 delec | D1. | .0160557 .0055716 2.88 0.004 .0051354 .0269759 fisdept | D1. | .8822492 .1580624 5.58 0.000 .5724526 1.192046 lpibc | D1. | 1.929004 .1782693 10.82 0.000 1.579603 2.278406 ti_r | D1. | -.0001378 .0011305 -0.12 0.903 -.0023536 .0020779 _cons | -.0225219 .0075914 -2.97 0.003 -.0374008 -.0076429 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -10.11 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 2.84 Pr > z = 0.0045 Arellano-Bond dynamic panel-data estimation Number of obs = 10837 Group variable (i): cod_mun Number of groups = 1025 Wald chi2(9) = 668.54 Time variable (t): year Obs per group: min = 1 avg = 10.57268 max = 16 One-step results ------------------------------------------------------------------------------ | Robust D.loggener2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- loggener2 | LD. | .2209208 .0199749 11.06 0.000 .1817707 .2600709 logdpl_pc | D1. | -1.451844 .212626 -6.83 0.000 -1.868583 -1.035105 lonbi | D1. | -.327564 .1241946 -2.64 0.008 -.5709809 -.0841471 lopopulat | D1. | .0930333 .1332246 0.70 0.485 -.1680822 .3541487 debt_84 | D1. | 7.70e-10 9.95e-10 0.77 0.439 -1.18e-09 2.72e-09 delec | D1. | .0053454 .0096765 0.55 0.581 -.0136203 .024311 fisdept | D1. | 1.471904 .2417941 6.09 0.000 .9979962 1.945811 lpibc | D1. | 3.530073 .2215196 15.94 0.000 3.095903 3.964244 ti_r | D1. | -.0037393 .0016007 -2.34 0.019 -.0068765 -.000602 _cons | -.085656 .0093549 -9.16 0.000 -.1039912 -.0673208 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -20.92 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 3.96 Pr > z = 0.0001 Arellano-Bond dynamic panel-data estimation Number of obs = 10943 Group variable (i): cod_mun Number of groups = 1026 Wald chi2(9) = 254.03 Time variable (t): year Obs per group: min = 1 avg = 10.66569 max = 16 One-step results ------------------------------------------------------------------------------ | Robust D.logperso2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- logperso2 | LD. | .3147258 .0447687 7.03 0.000 .2269808 .4024709 logdpl_pc | D1. | .0160155 .1250693 0.13 0.898 -.2291159 .2611469 lonbi | D1. | -.3556271 .0684572 -5.19 0.000 -.4898008 -.2214534 lopopulat | D1. | .1803924 .0639378 2.82 0.005 .0550766 .3057082 debt_84 | D1. | 4.50e-10 1.25e-09 0.36 0.719 -2.00e-09 2.90e-09 delec | D1. | .024316 .005495 4.43 0.000 .0135459 .0350861 fisdept | D1. | .7626516 .1456837 5.23 0.000 .4771169 1.048186 lpibc | D1. | .99139 .1371641 7.23 0.000 .7225532 1.260227 ti_r | D1. | -.0028301 .0009058 -3.12 0.002 -.0046054 -.0010549 _cons | .0097538 .0069072 1.41 0.158 -.0037841 .0232916 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -11.05 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 2.90 Pr > z = 0.0037 Arellano-Bond dynamic panel-data estimation Number of obs = 1201 Group variable (i): cod_mun Number of groups = 589 Wald chi2(8) = 651.01 Time variable (t): year Obs per group: min = 1 avg = 2.039049 max = 4 One-step results ------------------------------------------------------------------------------ | Robust D. | lopersinel2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- lopersinel2 | LD. | .2225805 .0676302 3.29 0.001 .0900277 .3551333 logdpl_pc | D1. | 2.192112 .8188418 2.68 0.007 .5872118 3.797013 lonbi | D1. | .0124212 .3181128 0.04 0.969 -.6110684 .6359108 lopopulat | D1. | 1.342714 1.19843 1.12 0.263 -1.006166 3.691595 debt_84 | D1. | 9.83e-10 1.40e-09 0.70 0.483 -1.77e-09 3.73e-09 delec | D1. | 4.669489 .2386455 19.57 0.000 4.201753 5.137226 fisdept | D1. | (dropped) lpibc | D1. | -7.32237 1.091032 -6.71 0.000 -9.460754 -5.183986 ti_r | D1. | 1.077366 .0518823 20.77 0.000 .975679 1.179054 _cons | 3.067682 .1490128 20.59 0.000 2.775623 3.359742 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -6.39 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = -0.53 Pr > z = 0.5972 Arellano-Bond dynamic panel-data estimation Number of obs = 9627 Group variable (i): cod_mun Number of groups = 1015 Wald chi2(9) = 143.14 Time variable (t): year Obs per group: min = 1 avg = 9.484729 max = 16 One-step results ------------------------------------------------------------------------------ | Robust D.lotransf2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- lotransf2 | LD. | .1926275 .0206735 9.32 0.000 .1521082 .2331467 logdpl_pc | D1. | .1413145 .3833638 0.37 0.712 -.6100647 .8926938 lonbi | D1. | .160818 .2081644 0.77 0.440 -.2471767 .5688127 lopopulat | D1. | .8593146 .2513677 3.42 0.001 .366643 1.351986 debt_84 | D1. | -8.48e-10 1.65e-09 -0.51 0.608 -4.09e-09 2.39e-09 delec | D1. | -.0022555 .0168626 -0.13 0.894 -.0353057 .0307946 fisdept | D1. | -.3238955 .5109045 -0.63 0.526 -1.32525 .6774589 lpibc | D1. | 1.75448 .6155977 2.85 0.004 .5479309 2.961029 ti_r | D1. | .0060752 .0033824 1.80 0.072 -.0005541 .0127046 _cons | -.060227 .0281024 -2.14 0.032 -.1153068 -.0051473 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -19.82 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 1.74 Pr > z = 0.0814 Arellano-Bond dynamic panel-data estimation Number of obs = 763 Group variable (i): cod_mun Number of groups = 318 Wald chi2(9) = 75.67 Time variable (t): year Obs per group: min = 1 avg = 2.399371 max = 10 One-step results ------------------------------------------------------------------------------ | Robust D.lotrinel2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- lotrinel2 | LD. | .2137697 .1215243 1.76 0.079 -.0244136 .451953 logdpl_pc | D1. | -1.289788 1.230247 -1.05 0.294 -3.701027 1.121451 lonbi | D1. | -.1246472 1.279838 -0.10 0.922 -2.633084 2.38379 lopopulat | D1. | 1.604678 2.235867 0.72 0.473 -2.77754 5.986896 debt_84 | D1. | -1.43e-08 1.76e-08 -0.81 0.418 -4.88e-08 2.02e-08 delec | D1. | -.3373574 .0776584 -4.34 0.000 -.489565 -.1851498 fisdept | D1. | -9.713377 3.789794 -2.56 0.010 -17.14124 -2.285518 lpibc | D1. | -11.89034 5.633237 -2.11 0.035 -22.93128 -.8493943 ti_r | D1. | .0611306 .014615 4.18 0.000 .0324858 .0897755 _cons | .295885 .2167522 1.37 0.172 -.1289415 .7207115 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -3.75 Pr > z = 0.0002 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 1.93 Pr > z = 0.0530 Arellano-Bond dynamic panel-data estimation Number of obs = 4807 Group variable (i): cod_mun Number of groups = 502 Wald chi2(9) = 71.00 Time variable (t): year Obs per group: min = 1 avg = 9.575697 max = 15 One-step results ------------------------------------------------------------------------------ | Robust D.lotrelas2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- lotrelas2 | LD. | .0388078 .0471262 0.82 0.410 -.0535579 .1311735 logdpl_pc | D1. | 2.842461 1.098751 2.59 0.010 .6889488 4.995974 lonbi | D1. | -.8517287 1.080306 -0.79 0.430 -2.96909 1.265632 lopopulat | D1. | 1.636247 .6076703 2.69 0.007 .4452355 2.827259 debt_84 | D1. | 3.15e-08 2.25e-08 1.40 0.161 -1.26e-08 7.55e-08 delec | D1. | .2210331 .0343605 6.43 0.000 .1536877 .2883785 fisdept | D1. | 4.130199 .8464288 4.88 0.000 2.471229 5.789169 lpibc | D1. | -3.467385 1.268146 -2.73 0.006 -5.952905 -.9818645 ti_r | D1. | .0322863 .0067401 4.79 0.000 .019076 .0454967 _cons | -.0548769 .0762438 -0.72 0.472 -.204312 .0945583 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -3.38 Pr > z = 0.0007 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = -1.10 Pr > z = 0.2728 Arellano-Bond dynamic panel-data estimation Number of obs = 10489 Group variable (i): cod_mun Number of groups = 1024 Wald chi2(9) = 1016.26 Time variable (t): year Obs per group: min = 1 avg = 10.24316 max = 16 One-step results ------------------------------------------------------------------------------ | Robust D.loinvers2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- loinvers2 | LD. | .2373064 .0181447 13.08 0.000 .2017435 .2728693 logdpl_pc | D1. | .371122 .2614361 1.42 0.156 -.1412834 .8835274 lonbi | D1. | .2331447 .1235972 1.89 0.059 -.0091015 .4753908 lopopulat | D1. | -.2762209 .1497978 -1.84 0.065 -.5698191 .0173773 debt_84 | D1. | -1.40e-09 1.22e-09 -1.15 0.251 -3.80e-09 9.94e-10 delec | D1. | .094417 .0112389 8.40 0.000 .0723892 .1164449 fisdept | D1. | -.1255279 .2659535 -0.47 0.637 -.6467871 .3957314 lpibc | D1. | 3.575937 .2223102 16.09 0.000 3.140217 4.011657 ti_r | D1. | -.0224333 .0018086 -12.40 0.000 -.025978 -.0188886 _cons | .0674711 .0084646 7.97 0.000 .0508807 .0840615 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -14.39 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 0.38 Pr > z = 0.7043 Arellano-Bond dynamic panel-data estimation Number of obs = 2861 Group variable (i): cod_mun Number of groups = 617 Wald chi2(9) = 138.29 Time variable (t): year Obs per group: min = 1 avg = 4.636953 max = 10 One-step results ------------------------------------------------------------------------------ | Robust D.loinfr2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- loinfr2 | LD. | .0308654 .033093 0.93 0.351 -.0339958 .0957265 logdpl_pc | D1. | .8752163 .517652 1.69 0.091 -.1393629 1.889796 lonbi | D1. | -.1087687 .3887622 -0.28 0.780 -.8707286 .6531911 lopopulat | D1. | 1.7031 .8751371 1.95 0.052 -.0121368 3.418337 debt_84 | D1. | -4.01e-09 2.23e-09 -1.80 0.071 -8.38e-09 3.49e-10 delec | D1. | .0290466 .0287586 1.01 0.312 -.0273192 .0854124 fisdept | D1. | -.7776566 .9145917 -0.85 0.395 -2.570223 1.01491 lpibc | D1. | .7033483 .7036278 1.00 0.318 -.6757369 2.082433 ti_r | D1. | -.0393209 .0042521 -9.25 0.000 -.0476549 -.0309868 _cons | .0344172 .0296583 1.16 0.246 -.023712 .0925464 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -10.46 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = -2.49 Pr > z = 0.0129 Arellano-Bond dynamic panel-data estimation Number of obs = 3734 Group variable (i): cod_mun Number of groups = 862 Wald chi2(9) = 182.13 Time variable (t): year Obs per group: min = 1 avg = 4.331787 max = 11 One-step results ------------------------------------------------------------------------------ | Robust D.loinvial2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- loinvial2 | LD. | .0880969 .0317629 2.77 0.006 .0258427 .1503511 logdpl_pc | D1. | .8807928 .5452102 1.62 0.106 -.1877996 1.949385 lonbi | D1. | -.2326746 .387963 -0.60 0.549 -.9930682 .527719 lopopulat | D1. | 2.076809 .805868 2.58 0.010 .4973371 3.656282 debt_84 | D1. | -8.28e-09 2.78e-09 -2.98 0.003 -1.37e-08 -2.84e-09 delec | D1. | -.0133493 .0264652 -0.50 0.614 -.0652201 .0385216 fisdept | D1. | -.8291136 .8671474 -0.96 0.339 -2.528691 .8704641 lpibc | D1. | 1.248186 .6365665 1.96 0.050 .0005387 2.495834 ti_r | D1. | -.0445549 .0038015 -11.72 0.000 -.0520057 -.037104 _cons | .0122566 .0268224 0.46 0.648 -.0403143 .0648275 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -11.11 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = -3.01 Pr > z = 0.0026 Arellano-Bond dynamic panel-data estimation Number of obs = 2986 Group variable (i): cod_mun Number of groups = 655 Wald chi2(9) = 307.66 Time variable (t): year Obs per group: min = 1 avg = 4.558779 max = 10 One-step results ------------------------------------------------------------------------------ | Robust D.loserv2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- loserv2 | LD. | .1536707 .0370497 4.15 0.000 .0810546 .2262869 logdpl_pc | D1. | .420718 .5883344 0.72 0.475 -.7323961 1.573832 lonbi | D1. | .0875095 .3661534 0.24 0.811 -.630138 .805157 lopopulat | D1. | -.0039395 .8579191 -0.00 0.996 -1.68543 1.677551 debt_84 | D1. | -1.66e-08 1.67e-09 -9.91 0.000 -1.98e-08 -1.33e-08 delec | D1. | .0557366 .0300528 1.85 0.064 -.0031658 .1146389 fisdept | D1. | -3.401685 .864838 -3.93 0.000 -5.096736 -1.706634 lpibc | D1. | 3.771613 .7071014 5.33 0.000 2.38572 5.157507 ti_r | D1. | -.0252571 .004137 -6.11 0.000 -.0333655 -.0171487 _cons | .0079173 .0263323 0.30 0.764 -.043693 .0595276 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -8.87 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 0.05 Pr > z = 0.9597 Arellano-Bond dynamic panel-data estimation Number of obs = 1971 Group variable (i): cod_mun Number of groups = 583 Wald chi2(9) = 92.37 Time variable (t): year Obs per group: min = 1 avg = 3.380789 max = 11 One-step results ------------------------------------------------------------------------------ | Robust D.lovivien2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- lovivien2 | LD. | .1114426 .0333966 3.34 0.001 .0459864 .1768988 logdpl_pc | D1. | -.5156739 1.132581 -0.46 0.649 -2.735492 1.704144 lonbi | D1. | .423436 .8822766 0.48 0.631 -1.305794 2.152666 lopopulat | D1. | .986002 1.588329 0.62 0.535 -2.127065 4.099069 debt_84 | D1. | -3.49e-09 1.97e-09 -1.77 0.076 -7.35e-09 3.65e-10 delec | D1. | .1491383 .0629045 2.37 0.018 .0258477 .2724289 fisdept | D1. | 1.496397 1.561133 0.96 0.338 -1.563367 4.556161 lpibc | D1. | 5.521166 1.3707 4.03 0.000 2.834644 8.207688 ti_r | D1. | -.0325347 .0085801 -3.79 0.000 -.0493514 -.0157179 _cons | -.1598529 .0499629 -3.20 0.001 -.2577784 -.0619274 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -8.85 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = -2.22 Pr > z = 0.0261 Arellano-Bond dynamic panel-data estimation Number of obs = 3778 Group variable (i): cod_mun Number of groups = 862 Wald chi2(9) = 758.97 Time variable (t): year Obs per group: min = 1 avg = 4.382831 max = 11 One-step results ------------------------------------------------------------------------------ | Robust D.loeducac2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- loeducac2 | LD. | .118185 .0320359 3.69 0.000 .0553959 .1809742 logdpl_pc | D1. | -.2930202 .4559634 -0.64 0.520 -1.186692 .6006516 lonbi | D1. | .4129919 .2545639 1.62 0.105 -.0859441 .911928 lopopulat | D1. | -.2094073 .6590094 -0.32 0.751 -1.501042 1.082227 debt_84 | D1. | -5.72e-09 1.40e-09 -4.07 0.000 -8.47e-09 -2.96e-09 delec | D1. | .0424388 .0218572 1.94 0.052 -.0004006 .0852782 fisdept | D1. | -4.603531 .4670309 -9.86 0.000 -5.518895 -3.688167 lpibc | D1. | 4.799592 .5147882 9.32 0.000 3.790626 5.808559 ti_r | D1. | .0121951 .0030898 3.95 0.000 .0061392 .018251 _cons | .0939582 .0167372 5.61 0.000 .0611538 .1267626 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -6.25 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 0.06 Pr > z = 0.9482 Arellano-Bond dynamic panel-data estimation Number of obs = 3485 Group variable (i): cod_mun Number of groups = 836 Wald chi2(9) = 603.92 Time variable (t): year Obs per group: min = 1 avg = 4.16866 max = 11 One-step results ------------------------------------------------------------------------------ | Robust D.losaludd2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- losaludd2 | LD. | .1097591 .0280833 3.91 0.000 .0547167 .1648014 logdpl_pc | D1. | -2.504495 .6219108 -4.03 0.000 -3.723418 -1.285572 lonbi | D1. | 1.293104 .3043137 4.25 0.000 .6966599 1.889548 lopopulat | D1. | -2.814038 .9854319 -2.86 0.004 -4.745449 -.8826273 debt_84 | D1. | -1.97e-09 2.02e-09 -0.98 0.328 -5.92e-09 1.98e-09 delec | D1. | .1386457 .0343857 4.03 0.000 .071251 .2060404 fisdept | D1. | -6.674162 .6649317 -10.04 0.000 -7.977404 -5.37092 lpibc | D1. | 5.463085 .682473 8.00 0.000 4.125462 6.800707 ti_r | D1. | .0409979 .0049321 8.31 0.000 .0313313 .0506646 _cons | .3028681 .0241986 12.52 0.000 .2554397 .3502964 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -9.39 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 1.78 Pr > z = 0.0752 Arellano-Bond dynamic panel-data estimation Number of obs = 5554 Group variable (i): cod_mun Number of groups = 873 Wald chi2(9) = 262.08 Time variable (t): year Obs per group: min = 1 avg = 6.36197 max = 16 One-step results ------------------------------------------------------------------------------ | Robust D.loserdeu2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- loserdeu2 | LD. | .1603004 .0277477 5.78 0.000 .105916 .2146848 logdpl_pc | D1. | -1.017004 .565505 -1.80 0.072 -2.125373 .0913659 lonbi | D1. | -.0903389 .3410701 -0.26 0.791 -.7588239 .5781462 lopopulat | D1. | .7526089 .5459871 1.38 0.168 -.3175061 1.822724 debt_84 | D1. | 1.09e-09 1.36e-09 0.80 0.422 -1.57e-09 3.75e-09 delec | D1. | -.1024809 .0233713 -4.38 0.000 -.1482879 -.0566739 fisdept | D1. | -1.253282 .6240239 -2.01 0.045 -2.476347 -.0302177 lpibc | D1. | 4.975098 .5263445 9.45 0.000 3.943482 6.006714 ti_r | D1. | .0121365 .0040028 3.03 0.002 .0042911 .0199819 _cons | -.0625443 .0206926 -3.02 0.003 -.1031011 -.0219875 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -11.56 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 2.62 Pr > z = 0.0087 Arellano-Bond dynamic panel-data estimation Number of obs = 1232 Group variable (i): cod_mun Number of groups = 605 Wald chi2(9) = 845.00 Time variable (t): year Obs per group: min = 1 avg = 2.036364 max = 4 One-step results ------------------------------------------------------------------------------ | Robust D.lopersnom2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- lopersnom2 | LD. | -.1428608 .2618992 -0.55 0.585 -.6561738 .3704522 logdpl_pc | D1. | -.0414604 .5743722 -0.07 0.942 -1.167209 1.084288 lonbi | D1. | -.8057085 .261459 -3.08 0.002 -1.318159 -.2932584 lopopulat | D1. | .0675145 1.229231 0.05 0.956 -2.341733 2.476762 debt_84 | D1. | -4.75e-09 1.47e-09 -3.24 0.001 -7.63e-09 -1.88e-09 delec | D1. | 1.722011 .107573 16.01 0.000 1.511172 1.93285 fisdept | D1. | 60.0626 3.313655 18.13 0.000 53.56796 66.55725 lpibc | D1. | -38.82496 1.89193 -20.52 0.000 -42.53307 -35.11684 ti_r | D1. | -.0344633 .0076564 -4.50 0.000 -.0494695 -.019457 _cons | -.189387 .0247299 -7.66 0.000 -.2378568 -.1409172 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -0.59 Pr > z = 0.5549 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = -2.27 Pr > z = 0.0230 Arellano-Bond dynamic panel-data estimation Number of obs = 7828 Group variable (i): cod_mun Number of groups = 990 Wald chi2(10) = 384.55 Time variable (t): year Obs per group: min = 1 avg = 7.907071 max = 13 One-step results ------------------------------------------------------------------------------ | Robust D.logastos2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- logastos2 | LD. | .1500074 .0419267 3.58 0.000 .0678326 .2321822 logdpl_pc | D1. | -.7913433 .1781979 -4.44 0.000 -1.140605 -.4420819 lonbi | D1. | -.2319946 .1070731 -2.17 0.030 -.441854 -.0221353 lopopulat | D1. | -.4330432 .1136705 -3.81 0.000 -.6558333 -.210253 deficit | D1. | -2.25e-09 1.45e-09 -1.56 0.119 -5.08e-09 5.82e-10 delec | D1. | .021993 .0068536 3.21 0.001 .0085601 .0354258 fisdept | D1. | -1.026034 .1878268 -5.46 0.000 -1.394167 -.6578999 lovgan_loc | D1. | .0667266 .0220132 3.03 0.002 .0235816 .1098716 lpibc | D1. | 2.916391 .2743123 10.63 0.000 2.378748 3.454033 ti_r | D1. | -.0072374 .0014407 -5.02 0.000 -.0100611 -.0044138 _cons | .0354897 .0105863 3.35 0.001 .014741 .0562385 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -7.79 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = -0.63 Pr > z = 0.5280 Arellano-Bond dynamic panel-data estimation Number of obs = 7783 Group variable (i): cod_mun Number of groups = 989 Wald chi2(10) = 227.72 Time variable (t): year Obs per group: min = 1 avg = 7.869565 max = 13 One-step results ------------------------------------------------------------------------------ | Robust D.logfunci2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- logfunci2 | LD. | .1225444 .0453553 2.70 0.007 .0336497 .2114391 logdpl_pc | D1. | -.6550763 .169113 -3.87 0.000 -.9865317 -.3236208 lonbi | D1. | -.4694042 .0929534 -5.05 0.000 -.6515896 -.2872189 lopopulat | D1. | .1414806 .1202723 1.18 0.239 -.0942488 .3772099 deficit | D1. | 1.44e-10 7.01e-10 0.20 0.838 -1.23e-09 1.52e-09 delec | D1. | .0158642 .0063418 2.50 0.012 .0034346 .0282939 fisdept | D1. | .4257925 .1714424 2.48 0.013 .0897716 .7618134 lovgan_loc | D1. | .0956884 .0211788 4.52 0.000 .0541787 .1371981 lpibc | D1. | 1.989395 .2194097 9.07 0.000 1.55936 2.41943 ti_r | D1. | .0009719 .001314 0.74 0.460 -.0016036 .0035474 _cons | -.0266959 .0093117 -2.87 0.004 -.0449465 -.0084453 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -8.41 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 1.52 Pr > z = 0.1295 Arellano-Bond dynamic panel-data estimation Number of obs = 7606 Group variable (i): cod_mun Number of groups = 984 Wald chi2(10) = 482.79 Time variable (t): year Obs per group: min = 1 avg = 7.729675 max = 13 One-step results ------------------------------------------------------------------------------ | Robust D.loggener2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- loggener2 | LD. | .1909709 .0256125 7.46 0.000 .1407713 .2411704 logdpl_pc | D1. | -1.555741 .2628007 -5.92 0.000 -2.070821 -1.040662 lonbi | D1. | -.3722894 .1281817 -2.90 0.004 -.6235209 -.121058 lopopulat | D1. | .0519436 .2017532 0.26 0.797 -.3434855 .4473727 deficit | D1. | -1.25e-09 1.77e-09 -0.71 0.480 -4.73e-09 2.22e-09 delec | D1. | .0144851 .010598 1.37 0.172 -.0062866 .0352568 fisdept | D1. | 1.050075 .2738621 3.83 0.000 .513315 1.586835 lovgan_loc | D1. | .1903085 .0331288 5.74 0.000 .1253773 .2552397 lpibc | D1. | 3.348465 .2511947 13.33 0.000 2.856132 3.840797 ti_r | D1. | -.0024295 .001842 -1.32 0.187 -.0060398 .0011807 _cons | -.0823722 .0108104 -7.62 0.000 -.1035602 -.0611843 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -18.33 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 2.70 Pr > z = 0.0069 Arellano-Bond dynamic panel-data estimation Number of obs = 7659 Group variable (i): cod_mun Number of groups = 987 Wald chi2(10) = 182.29 Time variable (t): year Obs per group: min = 1 avg = 7.759878 max = 13 One-step results ------------------------------------------------------------------------------ | Robust D.logperso2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- logperso2 | LD. | .2610109 .0609453 4.28 0.000 .1415603 .3804615 logdpl_pc | D1. | .2118735 .1721649 1.23 0.218 -.1255635 .5493105 lonbi | D1. | -.404661 .0778896 -5.20 0.000 -.5573218 -.2520001 lopopulat | D1. | .3011524 .1107837 2.72 0.007 .0840204 .5182845 deficit | D1. | -1.01e-09 1.17e-09 -0.86 0.389 -3.29e-09 1.28e-09 delec | D1. | .0404618 .0068528 5.90 0.000 .0270305 .0538932 fisdept | D1. | .5902228 .1605191 3.68 0.000 .2756111 .9048344 lovgan_loc | D1. | .0457737 .0199933 2.29 0.022 .0065875 .0849599 lpibc | D1. | .8662678 .162376 5.33 0.000 .5480167 1.184519 ti_r | D1. | -.0025073 .0010356 -2.42 0.015 -.0045371 -.0004775 _cons | .0159406 .007625 2.09 0.037 .0009959 .0308853 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -8.03 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 1.46 Pr > z = 0.1439 Arellano-Bond dynamic panel-data estimation Number of obs = 1095 Group variable (i): cod_mun Number of groups = 535 Wald chi2(9) = 627.83 Time variable (t): year Obs per group: min = 1 avg = 2.046729 max = 4 One-step results ------------------------------------------------------------------------------ | Robust D. | lopersinel2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- lopersinel2 | LD. | .1947193 .0692246 2.81 0.005 .0590416 .3303969 logdpl_pc | D1. | 2.38163 .8885148 2.68 0.007 .6401728 4.123087 lonbi | D1. | .0887193 .3378774 0.26 0.793 -.5735083 .7509469 lopopulat | D1. | 1.968758 1.283907 1.53 0.125 -.5476546 4.48517 deficit | D1. | -4.26e-10 7.85e-10 -0.54 0.587 -1.96e-09 1.11e-09 delec | D1. | 4.598245 .24342 18.89 0.000 4.121151 5.07534 fisdept | D1. | (dropped) lovgan_loc | D1. | .1049636 .0962646 1.09 0.276 -.0837116 .2936387 lpibc | D1. | -7.363149 1.135222 -6.49 0.000 -9.588143 -5.138156 ti_r | D1. | 1.061544 .052693 20.15 0.000 .9582679 1.164821 _cons | 3.040356 .1516845 20.04 0.000 2.74306 3.337652 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -5.98 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = -0.53 Pr > z = 0.5973 Arellano-Bond dynamic panel-data estimation Number of obs = 6613 Group variable (i): cod_mun Number of groups = 975 Wald chi2(10) = 96.78 Time variable (t): year Obs per group: min = 1 avg = 6.782564 max = 13 One-step results ------------------------------------------------------------------------------ | Robust D.lotransf2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- lotransf2 | LD. | .1643859 .0250622 6.56 0.000 .115265 .2135069 logdpl_pc | D1. | -.9347096 .4843855 -1.93 0.054 -1.884088 .0146685 lonbi | D1. | -.2488752 .2516877 -0.99 0.323 -.742174 .2444236 lopopulat | D1. | .1161603 .3330929 0.35 0.727 -.5366898 .7690105 deficit | D1. | -2.48e-10 1.10e-09 -0.23 0.821 -2.40e-09 1.90e-09 delec | D1. | -.0667847 .0231276 -2.89 0.004 -.1121138 -.0214555 fisdept | D1. | -1.885963 .6063153 -3.11 0.002 -3.074319 -.6976071 lovgan_loc | D1. | -.073124 .064955 -1.13 0.260 -.2004335 .0541855 lpibc | D1. | 1.736302 .7162935 2.42 0.015 .3323921 3.140211 ti_r | D1. | .0086258 .0042609 2.02 0.043 .0002747 .016977 _cons | -.0710644 .0322699 -2.20 0.028 -.1343123 -.0078165 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -17.03 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 0.89 Pr > z = 0.3759 Arellano-Bond dynamic panel-data estimation Number of obs = 705 Group variable (i): cod_mun Number of groups = 297 Wald chi2(10) = 66.03 Time variable (t): year Obs per group: min = 1 avg = 2.373737 max = 9 One-step results ------------------------------------------------------------------------------ | Robust D.lotrinel2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- lotrinel2 | LD. | .1541036 .1038249 1.48 0.138 -.0493895 .3575966 logdpl_pc | D1. | -1.566208 1.310464 -1.20 0.232 -4.134671 1.002254 lonbi | D1. | -.0244611 1.2196 -0.02 0.984 -2.414834 2.365911 lopopulat | D1. | 1.771576 2.380199 0.74 0.457 -2.893529 6.43668 deficit | D1. | -5.00e-09 6.27e-09 -0.80 0.425 -1.73e-08 7.29e-09 delec | D1. | -.3385605 .0801441 -4.22 0.000 -.4956401 -.1814809 fisdept | D1. | -11.53422 4.640191 -2.49 0.013 -20.62883 -2.439617 lovgan_loc | D1. | .1515957 .2147104 0.71 0.480 -.2692289 .5724203 lpibc | D1. | -12.81057 6.002291 -2.13 0.033 -24.57485 -1.046298 ti_r | D1. | .0557894 .0159309 3.50 0.000 .0245654 .0870134 _cons | .3572164 .2374985 1.50 0.133 -.1082721 .822705 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -4.27 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 1.56 Pr > z = 0.1199 Arellano-Bond dynamic panel-data estimation Number of obs = 3305 Group variable (i): cod_mun Number of groups = 487 Wald chi2(10) = 97.16 Time variable (t): year Obs per group: min = 1 avg = 6.786448 max = 12 One-step results ------------------------------------------------------------------------------ | Robust D.lotrelas2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- lotrelas2 | LD. | .02873 .0354695 0.81 0.418 -.0407891 .098249 logdpl_pc | D1. | 2.474905 1.074813 2.30 0.021 .3683108 4.5815 lonbi | D1. | -.8442994 1.306878 -0.65 0.518 -3.405734 1.717135 lopopulat | D1. | 1.073723 .6228649 1.72 0.085 -.1470694 2.294516 deficit | D1. | 3.36e-08 2.88e-08 1.17 0.243 -2.28e-08 9.01e-08 delec | D1. | .198458 .0460226 4.31 0.000 .1082555 .2886605 fisdept | D1. | 2.930895 .8751523 3.35 0.001 1.215628 4.646162 lovgan_loc | D1. | -.2302932 .1646314 -1.40 0.162 -.5529648 .0923784 lpibc | D1. | -3.833905 1.567637 -2.45 0.014 -6.906417 -.761393 ti_r | D1. | .0401241 .0067798 5.92 0.000 .0268359 .0534123 _cons | -.0449483 .0969157 -0.46 0.643 -.2348996 .1450031 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -2.97 Pr > z = 0.0030 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = -0.59 Pr > z = 0.5556 Arellano-Bond dynamic panel-data estimation Number of obs = 7647 Group variable (i): cod_mun Number of groups = 986 Wald chi2(10) = 648.34 Time variable (t): year Obs per group: min = 1 avg = 7.755578 max = 13 One-step results ------------------------------------------------------------------------------ | Robust D.loinvers2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- loinvers2 | LD. | .1873255 .0283505 6.61 0.000 .1317595 .2428915 logdpl_pc | D1. | -.8082814 .3354378 -2.41 0.016 -1.465727 -.1508355 lonbi | D1. | .0569732 .1347504 0.42 0.672 -.2071328 .3210792 lopopulat | D1. | -.4270582 .1890844 -2.26 0.024 -.7976569 -.0564596 deficit | D1. | -5.57e-09 3.78e-09 -1.47 0.141 -1.30e-08 1.84e-09 delec | D1. | .0495395 .0109069 4.54 0.000 .0281623 .0709167 fisdept | D1. | -1.23231 .2706252 -4.55 0.000 -1.762725 -.7018942 lovgan_loc | D1. | .1066656 .0345032 3.09 0.002 .0390405 .1742907 lpibc | D1. | 3.049927 .2838392 10.75 0.000 2.493612 3.606241 ti_r | D1. | -.0128496 .0017424 -7.37 0.000 -.0162646 -.0094345 _cons | .0884285 .0092093 9.60 0.000 .0703785 .1064785 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -9.36 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 0.33 Pr > z = 0.7434 Arellano-Bond dynamic panel-data estimation Number of obs = 2616 Group variable (i): cod_mun Number of groups = 576 Wald chi2(10) = 156.62 Time variable (t): year Obs per group: min = 1 avg = 4.541667 max = 10 One-step results ------------------------------------------------------------------------------ | Robust D.loinfr2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- loinfr2 | LD. | .0128913 .0335134 0.38 0.700 -.0527937 .0785764 logdpl_pc | D1. | 1.123248 .5575597 2.01 0.044 .030451 2.216045 lonbi | D1. | -.1598926 .3678044 -0.43 0.664 -.880776 .5609907 lopopulat | D1. | 1.797455 .8773224 2.05 0.040 .0779341 3.516975 deficit | D1. | -7.57e-09 3.54e-09 -2.14 0.033 -1.45e-08 -6.27e-10 delec | D1. | .0245463 .0294732 0.83 0.405 -.0332202 .0823128 fisdept | D1. | -.629853 .9397873 -0.67 0.503 -2.471802 1.212096 lovgan_loc | D1. | .277543 .0823415 3.37 0.001 .1161567 .4389293 lpibc | D1. | .4516653 .724956 0.62 0.533 -.9692223 1.872553 ti_r | D1. | -.0392613 .0045738 -8.58 0.000 -.0482258 -.0302967 _cons | .0482101 .0297499 1.62 0.105 -.0100987 .1065188 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -9.84 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = -2.43 Pr > z = 0.0151 Arellano-Bond dynamic panel-data estimation Number of obs = 3409 Group variable (i): cod_mun Number of groups = 804 Wald chi2(10) = 189.38 Time variable (t): year Obs per group: min = 1 avg = 4.24005 max = 11 One-step results ------------------------------------------------------------------------------ | Robust D.loinvial2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- loinvial2 | LD. | .0577827 .0328579 1.76 0.079 -.0066175 .122183 logdpl_pc | D1. | .7578912 .5706203 1.33 0.184 -.3605041 1.876286 lonbi | D1. | -.2033484 .3751433 -0.54 0.588 -.9386158 .531919 lopopulat | D1. | 2.238968 .8065521 2.78 0.006 .6581547 3.819781 deficit | D1. | -1.14e-08 7.40e-09 -1.54 0.123 -2.59e-08 3.08e-09 delec | D1. | -.0140976 .0269835 -0.52 0.601 -.0669844 .0387891 fisdept | D1. | -.6894878 .8841076 -0.78 0.435 -2.422307 1.043331 lovgan_loc | D1. | .3061735 .0801579 3.82 0.000 .1490668 .4632801 lpibc | D1. | 1.006611 .6573773 1.53 0.126 -.2818247 2.295047 ti_r | D1. | -.0434141 .0040772 -10.65 0.000 -.0514054 -.0354229 _cons | .0305348 .0281278 1.09 0.278 -.0245947 .0856644 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -10.55 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = -2.84 Pr > z = 0.0045 Arellano-Bond dynamic panel-data estimation Number of obs = 2723 Group variable (i): cod_mun Number of groups = 617 Wald chi2(10) = 182.21 Time variable (t): year Obs per group: min = 1 avg = 4.41329 max = 10 One-step results ------------------------------------------------------------------------------ | Robust D.loserv2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- loserv2 | LD. | .1552448 .0369936 4.20 0.000 .0827387 .2277509 logdpl_pc | D1. | .1148411 .7022643 0.16 0.870 -1.261572 1.491254 lonbi | D1. | .0472945 .3421352 0.14 0.890 -.6232781 .7178672 lopopulat | D1. | .1905081 .8812455 0.22 0.829 -1.536701 1.917718 deficit | D1. | -2.47e-09 3.46e-09 -0.71 0.475 -9.25e-09 4.31e-09 delec | D1. | .0567708 .032911 1.72 0.085 -.0077335 .1212751 fisdept | D1. | -3.728295 .933622 -3.99 0.000 -5.558161 -1.89843 lovgan_loc | D1. | .1029316 .0874443 1.18 0.239 -.0684561 .2743193 lpibc | D1. | 3.631413 .7321289 4.96 0.000 2.196467 5.066359 ti_r | D1. | -.0256301 .0043521 -5.89 0.000 -.0341601 -.0171002 _cons | .0174301 .0268253 0.65 0.516 -.0351465 .0700067 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -8.39 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 0.41 Pr > z = 0.6785 Arellano-Bond dynamic panel-data estimation Number of obs = 1781 Group variable (i): cod_mun Number of groups = 537 Wald chi2(10) = 88.82 Time variable (t): year Obs per group: min = 1 avg = 3.316574 max = 10 One-step results ------------------------------------------------------------------------------ | Robust D.lovivien2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- lovivien2 | LD. | .107098 .0368223 2.91 0.004 .0349277 .1792682 logdpl_pc | D1. | -1.756157 1.286115 -1.37 0.172 -4.276895 .7645811 lonbi | D1. | .2935989 .8968444 0.33 0.743 -1.464184 2.051382 lopopulat | D1. | .659441 1.62379 0.41 0.685 -2.523128 3.84201 deficit | D1. | -4.52e-09 6.94e-09 -0.65 0.515 -1.81e-08 9.08e-09 delec | D1. | .1760445 .0651084 2.70 0.007 .0484344 .3036546 fisdept | D1. | 2.222371 1.661771 1.34 0.181 -1.034641 5.479383 lovgan_loc | D1. | .0319009 .1751081 0.18 0.855 -.3113048 .3751065 lpibc | D1. | 6.520117 1.453882 4.48 0.000 3.670561 9.369673 ti_r | D1. | -.0353199 .0089554 -3.94 0.000 -.0528721 -.0177677 _cons | -.1848899 .0570258 -3.24 0.001 -.2966584 -.0731213 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -7.82 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = -2.66 Pr > z = 0.0078 Arellano-Bond dynamic panel-data estimation Number of obs = 3438 Group variable (i): cod_mun Number of groups = 801 Wald chi2(10) = 682.66 Time variable (t): year Obs per group: min = 1 avg = 4.292135 max = 11 One-step results ------------------------------------------------------------------------------ | Robust D.loeducac2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- loeducac2 | LD. | .1254753 .0366796 3.42 0.001 .0535847 .197366 logdpl_pc | D1. | -.4297518 .5248289 -0.82 0.413 -1.458398 .598894 lonbi | D1. | .3960465 .2279025 1.74 0.082 -.0506341 .8427271 lopopulat | D1. | .1206229 .646739 0.19 0.852 -1.146962 1.388208 deficit | D1. | -8.49e-09 5.12e-09 -1.66 0.097 -1.85e-08 1.54e-09 delec | D1. | .0349036 .0226439 1.54 0.123 -.0094776 .0792847 fisdept | D1. | -4.56664 .4921037 -9.28 0.000 -5.531146 -3.602135 lovgan_loc | D1. | .0886775 .0583231 1.52 0.128 -.0256337 .2029888 lpibc | D1. | 4.705966 .5605335 8.40 0.000 3.60734 5.804591 ti_r | D1. | .0123226 .0032632 3.78 0.000 .0059269 .0187183 _cons | .0915298 .0166723 5.49 0.000 .0588527 .1242069 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -5.98 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 0.17 Pr > z = 0.8657 Arellano-Bond dynamic panel-data estimation Number of obs = 3163 Group variable (i): cod_mun Number of groups = 773 Wald chi2(10) = 561.12 Time variable (t): year Obs per group: min = 1 avg = 4.09185 max = 11 One-step results ------------------------------------------------------------------------------ | Robust D.losaludd2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- losaludd2 | LD. | .0977063 .0302357 3.23 0.001 .0384453 .1569673 logdpl_pc | D1. | -2.454071 .6899225 -3.56 0.000 -3.806294 -1.101847 lonbi | D1. | 1.061009 .2878289 3.69 0.000 .4968751 1.625143 lopopulat | D1. | -2.48552 .9242894 -2.69 0.007 -4.297094 -.6739456 deficit | D1. | -7.48e-09 5.92e-09 -1.26 0.206 -1.91e-08 4.12e-09 delec | D1. | .1473288 .0358091 4.11 0.000 .0771442 .2175134 fisdept | D1. | -6.713462 .7020079 -9.56 0.000 -8.089372 -5.337551 lovgan_loc | D1. | .102988 .0917656 1.12 0.262 -.0768694 .2828453 lpibc | D1. | 5.404355 .7276122 7.43 0.000 3.978262 6.830449 ti_r | D1. | .0417514 .0051572 8.10 0.000 .0316434 .0518594 _cons | .2980723 .0241403 12.35 0.000 .2507581 .3453865 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -8.92 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 1.88 Pr > z = 0.0602 Arellano-Bond dynamic panel-data estimation Number of obs = 4494 Group variable (i): cod_mun Number of groups = 824 Wald chi2(10) = 202.45 Time variable (t): year Obs per group: min = 1 avg = 5.453883 max = 13 One-step results ------------------------------------------------------------------------------ | Robust D.loserdeu2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- loserdeu2 | LD. | .1397548 .0316456 4.42 0.000 .0777305 .201779 logdpl_pc | D1. | -1.042475 .6766368 -1.54 0.123 -2.368659 .2837084 lonbi | D1. | .0249573 .3175386 0.08 0.937 -.5974068 .6473215 lopopulat | D1. | .6432162 .6123048 1.05 0.293 -.5568792 1.843312 deficit | D1. | 1.55e-09 3.39e-09 0.46 0.648 -5.09e-09 8.18e-09 delec | D1. | -.1393901 .0257867 -5.41 0.000 -.1899311 -.0888491 fisdept | D1. | -2.649421 .6782589 -3.91 0.000 -3.978784 -1.320058 lovgan_loc | D1. | -.0368269 .0734065 -0.50 0.616 -.180701 .1070472 lpibc | D1. | 4.360973 .6439423 6.77 0.000 3.098869 5.623077 ti_r | D1. | .012037 .0043345 2.78 0.005 .0035415 .0205325 _cons | -.0480489 .0231547 -2.08 0.038 -.0934312 -.0026666 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -10.05 Pr > z = 0.0000 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = 2.42 Pr > z = 0.0156 Arellano-Bond dynamic panel-data estimation Number of obs = 1124 Group variable (i): cod_mun Number of groups = 551 Wald chi2(10) = 693.79 Time variable (t): year Obs per group: min = 1 avg = 2.039927 max = 4 One-step results ------------------------------------------------------------------------------ | Robust D.lopersnom2 | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- lopersnom2 | LD. | -.2584658 .2511978 -1.03 0.304 -.7508045 .2338729 logdpl_pc | D1. | -.0141707 .6324868 -0.02 0.982 -1.253822 1.225481 lonbi | D1. | -.9314944 .2739981 -3.40 0.001 -1.468521 -.394468 lopopulat | D1. | .305818 1.243359 0.25 0.806 -2.13112 2.742756 deficit | D1. | -2.41e-09 1.69e-09 -1.43 0.152 -5.72e-09 8.90e-10 delec | D1. | 1.735588 .1045731 16.60 0.000 1.530629 1.940548 fisdept | D1. | 59.71041 3.346908 17.84 0.000 53.15059 66.27023 lovgan_loc | D1. | -.0020665 .0578895 -0.04 0.972 -.1155279 .1113948 lpibc | D1. | -38.85091 1.918833 -20.25 0.000 -42.61176 -35.09007 ti_r | D1. | -.0329259 .0080654 -4.08 0.000 -.0487338 -.0171181 _cons | -.1980632 .028994 -6.83 0.000 -.2548904 -.1412359 ------------------------------------------------------------------------------ Arellano-Bond test that average autocovariance in residuals of order 1 is 0: H0: no autocorrelation z = -0.36 Pr > z = 0.7183 Arellano-Bond test that average autocovariance in residuals of order 2 is 0: H0: no autocorrelation z = -2.50 Pr > z = 0.0125 G1[51,4] c1 c2 c3 c4 r1 .02748921 .24446067 -8.4571407 11151 r2 .00604477 .02926887 1.1174244 0 r3 .00614929 .23116842 -10.123361 11100 r4 .00572995 .03445026 3.2412724 0 r5 -.01075956 .21886516 -20.971398 10837 r6 .00949257 .02001126 4.402594 0 r7 .01602931 .3237747 -11.035256 10943 r8 .00527122 .04529551 3.034135 0 r9 4.6585594 .22930669 -6.2345815 1201 r10 .23989445 .06922625 -.51142835 0 r11 .00068617 .19441385 -19.780734 9627 r12 .01701796 .02071541 1.7128396 0 r13 -.22135364 .26816661 -3.7095228 763 r14 .06525809 .13200655 1.4224691 0 r15 .18163245 .06234415 -3.5085817 4807 r16 .03351044 .04838462 -.79178595 0 r17 .09594061 .23636656 -14.083798 10489 r18 .0113008 .0177452 .30330814 0 r19 .04012693 .03001022 -10.39407 2861 r20 .02770162 .03286384 -2.5070721 0 r21 -.00153979 .08538325 -11.092052 3734 r22 .02540172 .03150245 -3.061579 0 r23 .09970648 .16287001 -8.6596762 2986 r24 .03061846 .03380575 .31354457 0 r25 .13015994 .1098932 -8.7889939 1971 r26 .05968566 .03393535 -2.2496734 0 r27 .09343729 .12411618 -6.4378072 3778 r28 .02241301 .03259593 -.2444219 0 r29 .21059667 .13907389 -9.6766766 3485 r30 .03483361 .02807818 1.4395159 0 r31 -.08847873 .15707716 -11.600787 5554 r32 .02249327 .02779194 2.5983663 0 r33 -4.028105 -.15145132 -.87987942 1232 r34 1.4451455 .25156192 -2.6701685 0 r35 0 0 0 0 r36 0 0 0 0 r37 0 0 0 0 r38 0 0 0 0 r39 0 0 0 0 r40 0 0 0 0 r41 0 0 0 0 r42 0 0 0 0 r43 0 0 0 0 r44 0 0 0 0 r45 0 0 0 0 r46 0 0 0 0 r47 0 0 0 0 r48 0 0 0 0 r49 0 0 0 0 r50 0 0 0 0 r51 0 0 0 0 G2[51,4] c1 c2 c3 c4 r1 .0231686 .25028656 -8.6465508 11151 r2 .00578523 .03000245 1.4708086 0 r3 .01603255 .22767134 -10.104804 11100 r4 .00557333 .03442423 2.8352219 0 r5 .00529218 .22088835 -20.909123 10837 r6 .00967313 .0199854 3.9520811 0 r7 .02434807 .31377989 -10.998799 10943 r8 .00549325 .04501334 2.8879921 0 r9 4.6659457 .21345414 -6.3442487 1201 r10 .23765732 .06819742 -.54843436 0 r11 -.002357 .19200536 -19.837114 9627 r12 .01685218 .02059744 1.7175578 0 r13 -.33379475 .22941434 -3.6198547 763 r14 .07798228 .1322895 1.9739909 0 r15 .22100225 .03847191 -3.3756892 4807 r16 .03432297 .04676357 -1.0418974 0 r17 .0946773 .23741883 -14.403951 10489 r18 .01124989 .01806098 .37375577 0 r19 .02904379 .03601895 -10.305693 2861 r20 .02879063 .03371838 -2.3730356 0 r21 -.01133928 .09033576 -11.123606 3734 r22 .02649624 .03167397 -2.9517034 0 r23 .06243856 .17015523 -8.9113752 2986 r24 .03136856 .03518834 .44843229 0 r25 .15139891 .11490109 -8.7797495 1971 r26 .06316602 .03344938 -2.1887398 0 r27 .04446969 .11433273 -6.2498544 3778 r28 .02180468 .03182045 -.09195274 0 r29 .13903341 .10945692 -9.4251563 3485 r30 .0344246 .02778015 1.7377028 0 r31 -.10245557 .1603328 -11.547283 5554 r32 .02336343 .02775754 2.6152513 0 r33 1.7270303 -.15628354 -.6185591 1232 r34 .10606532 .25920429 -2.4870371 0 r35 0 0 0 0 r36 0 0 0 0 r37 0 0 0 0 r38 0 0 0 0 r39 0 0 0 0 r40 0 0 0 0 r41 0 0 0 0 r42 0 0 0 0 r43 0 0 0 0 r44 0 0 0 0 r45 0 0 0 0 r46 0 0 0 0 r47 0 0 0 0 r48 0 0 0 0 r49 0 0 0 0 r50 0 0 0 0 r51 0 0 0 0 G3[51,4] c1 c2 c3 c4 r1 .0231206 .24881883 -8.6519788 11151 r2 .00577802 .02992779 1.4515353 0 r3 .01605566 .22755264 -10.113491 11100 r4 .00557165 .03432363 2.8398478 0 r5 .00534536 .22092081 -20.920335 10837 r6 .00967651 .0199749 3.9593789 0 r7 .02431603 .31472582 -11.045137 10943 r8 .00549504 .04476871 2.9007955 0 r9 4.6694895 .22258054 -6.391631 1201 r10 .23864554 .06763022 -.52840807 0 r11 -.00225554 .19262745 -19.815293 9627 r12 .01686264 .02067347 1.7425551 0 r13 -.33735738 .21376971 -3.7545743 763 r14 .07765836 .12152431 1.9349996 0 r15 .22103314 .0388078 -3.3777561 4807 r16 .03436054 .04712623 -1.0966546 0 r17 .09441704 .23730641 -14.388898 10489 r18 .0112389 .01814465 .37948009 0 r19 .02904658 .03086536 -10.463977 2861 r20 .02875858 .03309303 -2.4853762 0 r21 -.01334926 .08809687 -11.112167 3734 r22 .02646523 .03176294 -3.0149953 0 r23 .05573655 .15367075 -8.8708165 2986 r24 .03005278 .03704974 .05056509 0 r25 .14913829 .11144257 -8.8488647 1971 r26 .06290452 .03339664 -2.2241685 0 r27 .04243882 .11818504 -6.2471883 3778 r28 .02185724 .03203586 .06497358 0 r29 .13864569 .10975908 -9.3945359 3485 r30 .03438569 .02808335 1.7794057 0 r31 -.10248091 .1603004 -11.555258 5554 r32 .02337133 .02774766 2.6225339 0 r33 1.7220108 -.14286076 -.59040502 1232 r34 .10757304 .26189921 -2.2731715 0 r35 0 0 0 0 r36 0 0 0 0 r37 0 0 0 0 r38 0 0 0 0 r39 0 0 0 0 r40 0 0 0 0 r41 0 0 0 0 r42 0 0 0 0 r43 0 0 0 0 r44 0 0 0 0 r45 0 0 0 0 r46 0 0 0 0 r47 0 0 0 0 r48 0 0 0 0 r49 0 0 0 0 r50 0 0 0 0 r51 0 0 0 0 G4[51,4] c1 c2 c3 c4 r1 .02199297 .15000742 -7.7874271 7828 r2 .00685363 .04192669 -.63108905 0 r3 .01586424 .12254445 -8.407949 7783 r4 .00634177 .04535527 1.5159661 0 r5 .01448509 .19097088 -18.334198 7606 r6 .01059798 .02561249 2.7013622 0 r7 .04046183 .26101092 -8.0269614 7659 r8 .00685284 .06094532 1.4613872 0 r9 4.5982453 .19471928 -5.9817299 1095 r10 .24341998 .06922456 -.52825574 0 r11 -.06678468 .16438592 -17.025097 6613 r12 .02312755 .02506217 .88550797 0 r13 -.33856049 .15410356 -4.2729932 705 r14 .08014412 .10382489 1.5551516 0 r15 .198458 .02872995 -2.9654844 3305 r16 .04602255 .03546954 -.58935261 0 r17 .04953947 .18732552 -9.358397 7647 r18 .01090695 .02835051 .32734768 0 r19 .02454628 .01289135 -9.8400815 2616 r20 .02947325 .03351338 -2.4298884 0 r21 -.01409762 .05778274 -10.551163 3409 r22 .02698353 .03285787 -2.842897 0 r23 .0567708 .15524476 -8.3923707 2723 r24 .03291098 .03699359 .41447081 0 r25 .17604447 .10709795 -7.8199367 1781 r26 .0651084 .03682225 -2.6618844 0 r27 .03490358 .12547532 -5.9761325 3438 r28 .02264387 .03667958 .16914355 0 r29 .14732882 .09770631 -8.9192966 3163 r30 .03580912 .03023575 1.8795029 0 r31 -.13939011 .13975475 -10.047481 4494 r32 .0257867 .03164563 2.4172645 0 r33 1.7355883 -.25846578 -.36066859 1124 r34 .10457311 .25119782 -2.4964527 0 r35 0 0 0 0 r36 0 0 0 0 r37 0 0 0 0 r38 0 0 0 0 r39 0 0 0 0 r40 0 0 0 0 r41 0 0 0 0 r42 0 0 0 0 r43 0 0 0 0 r44 0 0 0 0 r45 0 0 0 0 r46 0 0 0 0 r47 0 0 0 0 r48 0 0 0 0 r49 0 0 0 0 r50 0 0 0 0 r51 0 0 0 0 . . log close log: C:\Documents and Settings\Angela Fonseca\Mis documentos\Ángela\Ciclos\CD Backup Composition 2008\Outputs\r > esABnceros_one_l2insz_PIBti.txt log type: text closed on: 15 Jul 2008, 10:05:48 -----------------------------------------------------------------------------------------------------------------------