Strumenti Utente

Strumenti Sito


blitz

Differenze

Queste sono le differenze tra la revisione selezionata e la versione attuale della pagina.

Link a questa pagina di confronto

blitz [2013/07/07 23:20] – creata pietroblitz [2013/07/08 23:30] (versione attuale) pietro
Linea 1: Linea 1:
 gretl version 1.9.12 gretl version 1.9.12
-Current session: 2013-07-07 23:18+Current session: 2013-07-08 23:29
 ? open "/home/pietro/Università/Ricerca/Scontrini/Seconda tranche/Dati \ ? open "/home/pietro/Università/Ricerca/Scontrini/Seconda tranche/Dati \
-  esterni/Riassunto_panel.csv" +  esterni/Riassunto_panel_province.csv" 
-parsing /home/pietro/Università/Ricerca/Scontrini/Seconda tranche/Dati esterni/Riassunto_panel.csv...+parsing /home/pietro/Università/Ricerca/Scontrini/Seconda tranche/Dati esterni/Riassunto_panel_province.csv...
 using delimiter ',' using delimiter ','
    longest line: 63 characters    longest line: 63 characters
Linea 10: Linea 10:
    number of columns = 10    number of columns = 10
    number of variables: 9    number of variables: 9
-   number of non-blank lines: 213+   number of non-blank lines: 372
 scanning for variable names... scanning for variable names...
    line: Year,Month,V_pic_sup_gr,Prezzi,Deb,Cred,Cit,Blitz,Time,V_dest    line: Year,Month,V_pic_sup_gr,Prezzi,Deb,Cred,Cit,Blitz,Time,V_dest
Linea 119: Linea 119:
    2009: probably a year... and just a year    2009: probably a year... and just a year
    but the dates are not complete and consistent    but the dates are not complete and consistent
-variable 6 (Cit): non-numeric values = 212 (100.00 percent)+variable 2 (V_pic_sup_gr): non-numeric values = 96 (100.00 percent) 
 +variable 3 (Prezzi): non-numeric values = 204 (100.00 percent) 
 +variable 4 (Deb): non-numeric values = 215 (57.95 percent) 
 +variable 6 (Cit): non-numeric values = 371 (100.00 percent)
 variable 9 (V_dest): non-numeric values = 87 (90.62 percent) variable 9 (V_dest): non-numeric values = 87 (90.62 percent)
 allocating string table allocating string table
Linea 129: Linea 132:
  
 String code table written to String code table written to
- /home/pietro/Università/Ricerca/Scontrini/Seconda tranche/Report macro/string_table.txt+ /home/pietro/string_table.txt
 Listing 10 variables: Listing 10 variables:
   0) const           1) Month           2) V_pic_sup_gr    3) Prezzi           0) const           1) Month           2) V_pic_sup_gr    3) Prezzi        
Linea 136: Linea 139:
  
 ? setobs Cit Time --panel-vars ? setobs Cit Time --panel-vars
-Full data range: 1:01 - 4:53 (n = 212)+Full data range: 1:01 - 7:53 (n = 371)
  
 ? vend_deinfl = V_pic_sup_gr / Prezzi * 105.7 ? vend_deinfl = V_pic_sup_gr / Prezzi * 105.7
Linea 160: Linea 163:
 ? IT = Cit == 4 ? IT = Cit == 4
 Generated series IT (ID 20) Generated series IT (ID 20)
 +? MIP = Cit == 5
 +Generated series MIP (ID 21)
 +? GEP = Cit == 6
 +Generated series GEP (ID 22)
 +? TOP = Cit == 7
 +Generated series TOP (ID 23)
 ? discrete Time ? discrete Time
 # Non funziona per niente # Non funziona per niente
Linea 172: Linea 181:
              coefficient   std. error   t-ratio   p-value               coefficient   std. error   t-ratio   p-value 
   --------------------------------------------------------   --------------------------------------------------------
-  const       67266.2       59205.     1.136    0.2573   +  const       255.150      14.7165      17.34     1.43e-41 *** 
-  DCit_2     59230.2       61512.    −0.9629   0.3368   +  DCit_2      78.3665     15.2901      5.125    7.04e-07 *** 
-  DCit_3     44613.3       61512.8     0.7253   0.4691   +  DCit_3      46.2629     15.2901      3.026    0.0028   *** 
-  DCit_4     856550         64410.    13.30     2.97e-29 *** +  DCit_4      −66.6551     16.0104      −4.163    4.68e-05 *** 
-  Time          231.827      1491.02     0.1555   0.8766   +  Time         −1.05149     0.370619    −2.837    0.0050   *** 
-  Blitz       59023.     318596        0.1853   0.8532  +  Blitz       −47.8350     79.1924      0.6040   0.5465  
  
-Mean dependent var   235576.  S.D. dependent var   483973.1 +Mean dependent var   180.3704   S.D. dependent var   84.31995 
-Sum squared resid    1.97e+13   S.E. of regression   315140.9 +Sum squared resid     1214960   S.E. of regression   78.33364 
-R-squared            0.586442   Adjusted R-squared   0.575999 +R-squared            0.158207   Adjusted R-squared   0.136950 
-F(5, 198)            56.15442   P-value(F)           3.73e-36 +F(5, 198)            7.442465   P-value(F)           2.02e-06 
-Log-likelihood      −2869.217   Akaike criterion     5750.433 +Log-likelihood      −1176.058   Akaike criterion     2364.116 
-Schwarz criterion    5770.342   Hannan-Quinn         5758.487 +Schwarz criterion    2384.024   Hannan-Quinn         2372.169 
-rho                 −0.294479   Durbin-Watson        2.551251+rho                  0.230259   Durbin-Watson        1.514963
  
-Excluding the constant, p-value was highest for variable (Time)+Excluding the constant, p-value was highest for variable (Blitz)
  
 # In log: # In log:
 ? logdeb = log( deb_deinfl ) ? logdeb = log( deb_deinfl )
-Generated series logdeb (ID 24)+Generated series logdeb (ID 30)
 ? ols logdeb const dummify(Cit) Time Blitz ? ols logdeb const dummify(Cit) Time Blitz
  
Linea 199: Linea 208:
 Dependent variable: logdeb Dependent variable: logdeb
  
-             coefficient    std. error   t-ratio     p-value  +             coefficient   std. error   t-ratio     p-value  
-  ----------------------------------------------------------- +  ---------------------------------------------------------- 
-  const      10.9888        0.148958      73.77     5.66e-146 *** +  const       5.40484      0.0448882    120.4      3.75e-187 *** 
-  DCit_2     −1.71082       0.154764     −11.05     1.96e-22  *** +  DCit_2     −0.309331     0.0466378     −6.633    3.07e-10  *** 
-  DCit_3     −1.17930       0.154764      7.620    1.03e-12  *** +  DCit_3     −0.139285     0.0466378     2.987    0.0032    *** 
-  DCit_4      2.50984       0.162055      15.49     5.74e-36  *** +  DCit_4     −0.220849     0.0488351     −4.522    1.05e-05  *** 
-  Time        0.000404788   0.00375134     0.1079   0.9142    +  Time       −0.00359208   0.00113046    −3.178    0.0017    *** 
-  Blitz       0.809581      0.801573       1.010    0.3137   +  Blitz      −0.148203     0.241553      0.6135   0.5402   
  
-Mean dependent var   10.80612   S.D. dependent var   1.760873 +Mean dependent var   5.145028   S.D. dependent var   0.267491 
-Sum squared resid    124.4747   S.E. of regression   0.792881 +Sum squared resid    11.30368   S.E. of regression   0.238934 
-R-squared            0.802244   Adjusted R-squared   0.797250 +R-squared            0.221776   Adjusted R-squared   0.202124 
-F(5, 198)            160.6470   P-value(F)           1.13e-67 +F(5, 198)            11.28507   P-value(F)           1.38e-09 
-Log-likelihood      −239.0737   Akaike criterion     490.1473 +Log-likelihood       5.621730   Akaike criterion     0.756541 
-Schwarz criterion    510.0560   Hannan-Quinn         498.2008 +Schwarz criterion    20.66526   Hannan-Quinn         8.809979 
-rho                 −0.219596   Durbin-Watson        2.387912+rho                  0.303903   Durbin-Watson        1.332131
  
-Excluding the constant, p-value was highest for variable (Time)+Excluding the constant, p-value was highest for variable (Blitz)
  
 ? smpl --restrict Cit != 2 ? smpl --restrict Cit != 2
-Full data set: 212 observations +Full data set: 371 observations 
-Current sample: 1:01 - 3:53 (n = 159)+Current sample: 1:01 - 6:53 (n = 318)
  
 # In log: # In log:
Linea 230: Linea 239:
 Dependent variable: logdeb Dependent variable: logdeb
  
-             coefficient    std. error   t-ratio    p-value  +             coefficient   std. error   t-ratio    p-value  
-  ---------------------------------------------------------- +  --------------------------------------------------------- 
-  const      10.9739        0.162016     67.73     3.41e-112 *** +  const       5.44385      0.0556946    97.74     6.10e-135 *** 
-  DCit_2     −1.17942       0.155297     −7.595    3.39e-12  *** +  DCit_2     −0.138977     0.0533848    2.603    0.0102    ** 
-  DCit_3      2.51195       0.162853     15.42     1.86e-32  *** +  DCit_3     −0.226366     0.0559822    −4.044    8.49e-05  *** 
-  Time        0.000960575   0.00442891    0.2169   0.8286    +  Time       −0.00504836   0.00152248   −3.316    0.0012    *** 
-  Blitz       0.803350      0.804757      0.9983   0.3198   +  Blitz      −0.131876     0.276643     −0.4767   0.6343   
  
-Mean dependent var   11.33865   S.D. dependent var   1.698191 +Mean dependent var   5.196450   S.D. dependent var   0.292705 
-Sum squared resid    92.41741   S.E. of regression   0.795610 +Sum squared resid    10.92098   S.E. of regression   0.273498 
-R-squared            0.786357   Adjusted R-squared   0.780503 +R-squared            0.150213   Adjusted R-squared   0.126931 
-F(4, 146)            134.3455   P-value(F)           6.82e-48 +F(4, 146)            6.451922   P-value(F)           0.000083 
-Log-likelihood      −177.1919   Akaike criterion     364.3838 +Log-likelihood      −15.95189   Akaike criterion     41.90379 
-Schwarz criterion    379.4702   Hannan-Quinn         370.5127 +Schwarz criterion    56.99019   Hannan-Quinn         48.03267 
-rho                 −0.227673   Durbin-Watson        2.401576+rho                  0.281714   Durbin-Watson        1.367630
  
-Excluding the constant, p-value was highest for variable (Time)+Excluding the constant, p-value was highest for variable (Blitz)
  
 #smpl --replace --restrict Cit == 1 #smpl --replace --restrict Cit == 1
 ? summary logdeb ? summary logdeb
  
-Summary statistics, using the observations 1:01 - 3:53+Summary statistics, using the observations 1:01 - 6:53
 for the variable 'logdeb' (151 valid observations) for the variable 'logdeb' (151 valid observations)
  
-  Mean                         11.339 +  Mean                         5.1965 
-  Median                       11.085 +  Median                       5.1024 
-  Minimum                      8.1027 +  Minimum                      4.6606 
-  Maximum                      14.723 +  Maximum                      6.7400 
-  Standard deviation           1.6982 +  Standard deviation          0.29270 
-  C.V.                        0.14977 +  C.V.                       0.056328 
-  Skewness                    0.22478 +  Skewness                     3.0109 
-  Ex. kurtosis               -0.82733 +  Ex. kurtosis                 10.926 
-  5% percentile                8.6651 +  5% percentile                5.0057 
-  95% percentile               14.397 +  95% percentile               5.7823 
-  Interquartile range          2.6910 +  Interquartile range        0.095699 
-  Missing obs.                      8+  Missing obs.                    167
  
-  Within s.d.                 0.79312 +  Within s.d.                 0.28210 
-  Between s.d.                 1.8862+  Between s.d.                0.10395
 #media = $average #media = $average
 # Milano: # Milano:
Linea 279: Linea 288:
 Generated scalar risc_deb_GE = 26918 Generated scalar risc_deb_GE = 26918
 ? smpl --full ? smpl --full
-Full data range: 1:01 - 4:53 (n = 212)+Full data range: 1:01 - 7:53 (n = 371)
  
 ? deb_risc = deb_deinfl ? deb_risc = deb_deinfl
-Generated series deb_risc (ID 25)+Generated series deb_risc (ID 31)
 ? smpl --replace --restrict Cit == 3 ? smpl --replace --restrict Cit == 3
-Full data set: 212 observations+Full data set: 371 observations
 Current sample: 53 observations Current sample: 53 observations
 ? deb_risc = deb_risc / 58515 * 75105 ? deb_risc = deb_risc / 58515 * 75105
-Replaced series deb_risc (ID 25)+Replaced series deb_risc (ID 31)
 ? smpl --replace --restrict Cit == 2 ? smpl --replace --restrict Cit == 2
-Full data set: 212 observations+Full data set: 371 observations
 Current sample: 53 observations Current sample: 53 observations
 ? deb_risc = deb_risc / 26918 * 75105 ? deb_risc = deb_risc / 26918 * 75105
-Replaced series deb_risc (ID 25)+Replaced series deb_risc (ID 31)
 ? smpl --replace --restrict Cit == 4 ? smpl --replace --restrict Cit == 4
-Full data set: 212 observations+Full data set: 371 observations
 Current sample: 53 observations Current sample: 53 observations
 ? deb_risc = deb_risc / 929150 * 75105 ? deb_risc = deb_risc / 929150 * 75105
-Replaced series deb_risc (ID 25)+Replaced series deb_risc (ID 31)
 #smpl --replace --restrict Cit != 2 #smpl --replace --restrict Cit != 2
 # ATTENZIONE ATTENZIONE ATTENZIONE ATTENZIONE alla presenza dell'Italia # ATTENZIONE ATTENZIONE ATTENZIONE ATTENZIONE alla presenza dell'Italia
 ? smpl --replace --restrict Cit != 4 ? smpl --replace --restrict Cit != 4
-Full data range1:01 - 4:53 (n = 212) +Full data set371 observations 
-Current sample: 1:01 - 3:53 (n = 159)+Current sample: 1:01 - 6:53 (n = 318)
  
 ? quelfeb = time == 38 ? quelfeb = time == 38
-Generated series quelfeb (ID 27)+Generated series quelfeb (ID 33)
 #ols deb_risc const dummify(Cit) dummify(Time) Blitz #ols deb_risc const dummify(Cit) dummify(Time) Blitz
 # Equazione buona: # Equazione buona:
Linea 315: Linea 324:
 Dependent variable: deb_risc Dependent variable: deb_risc
  
-              coefficient   std. error   t-ratio    p-value  +              coefficient   std. error   t-ratio   p-value  
-  ---------------------------------------------------------- +  --------------------------------------------------------- 
-  const         46828.4       5120.97      9.144    5.47e-16 *** +  const        194.815        26.5083     7.349    1.40e-11 *** 
-  TO           −35857.7       3553.78    −10.09     2.07e-18 *** +  TO             4.28153      18.3958     0.2327   0.8163   
-  GE           −33081.2       3553.78     −9.309    2.09e-16 *** +  GE           186.649        18.3958    10.15     1.48e-18 *** 
-  DMonth_2      −3058.75      7034.77     0.4348   0.6644   +  DMonth_2       8.64432      36.4148     0.2374   0.8127   
-  DMonth_3      28152.      6632.44      4.245    3.92e-05 *** +  DMonth_3      27.4670       34.3322     0.8000   0.4250   
-  DMonth_4       5151.07      6632.44      0.7766   0.4386   +  DMonth_4      34.8625       34.3322     1.015    0.3116   
-  DMonth_5      75502.      6632.44     11.38     8.90e-22 *** +  DMonth_5      24.8423       34.3322     0.7236   0.4705   
-  DMonth_6       4684.98      7034.77      0.6660   0.5065   +  DMonth_6      37.4909       36.4148     1.030    0.3050   
-  DMonth_7      16453.      7034.77      2.339    0.0207   ** +  DMonth_7      20.6351       36.4148     0.5667   0.5718   
-  DMonth_8      79414.      7034.77     11.29     1.57e-21 *** +  DMonth_8      82.7939       36.4148     2.274    0.0245   ** 
-  DMonth_9      −8184.66      7034.77     −1.163    0.2466   +  DMonth_9       6.53550      36.4148     0.1795   0.8578   
-  DMonth_10     −1293.87      7034.77     0.1839   0.8543   +  DMonth_10     18.6284       36.4148     0.5116   0.6097   
-  DMonth_11     31007.      7034.77      4.408    2.04e-05 *** +  DMonth_11     82.3261       36.4148     2.261    0.0253   ** 
-  DMonth_12     91394.      7034.77     12.99     5.62e-26 *** +  DMonth_12     52.1579       36.4148     1.432    0.1542   
-  quelfeb        2709.95     13910.8       0.1948   0.8458   +  quelfeb       45.0970       72.0080     0.6263   0.5321   
-  Blitz         88619.     22458.8       3.946    0.0001   ***+  Blitz        −81.1977      116.256     −0.6984   0.4860  
  
-Mean dependent var   50544.76   S.D. dependent var   41916.90 +Mean dependent var   290.5218   S.D. dependent var   127.8718 
-Sum squared resid    4.72e+10   S.E. of regression   18163.69 +Sum squared resid     1264158   S.E. of regression   94.02269 
-R-squared            0.830055   Adjusted R-squared   0.812228 +R-squared            0.510678   Adjusted R-squared   0.459350 
-F(15, 143)           46.56321   P-value(F)           2.36e-47 +F(15, 143)           9.949404   P-value(F)           7.44e-16 
-Log-likelihood      −1776.521   Akaike criterion     3585.042 +Log-likelihood      −939.6017   Akaike criterion     1911.203 
-Schwarz criterion    3634.145   Hannan-Quinn         3604.982 +Schwarz criterion    1960.306   Hannan-Quinn         1931.143 
-rho                 −0.019542   Durbin-Watson        2.018141+rho                  0.295800   Durbin-Watson        1.399592
  
-Excluding the constant, p-value was highest for variable 36 (DMonth_10)+Excluding the constant, p-value was highest for variable 41 (DMonth_9)
  
 # senza dummy: # senza dummy:
Linea 354: Linea 363:
              coefficient   std. error   t-ratio   p-value               coefficient   std. error   t-ratio   p-value 
   --------------------------------------------------------   --------------------------------------------------------
-  const        73476.4       5313.56    13.83     8.70e-29 *** +  const       226.982        13.0574    17.38     3.81e-38 *** 
-  TO          −35857.7       7496.77    −4.783    4.01e-06 *** +  TO            4.28153      18.4223     0.2324   0.8165   
-  GE          −33081.2       7496.77    −4.413    1.91e-05 *** +  GE          186.649        18.4223    10.13     8.36e-19 *** 
-  quelfeb     −26996.9      27353.    0.9870   0.3252   +  quelfeb      21.5739       67.2170     0.3210   0.7487   
-  Blitz        88619.     47377.2      1.871    0.0633   *+  Blitz       −81.1977      116.423     −0.6974   0.4866  
  
-Mean dependent var   50544.76   S.D. dependent var   41916.90 +Mean dependent var   290.5218   S.D. dependent var   127.8718 
-Sum squared resid    2.26e+11   S.E. of regression   38316.63 +Sum squared resid     1365327   S.E. of regression   94.15816 
-R-squared            0.185559   Adjusted R-squared   0.164404 +R-squared            0.471518   Adjusted R-squared   0.457791 
-F(4, 154)            8.771662   P-value(F)           2.09e-06 +F(4, 154)            34.35019   P-value(F)           1.76e-20 
-Log-likelihood      −1901.100   Akaike criterion     3812.199 +Log-likelihood      −945.7222   Akaike criterion     1901.444 
-Schwarz criterion    3827.544   Hannan-Quinn         3818.431 +Schwarz criterion    1916.789   Hannan-Quinn         1907.676 
-rho                 −0.250655   Durbin-Watson        2.462632+rho                  0.265918   Durbin-Watson        1.453423
  
-Excluding the constant, p-value was highest for variable 27 (quelfeb)+Excluding the constant, p-value was highest for variable 19 (TO)
  
 # non la facciamo sulle differenze (anche se uno potrebbe pensare che il blitz è una differenza in una specie di random walk). # non la facciamo sulle differenze (anche se uno potrebbe pensare che il blitz è una differenza in una specie di random walk).
Linea 377: Linea 386:
 # Equazione buona su log: # Equazione buona su log:
 ? deb_log = log( deb_deinfl ) ? deb_log = log( deb_deinfl )
-Generated series deb_log (ID 39)+Generated series deb_log (ID 45)
 ? ols deb_log const TO GE dummify(Month) quelfeb Blitz ? ols deb_log const TO GE dummify(Month) quelfeb Blitz
  
Linea 385: Linea 394:
 Dependent variable: deb_log Dependent variable: deb_log
  
-              coefficient   std. error   t-ratio     p-value  +              coefficient   std. error   t-ratio    p-value  
-  ----------------------------------------------------------- +  ---------------------------------------------------------- 
-  const        10.3816      0.114732      90.49     4.03e-128 *** +  const        5.19355      0.0783281    66.31     2.90e-109 *** 
-  TO           1.16093     0.0796202    −14.58     4.42e-30  *** +  TO          0.141946     0.0543570    −2.611    0.0100    *** 
-  GE           1.69245     0.0796202    −21.26     4.16e-46  *** +  GE          0.311992     0.0543570    −5.740    5.46e-08  *** 
-  DMonth_2     0.115190    0.157609      0.7309   0.4661    +  DMonth_2     0.0292847    0.107601      0.2722   0.7859    
-  DMonth_3      0.950378    0.148596       6.396    2.13e-09  *** +  DMonth_3     0.119287     0.101447      1.176    0.2416    
-  DMonth_4      0.181921    0.148596       1.224    0.2229    +  DMonth_4     0.136941     0.101447      1.350    0.1792    
-  DMonth_5      1.62231     0.148596      10.92     1.47e-20  *** +  DMonth_5     0.106062     0.101447      1.045    0.2976    
-  DMonth_6      0.184963    0.157609       1.174    0.2425    +  DMonth_6     0.145653     0.107601      1.354    0.1780    
-  DMonth_7      0.541646    0.157609       3.437    0.0008    *** +  DMonth_7     0.0958850    0.107601      0.8911   0.3744    
-  DMonth_8      1.67446     0.157609      10.62     8.52e-20  *** +  DMonth_8     0.242764     0.107601      2.256    0.0256    ** 
-  DMonth_9     0.264052    0.157609      −1.675    0.0960    * +  DMonth_9     0.0468344    0.107601      0.4353   0.6640    
-  DMonth_10    0.121913    0.157609      0.7735   0.4405    +  DMonth_10    0.0808390    0.107601      0.7513   0.4537    
-  DMonth_11     1.01463     0.157609       6.438    1.72e-09  *** +  DMonth_11    0.238683     0.107601      2.218    0.0281    ** 
-  DMonth_12     1.67631     0.157609      10.64     7.94e-20  *** +  DMonth_12    0.163041     0.107601      1.515    0.1319    
-  quelfeb      0.235842    0.311663      0.7567   0.4505    +  quelfeb      0.186544     0.212773      0.8767   0.3821    
-  Blitz         1.78316     0.503174       3.544    0.0005    ***+  Blitz       −0.289240     0.343519     −0.8420   0.4012   
  
-Mean dependent var   10.04145   S.D. dependent var   1.090171 +Mean dependent var   5.157383   S.D. dependent var   0.301685 
-Sum squared resid    23.68149   S.E. of regression   0.406946 +Sum squared resid    11.03758   S.E. of regression   0.277823 
-R-squared            0.873886   Adjusted R-squared   0.860657 +R-squared            0.232443   Adjusted R-squared   0.151930 
-F(15, 143)           66.05969   P-value(F)           1.79e-56 +F(15, 143)           2.887031   P-value(F)           0.000540 
-Log-likelihood      −74.22651   Akaike criterion     180.4530 +Log-likelihood      −13.53715   Akaike criterion     59.07430 
-Schwarz criterion    229.5555   Hannan-Quinn         200.3930 +Schwarz criterion    108.1768   Hannan-Quinn         79.01429 
-rho                  0.007567   Durbin-Watson        1.947751+rho                  0.367920   Durbin-Watson        1.234483
  
-Excluding the constant, p-value was highest for variable 28 (DMonth_2)+Excluding the constant, p-value was highest for variable 34 (DMonth_2)
  
 ? ols deb_log const TO GE quelfeb Blitz ? ols deb_log const TO GE quelfeb Blitz
Linea 421: Linea 430:
 Dependent variable: deb_log Dependent variable: deb_log
  
-             coefficient   std. error   t-ratio    p-value  +             coefficient   std. error   t-ratio     p-value  
-  --------------------------------------------------------- +  ---------------------------------------------------------- 
-  const       10.9996       0.113107     97.25    3.76e-140 *** +  const        5.30861     0.0384278    138.1      2.33e-163 *** 
-  TO          −1.16093      0.159580     −7.275   1.65e-11  *** +  TO          −0.141946    0.0542168     −2.618    0.0097    *** 
-  GE          −1.69245      0.159580    −10.61    4.51e-20  *** +  GE          −0.311992    0.0542168     5.755    4.55e-08  *** 
-  quelfeb     −0.969041     0.582254     −1.664   0.0981    * +  quelfeb      0.100764    0.197819       0.5094   0.6112    
-  Blitz        1.78316      1.00849       1.768   0.0790    *+  Blitz       −0.289240    0.342633      −0.8442   0.3999    
 + 
 +Mean dependent var   5.157383   S.D. dependent var   0.301685 
 +Sum squared resid    11.82539   S.E. of regression   0.277107 
 +R-squared            0.177659   Adjusted R-squared   0.156300 
 +F(4, 154)            8.317563   P-value(F)           4.22e-06 
 +Log-likelihood      −19.01810   Akaike criterion     48.03621 
 +Schwarz criterion    63.38073   Hannan-Quinn         54.26746 
 +rho                  0.343181   Durbin-Watson        1.272156
  
-Mean dependent var   10.04145   S.D. dependent var   1.090171 +Excluding the constantp-value was highest for variable 33 (quelfeb)
-Sum squared resid    102.4478   S.E. of regression   0.815626 +
-R-squared            0.454422   Adjusted R-squared   0.440251 +
-F(4154)            32.06738   P-value(F          1.97e-19 +
-Log-likelihood      −190.6670   Akaike criterion     391.3339 +
-Schwarz criterion    406.6785   Hannan-Quinn         397.5652 +
-rho                 −0.227000   Durbin-Watson        2.401827+
  
 # Tentiamo di far uscire il grafico: # Tentiamo di far uscire il grafico:
Linea 445: Linea 456:
 Dependent variable: deb_risc Dependent variable: deb_risc
  
-              coefficient   std. error   t-ratio    p-value  +              coefficient   std. error   t-ratio   p-value  
-  ---------------------------------------------------------- +  --------------------------------------------------------- 
-  const         47943.      5365.62      8.935    1.77e-15 *** +  const        193.793       26.4208      7.335    1.48e-11 *** 
-  TO           −37529.8       3702.63    −10.14     1.48e-18 *** +  TO             5.81356     18.2321      0.3189   0.7503   
-  GE           −34753.      3702.63     −9.386    1.26e-16 *** +  GE           188.181       18.2321     10.32     4.87e-19 *** 
-  DMonth_2      −3058.75      7382.08     −0.4143   0.6792   +  DMonth_2       8.64432     36.3500      0.2378   0.8124   
-  DMonth_3      28152.3       6959.89      4.045    8.50e-05 *** +  DMonth_3      27.4670      34.2711      0.8015   0.4242   
-  DMonth_4       5151.07      6959.89      0.7401   0.4604   +  DMonth_4      34.8625      34.2711      1.017    0.3107   
-  DMonth_5      75502.4       6959.89     10.85     2.06e-20 *** +  DMonth_5      24.8423      34.2711      0.7249   0.4697   
-  DMonth_6       4684.98      7382.08      0.6346   0.5267   +  DMonth_6      37.4909      36.3500      1.031    0.3041   
-  DMonth_7      16453.3       7382.08      2.229    0.0274   ** +  DMonth_7      20.6351      36.3500      0.5677   0.5711   
-  DMonth_8      79414.9       7382.08     10.76     3.55e-20 *** +  DMonth_8      82.7939      36.3500      2.278    0.0242   ** 
-  DMonth_9      −8184.66      7382.08     −1.109    0.2694   +  DMonth_9       6.53550     36.3500      0.1798   0.8576   
-  DMonth_10     −1293.87      7382.08     −0.1753   0.8611   +  DMonth_10     18.6284      36.3500      0.5125   0.6091   
-  DMonth_11     31007.3       7382.08      4.200    4.65e-05 *** +  DMonth_11     82.3261      36.3500      2.265    0.0250   ** 
-  DMonth_12     91394.7       7382.08     12.38     1.98e-24 *** +  DMonth_12     52.1579      36.3500      1.435    0.1535   
-  quelfeb       32249.     12303.5       2.621    0.0097   ***+  quelfeb       18.0311      60.5834      0.2976   0.7664  
  
-Mean dependent var   50544.76   S.D. dependent var   41916.90 +Mean dependent var   290.5218   S.D. dependent var   127.8718 
-Sum squared resid    5.23e+10   S.E. of regression   19060.45 +Sum squared resid     1268471   S.E. of regression   93.85533 
-R-squared            0.811551   Adjusted R-squared   0.793230 +R-squared            0.509009   Adjusted R-squared   0.461273 
-F(14, 144)           44.29523   P-value(F)           4.87e-45 +F(14, 144)           10.66316   P-value(F)           2.77e-16 
-Log-likelihood      −1784.737   Akaike criterion     3599.475 +Log-likelihood      −939.8725   Akaike criterion     1909.745 
-Schwarz criterion    3645.508   Hannan-Quinn         3618.169 +Schwarz criterion    1955.779   Hannan-Quinn         1928.439 
-rho                 −0.012765   Durbin-Watson        2.005374+rho                  0.300047   Durbin-Watson        1.391359
  
-Excluding the constant, p-value was highest for variable 36 (DMonth_10)+Excluding the constant, p-value was highest for variable 41 (DMonth_9)
  
 ? err = $uhat ? err = $uhat
-Generated series err (ID 40)+Generated series err (ID 46)
 # panel plot # panel plot
 # Fa schifo, usiamo l'altro # Fa schifo, usiamo l'altro
 # Equazione buona su diff: # Equazione buona su diff:
 ? deb_risc_incr = deb_risc - deb_risc(-1) ? deb_risc_incr = deb_risc - deb_risc(-1)
-Generated series deb_risc_incr (ID 41)+Generated series deb_risc_incr (ID 47)
 ? ols deb_risc_incr const TO GE dummify(Month) quelfeb Blitz ? ols deb_risc_incr const TO GE dummify(Month) quelfeb Blitz
  
Linea 487: Linea 498:
 Dependent variable: deb_risc_incr Dependent variable: deb_risc_incr
  
-              coefficient   std. error   t-ratio    p-value  +              coefficient   std. error   t-ratio    p-value 
-  ---------------------------------------------------------- +  --------------------------------------------------------- 
-  const        −92814.      8328.06    −11.14     4.80e-21 *** +  const        −44.9702       34.8464    −1.291     0.1990  
-  TO             2069.29      5298.79      0.3905   0.6967   +  TO            −1.18949      22.1713    −0.05365   0.9573  
-  GE             1612.03      5298.79      0.3042   0.7614   +  GE            −1.56930      22.1713    −0.07078   0.9437  
-  DMonth_2      87019.7      10950.1       7.947    5.71e-13 *** +  DMonth_2      55.8492       45.8175     1.219     0.2249  
-  DMonth_3     116349        10388.2      11.20     3.46e-21 *** +  DMonth_3      61.1062       43.4663     1.406     0.1620  
-  DMonth_4      68586.3      10388.2       6.602    7.77e-10 *** +  DMonth_4      53.2852       43.4663     1.226     0.2223  
-  DMonth_5     161939        10388.2      15.59     2.14e-32 *** +  DMonth_5      35.8696       43.4663     0.8252    0.4106  
-  DMonth_6      17788.6      10950.1       1.625    0.1065   +  DMonth_6      50.7896       45.8175     1.109     0.2695  
-  DMonth_7     103356        10950.      9.439    1.14e-16 *** +  DMonth_7      29.0340       45.8175     0.6337    0.5273  
-  DMonth_8     154549        10950.1      14.11     1.09e-28 *** +  DMonth_8     108.049        45.8175     2.358     0.0197  ** 
-  DMonth_9       3987.91     10950.      0.3642   0.7163   +  DMonth_9     −30.3687       45.8175    −0.6628    0.5085  
-  DMonth_10     98478.3      10950.1       8.993    1.51e-15 *** +  DMonth_10     57.9826       45.8175     1.266     0.2078  
-  DMonth_11    123889        10950.1      11.31     1.75e-21 *** +  DMonth_11    109.587        45.8175     2.392     0.0181  ** 
-  DMonth_12    151975        10950.1      13.88     4.33e-28 *** +  DMonth_12     15.7216       45.8175     0.3431    0.7320  
-  quelfeb        5842.29     20543.1       0.2844   0.7765   +  quelfeb       23.9632       85.9565     0.2788    0.7808  
-  Blitz        101857        33170.8       3.071    0.0026   ***+  Blitz        −37.5231      138.794     −0.2704    0.7873 
  
-Mean dependent var   1207.794   S.D. dependent var   60471.66 +Mean dependent var   0.363846   S.D. dependent var   112.9982 
-Sum squared resid    1.01e+11   S.E. of regression   26822.15 +Sum squared resid     1763366   S.E. of regression   112.2295 
-R-squared            0.822303   Adjusted R-squared   0.803264 +R-squared            0.109021   Adjusted R-squared   0.013559 
-F(15, 140)           43.19056   P-value(F)           6.33e-45 +F(15, 140)           1.142031   P-value(F)           0.325083 
-Log-likelihood      −1803.643   Akaike criterion     3639.286 +Log-likelihood      −949.3190   Akaike criterion     1930.638 
-Schwarz criterion    3688.084   Hannan-Quinn         3659.106 +Schwarz criterion    1979.436   Hannan-Quinn         1950.457 
-rho                 −0.460246   Durbin-Watson        2.904777+rho                 −0.342141   Durbin-Watson        2.684025
  
-Excluding the constant, p-value was highest for variable 27 (quelfeb)+Excluding the constant, p-value was highest for variable 19 (TO)
  
 # Equazione buona con l'Italia # Equazione buona con l'Italia
 ? smpl --restrict (Cit == 1 || Cit == 4) ? smpl --restrict (Cit == 1 || Cit == 4)
-Full data set: 212 observations+Full data set: 371 observations
 Current sample: 53 observations Current sample: 53 observations
 ? ols deb_risc const IT dummify(Month) quelfeb Blitz ? ols deb_risc const IT dummify(Month) quelfeb Blitz
Linea 527: Linea 538:
 Omitted due to exact collinearity: Blitz Omitted due to exact collinearity: Blitz
  
-              coefficient   std. error   t-ratio   p-value  +              coefficient   std. error   t-ratio   p-value 
-  --------------------------------------------------------- +  -------------------------------------------------------- 
-  const         33651.2       6374.75     5.279    4.85e-06 *** +  const        165.528        67.1907     2.464    0.0182  ** 
-  DMonth_2       1738.65      9562.13     0.1818   0.8566   +  DMonth_2      21.7119      100.786      0.2154   0.8305  
-  DMonth_3      38593.      9015.26     4.281    0.0001   *** +  DMonth_3      31.9547       95.0220     0.3363   0.7384  
-  DMonth_4      21221.      9015.26     2.354    0.0236   ** +  DMonth_4      61.8411       95.0220     0.6508   0.5189  
-  DMonth_5      94721.      9015.26    10.51     4.55e-13 *** +  DMonth_5      40.4644       95.0220     0.4258   0.6725  
-  DMonth_6      16506.8       9562.13     1.726    0.0920   * +  DMonth_6      12.1066      100.786      0.1201   0.9050  
-  DMonth_7      35740.1       9562.13     3.738    0.0006   *** +  DMonth_7      14.6188      100.786      0.1450   0.8854  
-  DMonth_8      81396.      9562.13     8.512    1.62e-10 **+  DMonth_8     183.752       100.786      1.823    0.0758  
-  DMonth_9     −13468.0       9562.13    −1.408    0.1667   +  DMonth_9      19.2137      100.786      0.1906   0.8498  
-  DMonth_10      3575.54      9562.13     0.3739   0.7104   +  DMonth_10     35.3161      100.786      0.3504   0.7279  
-  DMonth_11     36117.      9562.13     3.777    0.0005   *** +  DMonth_11    216.809       100.786      2.151    0.0376  ** 
-  DMonth_12    162951         9562.13    17.04     6.10e-20 *** +  DMonth_12    127.549       100.786      1.266    0.2130  
-  quelfeb       99709.1      15936.     6.257    2.06e-07 ***+  quelfeb      −19.8817      167.977     −0.1184   0.9064 
  
-Mean dependent var   74639.13   S.D. dependent var   49779.90 +Mean dependent var   225.8571   S.D. dependent var   148.0896 
-Sum squared resid    8.13e+09   S.E. of regression   14254.38 +Sum squared resid    902918.  S.E. of regression   150.2430 
-R-squared            0.936927   Adjusted R-squared   0.918005 +R-squared            0.208235   Adjusted R-squared  -0.029294 
-F(12, 40)            49.51525   P-value(F)           3.87e-20 +F(12, 40)            0.876672   P-value(F)           0.576194 
-Log-likelihood      −574.6818   Akaike criterion     1175.364 +Log-likelihood      −333.3958   Akaike criterion     692.7915 
-Schwarz criterion    1200.977   Hannan-Quinn         1185.213 +Schwarz criterion    718.4053   Hannan-Quinn         702.6414 
-rho                  0.174651   Durbin-Watson        1.595154+rho                  0.339063   Durbin-Watson        1.316686
  
-Excluding the constant, p-value was highest for variable 28 (DMonth_2)+Excluding the constant, p-value was highest for variable 33 (quelfeb)
  
 ? smpl --full ? smpl --full
-Full data range: 1:01 - 4:53 (n = 212)+Full data range: 1:01 - 7:53 (n = 371)
  
-? smpl --restrict Cit != +? smpl --restrict Cit 
-Full data range: 1:01 - 4:53 (n = 212)+Full data range: 1:01 - 7:53 (n = 371)
 Current sample: 1:01 - 3:53 (n = 159) Current sample: 1:01 - 3:53 (n = 159)
  
Linea 564: Linea 575:
   || (TO && (time == 44 || time == 45 || time == 46) ) || (MI && (time == 41 \   || (TO && (time == 44 || time == 45 || time == 46) ) || (MI && (time == 41 \
   || time == 44))   || time == 44))
-Generated series other_bl (ID 42)+Generated series other_bl (ID 48)
 ? ols deb_risc const TO GE dummify(Month) quelfeb Blitz other_bl ? ols deb_risc const TO GE dummify(Month) quelfeb Blitz other_bl
  
Linea 572: Linea 583:
 Dependent variable: deb_risc Dependent variable: deb_risc
  
-              coefficient   std. error   t-ratio    p-value  +              coefficient   std. error   t-ratio   p-value  
-  ---------------------------------------------------------- +  --------------------------------------------------------- 
-  const        46841.       5140.29      9.113    6.90e-16 *** +  const        193.994        26.4580     7.332    1.58e-11 *** 
-  TO          −35864.6        3566.72    −10.06     2.70e-18 *** +  TO             4.70754      18.3585     0.2564   0.7980   
-  GE          −33113.       3579.59     −9.251    3.08e-16 *** +  GE           188.686        18.4247    10.24     8.98e-19 *** 
-  DMonth_2     −3058.75       7059.22     0.4333   0.6655   +  DMonth_2       8.64432      36.3350     0.2379   0.8123   
-  DMonth_3     28152.3        6655.49      4.230    4.17e-05 *** +  DMonth_3      27.4670       34.2570     0.8018   0.4240   
-  DMonth_4      5151.07       6655.49      0.7740   0.4402   +  DMonth_4      34.8625       34.2570     1.018    0.3106   
-  DMonth_5     75456.8        6669.58     11.31     1.48e-21 *** +  DMonth_5      27.6886       34.3295     0.8066   0.4213   
-  DMonth_6      4627.99       7079.96      0.6537   0.5144   +  DMonth_6      41.0487       36.4417     1.126    0.2619   
-  DMonth_7     16453.3        7059.22      2.331    0.0212   ** +  DMonth_7      20.6351       36.3350     0.5679   0.5710   
-  DMonth_8     79243.9        7243.75     10.94     1.39e-20 *** +  DMonth_8      93.4675       37.2848     2.507    0.0133   ** 
-  DMonth_9     −8298.65       7141.82     −1.162    0.2472   +  DMonth_9      13.6512       36.7602     0.3714   0.7109   
-  DMonth_10    −1407.86       7141.82     0.1971   0.8440   +  DMonth_10     25.7441       36.7602     0.7003   0.4849   
-  DMonth_11    31007.3        7059.22      4.392    2.18e-05 *** +  DMonth_11     82.3261       36.3350     2.266    0.0250   ** 
-  DMonth_12    91394.7        7059.22     12.95     8.30e-26 *** +  DMonth_12     52.1579       36.3350     1.435    0.1534   
-  quelfeb       2374.56      14318.3       0.1658   0.8685   +  quelfeb       66.0336       73.6987     0.8960   0.3718   
-  Blitz        88941.6       22743.      3.911    0.0001   *** +  Blitz       −101.313       117.066     −0.8654   0.3883   
-  other_bl       683.931      6498.50      0.1052   0.9163  +  other_bl     −42.6942       33.4489    −1.276    0.2039  
  
-Mean dependent var   50544.76   S.D. dependent var   41916.90 +Mean dependent var   290.5218   S.D. dependent var   127.8718 
-Sum squared resid    4.72e+10   S.E. of regression   18226.82 +Sum squared resid     1249819   S.E. of regression   93.81652 
-R-squared            0.830068   Adjusted R-squared   0.810921 +R-squared            0.516228   Adjusted R-squared   0.461719 
-F(16, 142)           43.35182   P-value(F)           1.64e-46 +F(16, 142)           9.470432   P-value(F)           1.15e-15 
-Log-likelihood      −1776.515   Akaike criterion     3587.030 +Log-likelihood      −938.6948   Akaike criterion     1911.390 
-Schwarz criterion    3639.201   Hannan-Quinn         3608.216 +Schwarz criterion    1963.561   Hannan-Quinn         1932.576 
-rho                 −0.018393   Durbin-Watson        2.015914+rho                  0.287593   Durbin-Watson        1.415864
  
-Excluding the constant, p-value was highest for variable 42 (other_bl)+Excluding the constant, p-value was highest for variable 34 (DMonth_2)
  
 ? ols deb_log const TO GE dummify(Month) quelfeb Blitz other_bl ? ols deb_log const TO GE dummify(Month) quelfeb Blitz other_bl
Linea 609: Linea 620:
 Dependent variable: deb_log Dependent variable: deb_log
  
-              coefficient   std. error   t-ratio     p-value  +              coefficient   std. error   t-ratio    p-value  
-  ----------------------------------------------------------- +  ---------------------------------------------------------- 
-  const       10.3811       0.115157      90.15     3.19e-127 *** +  const        5.19095      0.0781118    66.46     7.40e-109 *** 
-  TO          −1.16067      0.0799043    −14.53     7.17e-30  *** +  TO          −0.140596     0.0541998    −2.594    0.0105    ** 
-  GE          −1.69121      0.0801925    −21.09     1.37e-45  *** +  GE          −0.305535     0.0543953    −5.617    9.91e-08  *** 
-  DMonth_2    −0.115190     0.158146      0.7284   0.4676    +  DMonth_2     0.0292847    0.107272      0.2730   0.7853    
-  DMonth_3     0.950378     0.149101       6.374    2.41e-09  *** +  DMonth_3     0.119287     0.101137      1.179    0.2402    
-  DMonth_4     0.181921     0.149101       1.220    0.2244    +  DMonth_4     0.136941     0.101137      1.354    0.1779    
-  DMonth_5     1.62404      0.149417      10.87     2.12e-20  *** +  DMonth_5     0.115084     0.101351      1.136    0.2581    
-  DMonth_6     0.187126     0.158610       1.180    0.2401    +  DMonth_6     0.156931     0.107587      1.459    0.1469    
-  DMonth_7     0.541646     0.158146       3.425    0.0008    *** +  DMonth_7     0.0958850    0.107272      0.8939   0.3729    
-  DMonth_8     1.68095      0.162280      10.36     4.47e-19  *** +  DMonth_8     0.276597     0.110076      2.513    0.0131    ** 
-  DMonth_9    −0.259726     0.159996      −1.623    0.1067    +  DMonth_9     0.0693897    0.108527      0.6394   0.5236    
-  DMonth_10   −0.117587     0.159996      0.7349   0.4636    +  DMonth_10    0.103394     0.108527      0.9527   0.3424    
-  DMonth_11    1.01463      0.158146       6.416    1.95e-09  *** +  DMonth_11    0.238683     0.107272      2.225    0.0277    ** 
-  DMonth_12    1.67631      0.158146      10.60     1.06e-19  *** +  DMonth_12    0.163041     0.107272      1.520    0.1308    
-  quelfeb     −0.223113     0.320769      −0.6956   0.4878    +  quelfeb      0.252909     0.217580      1.162    0.2470    
-  Blitz        1.77093      0.509524       3.476    0.0007    *** +  Blitz       −0.353002     0.345615     −1.021    0.3088    
-  other_bl    −0.0259569    0.145584      0.1783   0.8587   +  other_bl    −0.135332     0.0987511    1.370    0.1727   
  
-Mean dependent var   10.04145   S.D. dependent var   1.090171 +Mean dependent var   5.157383   S.D. dependent var   0.301685 
-Sum squared resid    23.67619   S.E. of regression   0.408330 +Sum squared resid    10.89350   S.E. of regression   0.276974 
-R-squared            0.873914   Adjusted R-squared   0.859707 +R-squared            0.242463   Adjusted R-squared   0.157106 
-F(16, 142)           61.51363   P-value(F)           1.46e-55 +F(16, 142)           2.840593   P-value(F)           0.000500 
-Log-likelihood      −74.20871   Akaike criterion     182.4174 +Log-likelihood      −12.49257   Akaike criterion     58.98515 
-Schwarz criterion    234.5888   Hannan-Quinn         203.6037 +Schwarz criterion    111.1565   Hannan-Quinn         80.17138 
-rho                  0.005117   Durbin-Watson        1.952596+rho                  0.358163   Durbin-Watson        1.253614
  
-Excluding the constant, p-value was highest for variable 42 (other_bl)+Excluding the constant, p-value was highest for variable 34 (DMonth_2)
  
 # Tutti i blitz di Milano insieme: # Tutti i blitz di Milano insieme:
 ? other_bl = (GE && (time==38 || time==42 || time==44 || time=45 || time==46)) \ ? other_bl = (GE && (time==38 || time==42 || time==44 || time=45 || time==46)) \
   || (TO && (time == 44 || time == 45 || time == 46) )   || (TO && (time == 44 || time == 45 || time == 46) )
-Replaced series other_bl (ID 42)+Replaced series other_bl (ID 48)
 ? time_bl = (time == 41 || time == 44  || time == 38) ? time_bl = (time == 41 || time == 44  || time == 38)
-Generated series time_bl (ID 43)+Generated series time_bl (ID 49)
 ? MI_bl = MI && time_bl ? MI_bl = MI && time_bl
-Generated series MI_bl (ID 44)+Generated series MI_bl (ID 50)
 ? ols deb_risc const TO GE dummify(Month) MI_bl time_bl other_bl ? ols deb_risc const TO GE dummify(Month) MI_bl time_bl other_bl
  
Linea 656: Linea 667:
               coefficient   std. error   t-ratio   p-value                coefficient   std. error   t-ratio   p-value 
   ---------------------------------------------------------   ---------------------------------------------------------
-  const         47032.      5461.80     8.611    1.25e-14 *** +  const        195.538       26.5703      7.359    1.36e-11 *** 
-  TO           −36100.1       3838.38    −9.405    1.25e-16 *** +  TO             2.88845     18.6728      0.1547   0.8773   
-  GE           −33452.      3871.61    8.640    1.06e-14 *** +  GE           185.870       18.8344      9.869    8.17e-18 *** 
-  DMonth_2       1633.52      7190.51     0.2272   0.8206   +  DMonth_2      20.1414      34.9801      0.5758   0.5657   
-  DMonth_3      28152.3       7042.23     3.998    0.0001   *** +  DMonth_3      27.4670      34.2587      0.8018   0.4240   
-  DMonth_4       5151.07      7042.23     0.7315   0.4657   +  DMonth_4      34.8625      34.2587      1.018    0.3106   
-  DMonth_5      73972.5       7210.57    10.26     8.07e-19 *** +  DMonth_5      31.6470      35.0777      0.9022   0.3685   
-  DMonth_6       4400.23      7500.90     0.5866   0.5584   +  DMonth_6      38.8485      36.4901      1.065    0.2889   
-  DMonth_7      16453.3       7469.41     2.203    0.0292   ** +  DMonth_7      20.6351      36.3369      0.5679   0.5710   
-  DMonth_8      76933.1       7718.89     9.967    4.57e-18 *** +  DMonth_8      94.0151      37.5505      2.504    0.0134   ** 
-  DMonth_9      −8754.17      7594.60    −1.153    0.2510   +  DMonth_9       9.25070     36.9459      0.2504   0.8027   
-  DMonth_10     −1863.38      7594.60    −0.2454   0.8065   +  DMonth_10     21.3436      36.9459      0.5777   0.5644   
-  DMonth_11     31007.3       7469.41     4.151    5.68e-05 *** +  DMonth_11     82.3261      36.3369      2.266    0.0250   ** 
-  DMonth_12     91394.7       7469.41    12.24     5.85e-24 *** +  DMonth_12     52.1579      36.3369      1.435    0.1534   
-  MI_bl         28674.     14521.7      1.975    0.0503   * +  MI_bl        −67.9682      70.6446     −0.9621   0.3376   
-  time_bl       1908.72      9490.00    −0.2011   0.8409   +  time_bl      11.3676      46.1666     −0.2462   0.8059   
-  other_bl       3417.05      8239.61     0.4147   0.6790  +  other_bl     −16.2912      40.0837     0.4064   0.6850  
  
-Mean dependent var   50544.76   S.D. dependent var   41916.90 +Mean dependent var   290.5218   S.D. dependent var   127.8718 
-Sum squared resid    5.28e+10   S.E. of regression   19285.94 +Sum squared resid     1249949   S.E. of regression   93.82143 
-R-squared            0.809746   Adjusted R-squared   0.788309 +R-squared            0.516178   Adjusted R-squared   0.461663 
-F(16, 142)           37.77311   P-value(F)           4.20e-43 +F(16, 142)           9.468514   P-value(F)           1.16e-15 
-Log-likelihood      −1785.495   Akaike criterion     3604.991 +Log-likelihood      −938.7031   Akaike criterion     1911.406 
-Schwarz criterion    3657.162   Hannan-Quinn         3626.177 +Schwarz criterion    1963.578   Hannan-Quinn         1932.592 
-rho                 −0.002232   Durbin-Watson        1.987777+rho                  0.284186   Durbin-Watson        1.422011
  
-Excluding the constant, p-value was highest for variable 43 (time_bl)+Excluding the constant, p-value was highest for variable 19 (TO)
  
 # Giusto per scrupolo: # Giusto per scrupolo:
 ? tutti_bl = other_bl || MI_bl ? tutti_bl = other_bl || MI_bl
-Generated series tutti_bl (ID 45)+Generated series tutti_bl (ID 51)
 ? tutti_t = time==38 || time == 41 || time==42 || time==44 || time=45 || \ ? tutti_t = time==38 || time == 41 || time==42 || time==44 || time=45 || \
   time==46   time==46
-Generated series tutti_t (ID 46)+Generated series tutti_t (ID 52)
 ? ols deb_risc const TO GE dummify(Month) tutti_bl tutti_t ? ols deb_risc const TO GE dummify(Month) tutti_bl tutti_t
  
Linea 699: Linea 710:
               coefficient   std. error   t-ratio   p-value                coefficient   std. error   t-ratio   p-value 
   ---------------------------------------------------------   ---------------------------------------------------------
-  const         48129.9      5460.22      8.815    3.71e-15 *** +  const        193.662       26.3467      7.351    1.39e-11 *** 
-  TO           −37529.     3766.97     −9.963    4.40e-18 *** +  TO             5.81356     18.1764      0.3198   0.7496   
-  GE           −35313.7      3784.68     −9.331    1.84e-16 *** +  GE           188.574       18.2619     10.33     5.06e-19 *** 
-  DMonth_2       2547.95     7158.27      0.3559   0.7224   +  DMonth_2      19.3564      34.5401      0.5604   0.5761   
-  DMonth_3      28152.     7080.83      3.976    0.0001   *** +  DMonth_3      27.4670      34.1665      0.8039   0.4228   
-  DMonth_4       5151.07     7080.83      0.7275   0.4681   +  DMonth_4      34.8625      34.1665      1.020    0.3093   
-  DMonth_5      75649.     7177.26     10.54     1.41e-19 *** +  DMonth_5      31.2532      34.6318      0.9024   0.3683   
-  DMonth_6       4868.42     7652.04      0.6362   0.5256   +  DMonth_6      45.5044      36.9227      1.232    0.2198   
-  DMonth_7      16453.     7510.36      2.191    0.0301   ** +  DMonth_7      20.6351      36.2391      0.5694   0.5700   
-  DMonth_8      77123.     7681.63     10.04     2.78e-18 *** +  DMonth_8      92.5450      37.0655      2.497    0.0137   ** 
-  DMonth_9      −9238.73     7624.19     −1.212    0.2276   +  DMonth_9      15.4178      36.7883      0.4191   0.6758   
-  DMonth_10     −2347.93     7624.19     −0.3080   0.7586   +  DMonth_10     27.5107      36.7883      0.7478   0.4558   
-  DMonth_11     31007.     7510.36      4.129    6.18e-05 *** +  DMonth_11     82.3261      36.2391      2.272    0.0246   ** 
-  DMonth_12     91394.     7510.36     12.17     7.87e-24 *** +  DMonth_12     52.1579      36.2391      1.439    0.1523   
-  tutti_bl      14850.0      9691.82      1.532    0.1277   +  tutti_bl     −10.4247      46.7651     −0.2229   0.8239   
-  tutti_t       5683.76     7877.28     −0.7215   0.4718  +  tutti_t      28.5793      38.0095     −0.7519   0.4533  
  
-Mean dependent var   50544.76   S.D. dependent var   41916.90 +Mean dependent var   290.5218   S.D. dependent var   127.8718 
-Sum squared resid    5.38e+10   S.E. of regression   19391.66 +Sum squared resid     1251983   S.E. of regression   93.56884 
-R-squared            0.806300   Adjusted R-squared   0.785981 +R-squared            0.515390   Adjusted R-squared   0.464557 
-F(15, 143)           39.68354   P-value(F)           2.27e-43 +F(15, 143)           10.13886   P-value(F)           3.95e-16 
-Log-likelihood      −1786.923   Akaike criterion     3605.845 +Log-likelihood      −938.8324   Akaike criterion     1909.665 
-Schwarz criterion    3654.948   Hannan-Quinn         3625.785 +Schwarz criterion    1958.767   Hannan-Quinn         1929.605 
-rho                 −0.018810   Durbin-Watson        2.017266+rho                  0.283804   Durbin-Watson        1.423175
  
-Excluding the constant, p-value was highest for variable 36 (DMonth_10)+Excluding the constant, p-value was highest for variable 51 (tutti_bl)
  
 # Anche Genova: # Anche Genova:
 ? quelgen = time == 37 ? quelgen = time == 37
-Generated series quelgen (ID 47)+Generated series quelgen (ID 53)
 ? blitz_g = (GE && quelgen) ? blitz_g = (GE && quelgen)
-Generated series blitz_g (ID 48)+Generated series blitz_g (ID 54)
 ? ols deb_risc const TO GE dummify(Month) quelgen blitz_g quelfeb Blitz ? ols deb_risc const TO GE dummify(Month) quelgen blitz_g quelfeb Blitz
  
Linea 738: Linea 749:
 Dependent variable: deb_risc Dependent variable: deb_risc
  
-              coefficient   std. error    t-ratio    p-value  +              coefficient   std. error   t-ratio   p-value  
-  ----------------------------------------------------------- +  --------------------------------------------------------- 
-  const        48343.       5665.73      8.533     2.04e-14 *** +  const        193.774        29.3557     6.601    7.69e-10 *** 
-  TO          −35857.9        3573.69    −10.03      3.27e-18 *** +  TO             4.27376      18.5163     0.2308   0.8178   
-  GE          −33098.       3599.50     9.195     4.48e-16 *** +  GE           185.833        18.6500     9.964    4.93e-18 *** 
-  DMonth_2     −4567.75       7456.84     0.6126    0.5412   +  DMonth_2       9.95945      38.6360     0.2578   0.7970   
-  DMonth_3     26643.3        7074.18      3.766     0.0002   *** +  DMonth_3      28.7822       36.6533     0.7853   0.4336   
-  DMonth_4      3642.07       7074.18      0.5148    0.6075   +  DMonth_4      36.1776       36.6533     0.9870   0.3253   
-  DMonth_5     73993.4        7074.18     10.46      2.62e-19 *** +  DMonth_5      26.1574       36.6533     0.7136   0.4766   
-  DMonth_6      3175.98       7456.84      0.4259    0.6708   +  DMonth_6      38.8060       38.6360     1.004    0.3169   
-  DMonth_7     14944.3        7456.84      2.004     0.0470   ** +  DMonth_7      21.9502       38.6360     0.5681   0.5709   
-  DMonth_8     77905.9        7456.84     10.45      2.81e-19 *** +  DMonth_8      84.1091       38.6360     2.177    0.0311   ** 
-  DMonth_9     −9693.66       7456.84     −1.300     0.1957   +  DMonth_9       7.85063      38.6360     0.2032   0.8393   
-  DMonth_10    −2802.87       7456.84     0.3759    0.7076   +  DMonth_10     19.9435       38.6360     0.5162   0.6065   
-  DMonth_11    29498.3        7456.84      3.956     0.0001   *** +  DMonth_11     83.6412       38.6360     2.165    0.0321   ** 
-  DMonth_12    89885.7        7456.84     12.05      1.93e-23 *** +  DMonth_12     53.4730       38.6360     1.384    0.1685   
-  quelgen      7838.79      13988.9      −0.5604    0.5761   +  quelgen       7.69725      72.4805    −0.1062   0.9156   
-  blitz_g        881.337     22585.6       0.03902   0.9689   +  blitz_g       42.8186      117.022      0.3659   0.7150   
-  quelfeb       2712.77      13988.9       0.1939    0.8465   +  quelfeb       45.2343       72.4805     0.6241   0.5336   
-  Blitz        88610.9       22585.6       3.923     0.0001   ***+  Blitz        −81.6094      117.022     0.6974   0.4867  
  
-Mean dependent var   50544.76   S.D. dependent var   41916.90 +Mean dependent var   290.5218   S.D. dependent var   127.8718 
-Sum squared resid    4.70e+10   S.E. of regression   18265.45 +Sum squared resid     1262855   S.E. of regression   94.63836 
-R-squared            0.830549   Adjusted R-squared   0.810119 +R-squared            0.511182   Adjusted R-squared   0.452247 
-F(17, 141)           40.65284   P-value(F)           9.03e-46 +F(17, 141)           8.673592   P-value(F)           7.04e-15 
-Log-likelihood      −1776.290   Akaike criterion     3588.579 +Log-likelihood      −939.5198   Akaike criterion     1915.040 
-Schwarz criterion    3643.820   Hannan-Quinn         3611.012 +Schwarz criterion    1970.280   Hannan-Quinn         1937.472 
-rho                 −0.020769   Durbin-Watson        2.020496+rho                  0.296522   Durbin-Watson        1.398214
  
-Excluding the constant, p-value was highest for variable 48 (blitz_g)+Excluding the constant, p-value was highest for variable 53 (quelgen)
  
 ? ols deb_log const TO GE dummify(Month) quelgen blitz_g quelfeb Blitz ? ols deb_log const TO GE dummify(Month) quelgen blitz_g quelfeb Blitz
Linea 778: Linea 789:
               coefficient   std. error   t-ratio     p-value                coefficient   std. error   t-ratio     p-value 
   -----------------------------------------------------------   -----------------------------------------------------------
-  const       10.4394       0.125682      83.06     1.25e-121 *** +  const        5.18684      0.0867247    59.81      4.44e-102 *** 
-  TO          −1.16081      0.0792748    −14.64     4.24e-30  *** +  TO          −0.141971     0.0547022    −2.595     0.0104    ** 
-  GE          −1.67951      0.0798472    −21.03     2.53e-45  *** +  GE          −0.314603     0.0550971    −5.710     6.43e-08  *** 
-  DMonth_2    −0.177320     0.165414      −1.072    0.2856    +  DMonth_2     0.0368687    0.114141      0.3230    0.7472    
-  DMonth_3     0.888248     0.156926       5.660    8.15e-08  *** +  DMonth_3     0.126871     0.108284      1.172     0.2433    
-  DMonth_4     0.119791     0.156926       0.7634   0.4465    +  DMonth_4     0.144525     0.108284      1.335     0.1841    
-  DMonth_5     1.56018      0.156926       9.942    5.62e-18  *** +  DMonth_5     0.113646     0.108284      1.050     0.2957    
-  DMonth_6     0.122833     0.165414       0.7426   0.4590    +  DMonth_6     0.153237     0.114141      1.343     0.1816    
-  DMonth_7     0.479516     0.165414       2.899    0.0043    *** +  DMonth_7     0.103469     0.114141      0.9065    0.3662    
-  DMonth_8     1.61233      0.165414       9.747    1.77e-17  *** +  DMonth_8     0.250348     0.114141      2.193     0.0299    ** 
-  DMonth_9    −0.326182     0.165414      −1.972    0.0506    * +  DMonth_9     0.0544184    0.114141      0.4768    0.6343    
-  DMonth_10   −0.184043     0.165414      −1.113    0.2678    +  DMonth_10    0.0884231    0.114141      0.7747    0.4398    
-  DMonth_11    0.952498     0.165414       5.758    5.11e-08  *** +  DMonth_11    0.246267     0.114141      2.158     0.0327    ** 
-  DMonth_12    1.61418      0.165414       9.758    1.66e-17  *** +  DMonth_12    0.170626     0.114141      1.495     0.1372    
-  quelgen     −0.0842327    0.310315      −0.2714   0.7864    +  quelgen     −0.00776559   0.214127     −0.03627   0.9711    
-  blitz_g     −0.679250     0.501015      −1.356    0.1773    +  blitz_g      0.137058     0.345716      0.3964    0.6924    
-  quelfeb     −0.238019     0.310315      0.7670   0.4443    +  quelfeb      0.186983     0.214127      0.8732    0.3840    
-  Blitz        1.78969      0.501015       3.572    0.0005    ***+  Blitz       −0.290558     0.345716     −0.8405    0.4021   
  
-Mean dependent var   10.04145   S.D. dependent var   1.090171 +Mean dependent var   5.157383   S.D. dependent var   0.301685 
-Sum squared resid    23.14813   S.E. of regression   0.405180 +Sum squared resid    11.02184   S.E. of regression   0.279587 
-R-squared            0.876726   Adjusted R-squared   0.861864 +R-squared            0.233538   Adjusted R-squared   0.141127 
-F(17, 141)           58.98810   P-value(F)           2.44e-55 +F(17, 141)           2.527181   P-value(F)           0.001556 
-Log-likelihood      −72.41551   Akaike criterion     180.8310 +Log-likelihood      −13.42372   Akaike criterion     62.84744 
-Schwarz criterion    236.0713   Hannan-Quinn         203.2635 +Schwarz criterion    118.0877   Hannan-Quinn         85.27993 
-rho                  0.012670   Durbin-Watson        1.938143+rho                  0.369798   Durbin-Watson        1.231252
  
-Excluding the constant, p-value was highest for variable 47 (quelgen)+Excluding the constant, p-value was highest for variable 53 (quelgen)
  
 ? smpl --full ? smpl --full
-Full data range: 1:01 - 4:53 (n = 212)+Full data range: 1:01 - 7:53 (n = 371)
  
 # placebo: # placebo:
Linea 815: Linea 826:
 > smpl --replace --restrict MI > smpl --replace --restrict MI
 > blitz_plac = (time == b) > blitz_plac = (time == b)
-> smpl --replace --restrict Cit != 2+> smpl --replace --restrict Cit < 4
 > ols deb_risc const MI GE dummify(Month) quelfeb blitz_plac > ols deb_risc const MI GE dummify(Month) quelfeb blitz_plac
 > endloop > endloop
Linea 822: Linea 833:
 ? blitz_plac = const - const ? blitz_plac = const - const
 ? smpl   MI --replace --restrict ? smpl   MI --replace --restrict
-Full data set: 212 observations+Full data set: 371 observations
 Current sample: 53 observations Current sample: 53 observations
 ? blitz_plac = (time == b) ? blitz_plac = (time == b)
-? smpl   Cit != 2 --replace --restrict +? smpl   Cit < 4 --replace --restrict 
-Full data set212 observations+Full data range1:01 - 7:53 (n = 371)
 Current sample: 1:01 - 3:53 (n = 159) Current sample: 1:01 - 3:53 (n = 159)
  
Linea 833: Linea 844:
   blitz_plac   blitz_plac
  
-Model 17: Pooled OLS, using 106 observations +Model 17: Pooled OLS, using 159 observations 
-Included cross-sectional units+Included cross-sectional units
 Time-series length = 53 Time-series length = 53
 Dependent variable: deb_risc Dependent variable: deb_risc
  
-               coefficient   std. error   t-ratio    p-value  +               coefficient   std. error    t-ratio    p-value  
-  ----------------------------------------------------------- +  ------------------------------------------------------------ 
-  const          3357.11       6575.26     0.5106    0.6109   +  const        205.383        27.0768      7.585      3.87e-12 *** 
-  MI            37639.       3727.82    10.10      1.60e-16 *** +  MI            −4.00837      18.3280     0.2187     0.8272   
-  DMonth_2        532.180      9278.04     0.05736   0.9544   +  GE           182.367        18.2348     10.00       3.51e-18 *** 
-  DMonth_3      34728.0        8773.37     3.958     0.0001   *** +  DMonth_2       2.26598      36.9358      0.06135    0.9512   
-  DMonth_4      11152.3        8773.37     1.271     0.2069   +  DMonth_3      21.0887       34.8912      0.6044     0.5465   
-  DMonth_5      84984.3        8773.37     9.687     1.15e-15 *** +  DMonth_4      28.4841       34.8912      0.8164     0.4156   
-  DMonth_6      10892.6        9278.04     1.174     0.2434   +  DMonth_5      18.4640       34.8912      0.5292     0.5975   
-  DMonth_7      24901.6        9278.04     2.684     0.0086   *** +  DMonth_6      31.1125       36.9358      0.8423     0.4010   
-  DMonth_8      88545.1        9278.04     9.544     2.30e-15 *** +  DMonth_7      14.2567       36.9358      0.3860     0.7001   
-  DMonth_9      −6302.77       9278.04    −0.6793    0.4987   +  DMonth_8      76.4156       36.9358      2.069      0.0404   ** 
-  DMonth_10      1544.62       9278.04     0.1665    0.8681   +  DMonth_9       0.157164     36.9358      0.004255   0.9966   
-  DMonth_11     35974.9        9278.04     3.877     0.0002   *** +  DMonth_10     12.2500       36.9358      0.3317     0.7406   
-  DMonth_12    115472          9278.04    12.45      2.38e-21 *** +  DMonth_11     75.9477       36.9358      2.056      0.0416   ** 
-  quelfeb       47773.      15091.     3.166     0.0021   *** +  DMonth_12     45.7796       36.9358      1.239      0.2172   
-  blitz_plac    5793.44      20228.    −0.2864    0.7752  +  quelfeb       18.0311       60.5925      0.2976     0.7665   
 +  blitz_plac   95.6751       97.8256     −0.9780     0.3297  
  
-Mean dependent var   55874.23   S.D. dependent var   46428.75 +Mean dependent var   290.5218   S.D. dependent var   127.8718 
-Sum squared resid    3.32e+10   S.E. of regression   19089.30 +Sum squared resid     1260042   S.E. of regression   93.86950 
-R-squared            0.853493   Adjusted R-squared   0.830954 +R-squared            0.512271   Adjusted R-squared   0.461111 
-F(1491           37.86653   P-value(F)           8.43e-32 +F(15143          10.01304   P-value(F)           6.01e-16 
-Log-likelihood      −1187.150   Akaike criterion     2404.301 +Log-likelihood      −939.3425   Akaike criterion     1910.685 
-Schwarz criterion    2444.252   Hannan-Quinn         2420.493 +Schwarz criterion    1959.787   Hannan-Quinn         1930.625 
-rho                  0.000806   Durbin-Watson        1.978794+rho                  0.294569   Durbin-Watson        1.408385
  
-Excluding the constant, p-value was highest for variable 28 (DMonth_2)+Excluding the constant, p-value was highest for variable 41 (DMonth_9)
  
 loop: b = 2 loop: b = 2
Linea 870: Linea 882:
 ? blitz_plac = const - const ? blitz_plac = const - const
 ? smpl   MI --replace --restrict ? smpl   MI --replace --restrict
-Full data set: 212 observations+Full data set: 371 observations
 Current sample: 53 observations Current sample: 53 observations
 ? blitz_plac = (time == b) ? blitz_plac = (time == b)
-? smpl   Cit != 2 --replace --restrict +? smpl   Cit < 4 --replace --restrict 
-Full data set212 observations+Full data range1:01 - 7:53 (n = 371)
 Current sample: 1:01 - 3:53 (n = 159) Current sample: 1:01 - 3:53 (n = 159)
  
Linea 881: Linea 893:
   blitz_plac   blitz_plac
  
-Model 18: Pooled OLS, using 106 observations +Model 18: Pooled OLS, using 159 observations 
-Included cross-sectional units+Included cross-sectional units
 Time-series length = 53 Time-series length = 53
 Dependent variable: deb_risc Dependent variable: deb_risc
Linea 888: Linea 900:
                coefficient   std. error   t-ratio   p-value                 coefficient   std. error   t-ratio   p-value 
   ----------------------------------------------------------   ----------------------------------------------------------
-  const           2753.92      6315.00     0.4361   0.6638   +  const         198.934       26.4119      7.532    5.18e-12 *** 
-  MI             37686.      3726.70    10.11     1.48e-16 *** +  MI             −3.79469     18.3157     −0.2072   0.8362   
-  DMonth_2        2151.63      9406.81     0.2287   0.8196   +  GE            182.367       18.2209     10.01     3.35e-18 *** 
-  DMonth_3       35307.4       8533.13     4.138    7.82e-05 *** +  DMonth_2       17.5610      37.2463      0.4715   0.6380   
-  DMonth_4       11731.7       8533.13     1.375    0.1726   +  DMonth_3       27.4670      34.2501      0.8020   0.4239   
-  DMonth_5       85563.7       8533.13    10.03     2.24e-16 *** +  DMonth_4       34.8625      34.2501      1.018    0.3105   
-  DMonth_6       11472.0       9050.75     1.268    0.2082   +  DMonth_5       24.8423      34.2501      0.7253   0.4694   
-  DMonth_7       25480.9       9050.75     2.815    0.0060   *** +  DMonth_6       37.4909      36.3278      1.032    0.3038   
-  DMonth_8       89124.5       9050.75     9.847    5.32e-16 *** +  DMonth_7       20.6351      36.3278      0.5680   0.5709   
-  DMonth_9       −5723.43      9050.75    −0.6324   0.5287   +  DMonth_8       82.7939      36.3278      2.279    0.0241   ** 
-  DMonth_10       2123.96      9050.75     0.2347   0.8150   +  DMonth_9        6.53550     36.3278      0.1799   0.8575   
-  DMonth_11      36554.2       9050.75     4.039    0.0001   *** +  DMonth_10      18.6284      36.3278      0.5128   0.6089   
-  DMonth_12     116051         9050.75    12.82     4.18e-22 *** +  DMonth_11      82.3261      36.3278      2.266    0.0249   ** 
-  quelfeb        46733.3      15300.     3.054    0.0030   *** +  DMonth_12      52.1579      36.3278      1.436    0.1533   
-  blitz_plac     8320.88     20508.    −0.4057   0.6859  +  quelfeb         9.11445     61.1018      0.1492   0.8816   
 +  blitz_plac   107.000       98.6478     −1.085    0.2799  
  
-Mean dependent var   55874.23   S.D. dependent var   46428.75 +Mean dependent var   290.5218   S.D. dependent var   127.8718 
-Sum squared resid    3.31e+10   S.E. of regression   19080.65 +Sum squared resid     1258120   S.E. of regression   93.79786 
-R-squared            0.853626   Adjusted R-squared   0.831107 +R-squared            0.513015   Adjusted R-squared   0.461933 
-F(1491           37.90676   P-value(F)           8.09e-32 +F(15143          10.04291   P-value(F)           5.44e-16 
-Log-likelihood      −1187.102   Akaike criterion     2404.205 +Log-likelihood      −939.2211   Akaike criterion     1910.442 
-Schwarz criterion    2444.156   Hannan-Quinn         2420.397 +Schwarz criterion    1959.545   Hannan-Quinn         1930.382 
-rho                  0.001389   Durbin-Watson        1.976600+rho                  0.289527   Durbin-Watson        1.411977
  
-Excluding the constant, p-value was highest for variable 28 (DMonth_2)+Excluding the constant, p-value was highest for variable 33 (quelfeb)
  
 loop: b = 3 loop: b = 3
Linea 918: Linea 931:
 ? blitz_plac = const - const ? blitz_plac = const - const
 ? smpl   MI --replace --restrict ? smpl   MI --replace --restrict
-Full data set: 212 observations+Full data set: 371 observations
 Current sample: 53 observations Current sample: 53 observations
 ? blitz_plac = (time == b) ? blitz_plac = (time == b)
-? smpl   Cit != 2 --replace --restrict +? smpl   Cit < 4 --replace --restrict 
-Full data set212 observations+Full data range1:01 - 7:53 (n = 371)
 Current sample: 1:01 - 3:53 (n = 159) Current sample: 1:01 - 3:53 (n = 159)
  
Linea 929: Linea 942:
   blitz_plac   blitz_plac
  
-Model 19: Pooled OLS, using 106 observations +Model 19: Pooled OLS, using 159 observations 
-Included cross-sectional units+Included cross-sectional units
 Time-series length = 53 Time-series length = 53
 Dependent variable: deb_risc Dependent variable: deb_risc
  
-               coefficient   std. error   t-ratio    p-value  +               coefficient   std. error   t-ratio   p-value  
-  ----------------------------------------------------------- +  ---------------------------------------------------------- 
-  const           2847.18      6320.41     0.4505    0.6534   +  const         199.179       26.4755      7.523    5.44e-12 *** 
-  MI             37500.      3729.38    10.06      1.96e-16 *** +  MI             −4.52851     18.3582     −0.2467   0.8055   
-  DMonth_2        1111.52      9058.63     0.1227    0.9026   +  GE            182.367       18.2649      9.985    3.87e-18 *** 
-  DMonth_3       35150.9       8777.04     4.005     0.0001   *** +  DMonth_2        8.64432     36.4154      0.2374   0.8127   
-  DMonth_4       11731.7       8540.56     1.374     0.1729   +  DMonth_3       32.0075      34.9487      0.9158   0.3613   
-  DMonth_5       85563.7       8540.56    10.02      2.34e-16 *** +  DMonth_4       34.8625      34.3328      1.015    0.3116   
-  DMonth_6       11472.0       9058.63     1.266     0.2086   +  DMonth_5       24.8423      34.3328      0.7236   0.4705   
-  DMonth_7       25480.9       9058.63     2.813     0.0060   *** +  DMonth_6       37.4909      36.4154      1.030    0.3050   
-  DMonth_8       89124.5       9058.63     9.839     5.55e-16 *** +  DMonth_7       20.6351      36.4154      0.5667   0.5718   
-  DMonth_9       −5723.43      9058.63    −0.6318    0.5291   +  DMonth_8       82.7939      36.4154      2.274    0.0245   ** 
-  DMonth_10       2123.96      9058.63     0.2345    0.8151   +  DMonth_9        6.53550     36.4154      0.1795   0.8578   
-  DMonth_11      36554.2       9058.63     4.035     0.0001   *** +  DMonth_10      18.6284      36.4154      0.5116   0.6098   
-  DMonth_12     116051         9058.63    12.81      4.40e-22 *** +  DMonth_11      82.3261      36.4154      2.261    0.0253   ** 
-  quelfeb        47773.     15097.     3.164     0.0021   *** +  DMonth_12      52.1579      36.4154      1.432    0.1542   
-  blitz_plac      1564.89     20236.6      0.07733   0.9385  +  quelfeb        18.0311      60.6924      0.2971   0.7668   
 +  blitz_plac    −68.1076      97.9869     0.6951   0.4881  
  
-Mean dependent var   55874.23   S.D. dependent var   46428.75 +Mean dependent var   290.5218   S.D. dependent var   127.8718 
-Sum squared resid    3.32e+10   S.E. of regression   19097.27 +Sum squared resid     1264199   S.E. of regression   94.02423 
-R-squared            0.853371   Adjusted R-squared   0.830812 +R-squared            0.510662   Adjusted R-squared   0.459333 
-F(1491           37.82949   P-value(F)           8.75e-32 +F(15143          9.948766   P-value(F)           7.46e-16 
-Log-likelihood      −1187.195   Akaike criterion     2404.389 +Log-likelihood      −939.6043   Akaike criterion     1911.209 
-Schwarz criterion    2444.341   Hannan-Quinn         2420.582 +Schwarz criterion    1960.311   Hannan-Quinn         1931.149 
-rho                  0.002127   Durbin-Watson        1.975337+rho                  0.306208   Durbin-Watson        1.378900
  
-Excluding the constant, p-value was highest for variable 49 (blitz_plac)+Excluding the constant, p-value was highest for variable 41 (DMonth_9)
  
 loop: b = 4 loop: b = 4
Linea 966: Linea 980:
 ? blitz_plac = const - const ? blitz_plac = const - const
 ? smpl   MI --replace --restrict ? smpl   MI --replace --restrict
-Full data set: 212 observations+Full data set: 371 observations
 Current sample: 53 observations Current sample: 53 observations
 ? blitz_plac = (time == b) ? blitz_plac = (time == b)
-? smpl   Cit != 2 --replace --restrict +? smpl   Cit < 4 --replace --restrict 
-Full data set212 observations+Full data range1:01 - 7:53 (n = 371)
 Current sample: 1:01 - 3:53 (n = 159) Current sample: 1:01 - 3:53 (n = 159)
  
Linea 977: Linea 991:
   blitz_plac   blitz_plac
  
-Model 20: Pooled OLS, using 106 observations +Model 20: Pooled OLS, using 159 observations 
-Included cross-sectional units+Included cross-sectional units
 Time-series length = 53 Time-series length = 53
 Dependent variable: deb_risc Dependent variable: deb_risc
Linea 984: Linea 998:
                coefficient   std. error   t-ratio   p-value                 coefficient   std. error   t-ratio   p-value 
   ----------------------------------------------------------   ----------------------------------------------------------
-  const           2912.13      6314.57     0.4612   0.6458   +  const         200.933       26.0887      7.702    2.03e-12 *** 
-  MI             37370.      3725.93    10.03     2.21e-16 *** +  MI             −9.79193     18.0900     −0.5413   0.5892   
-  DMonth_2        1111.52      9050.25     0.1228   0.9025   +  GE            182.367       17.9981     10.13     1.60e-18 *** 
-  DMonth_3       35307.4       8532.65     4.138    7.81e-05 *** +  DMonth_2        8.64432     35.8835      0.2409   0.8100   
-  DMonth_4       10886.7       8768.91     1.242    0.2176   +  DMonth_3       27.4670      33.8313      0.8119   0.4182   
-  DMonth_5       85563.7       8532.65    10.03     2.23e-16 *** +  DMonth_4       20.8056      34.4382      0.6041   0.5467   
-  DMonth_6       11472.0       9050.25     1.268    0.2082   +  DMonth_5       24.8423      33.8313      0.7343   0.4640   
-  DMonth_7       25480.9       9050.25     2.815    0.0060   *** +  DMonth_6       37.4909      35.8835      1.045    0.2979   
-  DMonth_8       89124.5       9050.25     9.848    5.31e-16 *** +  DMonth_7       20.6351      35.8835      0.5751   0.5662   
-  DMonth_9       −5723.43      9050.25    −0.6324   0.5287   +  DMonth_8       82.7939      35.8835      2.307    0.0225   ** 
-  DMonth_10       2123.96      9050.25     0.2347   0.8150   +  DMonth_9        6.53550     35.8835      0.1821   0.8557   
-  DMonth_11      36554.2       9050.25     4.039    0.0001   *** +  DMonth_10      18.6284      35.8835      0.5191   0.6045   
-  DMonth_12     116051         9050.25    12.82     4.17e-22 *** +  DMonth_11      82.3261      35.8835      2.294    0.0232   ** 
-  quelfeb        47773.     15083.     3.167    0.0021   *** +  DMonth_12      52.1579      35.8835      1.454    0.1483   
-  blitz_plac      8449.46     20217.     0.4179   0.6770  +  quelfeb        18.0311      59.8058      0.3015   0.7635   
 +  blitz_plac    210.853       96.5555      2.184    0.0306   **
  
-Mean dependent var   55874.23   S.D. dependent var   46428.75 +Mean dependent var   290.5218   S.D. dependent var   127.8718 
-Sum squared resid    3.31e+10   S.E. of regression   19079.60 +Sum squared resid     1227535   S.E. of regression   92.65073 
-R-squared            0.853642   Adjusted R-squared   0.831125 +R-squared            0.524854   Adjusted R-squared   0.475013 
-F(1491           37.91165   P-value(F)           8.05e-32 +F(15143          10.53067   P-value(F)           1.08e-16 
-Log-likelihood      −1187.096   Akaike criterion     2404.193 +Log-likelihood      −937.2645   Akaike criterion     1906.529 
-Schwarz criterion    2444.145   Hannan-Quinn         2420.386 +Schwarz criterion    1955.632   Hannan-Quinn         1926.469 
-rho                 −0.002213   Durbin-Watson        1.983918+rho                  0.328033   Durbin-Watson        1.335840
  
-Excluding the constant, p-value was highest for variable 28 (DMonth_2)+Excluding the constant, p-value was highest for variable 41 (DMonth_9)
  
 loop: b = 5 loop: b = 5
Linea 1014: Linea 1029:
 ? blitz_plac = const - const ? blitz_plac = const - const
 ? smpl   MI --replace --restrict ? smpl   MI --replace --restrict
-Full data set: 212 observations+Full data set: 371 observations
 Current sample: 53 observations Current sample: 53 observations
 ? blitz_plac = (time == b) ? blitz_plac = (time == b)
-? smpl   Cit != 2 --replace --restrict +? smpl   Cit < 4 --replace --restrict 
-Full data set212 observations+Full data range1:01 - 7:53 (n = 371)
 Current sample: 1:01 - 3:53 (n = 159) Current sample: 1:01 - 3:53 (n = 159)
  
Linea 1025: Linea 1040:
   blitz_plac   blitz_plac
  
-Model 21: Pooled OLS, using 106 observations +Model 21: Pooled OLS, using 159 observations 
-Included cross-sectional units+Included cross-sectional units
 Time-series length = 53 Time-series length = 53
 Dependent variable: deb_risc Dependent variable: deb_risc
Linea 1032: Linea 1047:
                coefficient   std. error   t-ratio   p-value                 coefficient   std. error   t-ratio   p-value 
   ----------------------------------------------------------   ----------------------------------------------------------
-  const           2996.62      6294.88     0.4760   0.6352   +  const         199.317       26.4997      7.521    5.49e-12 *** 
-  MI             37201.      3714.31    10.02     2.37e-16 *** +  MI             −4.94329     18.3750     −0.2690   0.7883   
-  DMonth_2        1111.52      9022.03     0.1232   0.9022   +  GE            182.367       18.2816      9.975    4.08e-18 *** 
-  DMonth_3       35307.4       8506.05     4.151    7.45e-05 *** +  DMonth_2        8.64432     36.4487      0.2372   0.8129   
-  DMonth_4       11731.7       8506.05     1.379    0.1712   +  DMonth_3       27.4670      34.3642      0.7993   0.4254   
-  DMonth_5       83823.1       8741.58     9.589    1.85e-15 *** +  DMonth_4       34.8625      34.3642      1.014    0.3121   
-  DMonth_6       11472.0       9022.03     1.272    0.2068   +  DMonth_5       27.9172      34.9807      0.7981   0.4261   
-  DMonth_7       25480.9       9022.03     2.824    0.0058   *** +  DMonth_6       37.4909      36.4487      1.029    0.3054   
-  DMonth_8       89124.5       9022.03     9.879    4.58e-16 *** +  DMonth_7       20.6351      36.4487      0.5661   0.5722   
-  DMonth_9       −5723.43      9022.03    −0.6344   0.5274   +  DMonth_8       82.7939      36.4487      2.272    0.0246   ** 
-  DMonth_10       2123.96      9022.03     0.2354   0.8144   +  DMonth_9        6.53550     36.4487      0.1793   0.8580   
-  DMonth_11      36554.2       9022.03     4.052    0.0001   *** +  DMonth_10      18.6284      36.4487      0.5111   0.6101   
-  DMonth_12     116051         9022.03    12.86     3.47e-22 *** +  DMonth_11      82.3261      36.4487      2.259    0.0254   ** 
-  quelfeb        47773.     15036.     3.177    0.0020   *** +  DMonth_12      52.1579      36.4487      1.431    0.1546   
-  blitz_plac     17405.     20154.9      0.8636   0.3901  +  quelfeb        18.0311      60.7479      0.2968   0.7670   
 +  blitz_plac    −46.1241      98.0764     −0.4703   0.6389  
  
-Mean dependent var   55874.23   S.D. dependent var   46428.75 +Mean dependent var   290.5218   S.D. dependent var   127.8718 
-Sum squared resid    3.29e+10   S.E. of regression   19020.12 +Sum squared resid     1266512   S.E. of regression   94.11018 
-R-squared            0.854553   Adjusted R-squared   0.832177 +R-squared            0.509767   Adjusted R-squared   0.458344 
-F(1491           38.18986   P-value(F)           6.10e-32 +F(15143          9.913199   P-value(F)           8.41e-16 
-Log-likelihood      −1186.766   Akaike criterion     2403.531 +Log-likelihood      −939.7496   Akaike criterion     1911.499 
-Schwarz criterion    2443.483   Hannan-Quinn         2419.724 +Schwarz criterion    1960.602   Hannan-Quinn         1931.439 
-rho                 −0.001873   Durbin-Watson        1.986420+rho                  0.305023   Durbin-Watson        1.381143
  
-Excluding the constant, p-value was highest for variable 28 (DMonth_2)+Excluding the constant, p-value was highest for variable 41 (DMonth_9)
  
 loop: b = 6 loop: b = 6
Linea 1062: Linea 1078:
 ? blitz_plac = const - const ? blitz_plac = const - const
 ? smpl   MI --replace --restrict ? smpl   MI --replace --restrict
-Full data set: 212 observations+Full data set: 371 observations
 Current sample: 53 observations Current sample: 53 observations
 ? blitz_plac = (time == b) ? blitz_plac = (time == b)
-? smpl   Cit != 2 --replace --restrict +? smpl   Cit < 4 --replace --restrict 
-Full data set212 observations+Full data range1:01 - 7:53 (n = 371)
 Current sample: 1:01 - 3:53 (n = 159) Current sample: 1:01 - 3:53 (n = 159)
  
Linea 1073: Linea 1089:
   blitz_plac   blitz_plac
  
-Model 22: Pooled OLS, using 106 observations +Model 22: Pooled OLS, using 159 observations 
-Included cross-sectional units+Included cross-sectional units
 Time-series length = 53 Time-series length = 53
 Dependent variable: deb_risc Dependent variable: deb_risc
  
-               coefficient   std. error    t-ratio    p-value  +               coefficient   std. error   t-ratio   p-value  
-  ------------------------------------------------------------ +  ---------------------------------------------------------- 
-  const          2832.75       6320.71     0.4482     0.6551   +  const         199.101       26.4591      7.525    5.39e-12 *** 
-  MI            37529.1        3730.07    10.06       1.90e-16 *** +  MI             −4.29563     18.3484     0.2341   0.8152   
-  DMonth_2       1111.52       9058.93     0.1227     0.9026   +  GE            182.367       18.2535      9.991    3.73e-18 *** 
-  DMonth_3      35307.4        8540.84     4.134      7.92e-05 *** +  DMonth_2        8.64432     36.3927      0.2375   0.8126   
-  DMonth_4      11731.7        8540.84     1.374      0.1729   +  DMonth_3       27.4670      34.3113      0.8005   0.4247   
-  DMonth_5      85563.7        8540.84    10.02       2.34e-16 *** +  DMonth_4       34.8625      34.3113      1.016    0.3113   
-  DMonth_6      11467.5        9415.32     1.218      0.2264   +  DMonth_5       24.8423      34.3113      0.7240   0.4702   
-  DMonth_7      25480.9        9058.93     2.813      0.0060   *** +  DMonth_6       44.1951      37.3128      1.184    0.2382   
-  DMonth_8      89124.5        9058.93     9.838      5.56e-16 *** +  DMonth_7       20.6351      36.3927      0.5670   0.5716   
-  DMonth_9      −5723.43       9058.93    −0.6318     0.5291   +  DMonth_8       82.7939      36.3927      2.275    0.0244   ** 
-  DMonth_10      2123.96       9058.93     0.2345     0.8152   +  DMonth_9        6.53550     36.3927      0.1796   0.8577   
-  DMonth_11     36554.2        9058.93     4.035      0.0001   *** +  DMonth_10      18.6284      36.3927      0.5119   0.6095   
-  DMonth_12    116051          9058.93    12.81       4.41e-22 *** +  DMonth_11      82.3261      36.3927      2.262    0.0252   ** 
-  quelfeb       47773.4       15098.2      3.164      0.0021   *** +  DMonth_12      52.1579      36.3927      1.433    0.1540   
-  blitz_plac       35.7317    20527.     0.001741   0.9986  +  quelfeb        18.0311      60.6544      0.2973   0.7667   
 +  blitz_plac    −80.4503      98.8241     −0.8141   0.4170  
  
-Mean dependent var   55874.23   S.D. dependent var   46428.75 +Mean dependent var   290.5218   S.D. dependent var   127.8718 
-Sum squared resid    3.32e+10   S.E. of regression   19097.90 +Sum squared resid     1262619   S.E. of regression   93.96544 
-R-squared            0.853361   Adjusted R-squared   0.830801 +R-squared            0.511274   Adjusted R-squared   0.460009 
-F(1491           37.82658   P-value(F)           8.77e-32 +F(15143          9.973152   P-value(F)           6.87e-16 
-Log-likelihood      −1187.198   Akaike criterion     2404.396 +Log-likelihood      −939.5049   Akaike criterion     1911.010 
-Schwarz criterion    2444.348   Hannan-Quinn         2420.589 +Schwarz criterion    1960.112   Hannan-Quinn         1930.950 
-rho                  0.002088   Durbin-Watson        1.975392+rho                  0.296183   Durbin-Watson        1.398820
  
-Excluding the constant, p-value was highest for variable 49 (blitz_plac)+Excluding the constant, p-value was highest for variable 41 (DMonth_9)
  
 loop: b = 7 loop: b = 7
Linea 1110: Linea 1127:
 ? blitz_plac = const - const ? blitz_plac = const - const
 ? smpl   MI --replace --restrict ? smpl   MI --replace --restrict
-Full data set: 212 observations+Full data set: 371 observations
 Current sample: 53 observations Current sample: 53 observations
 ? blitz_plac = (time == b) ? blitz_plac = (time == b)
-? smpl   Cit != 2 --replace --restrict +? smpl   Cit < 4 --replace --restrict 
-Full data set212 observations+Full data range1:01 - 7:53 (n = 371)
 Current sample: 1:01 - 3:53 (n = 159) Current sample: 1:01 - 3:53 (n = 159)
  
Linea 1121: Linea 1138:
   blitz_plac   blitz_plac
  
-Model 23: Pooled OLS, using 106 observations +Model 23: Pooled OLS, using 159 observations 
-Included cross-sectional units+Included cross-sectional units
 Time-series length = 53 Time-series length = 53
 Dependent variable: deb_risc Dependent variable: deb_risc
Linea 1128: Linea 1145:
                coefficient   std. error   t-ratio   p-value                 coefficient   std. error   t-ratio   p-value 
   ----------------------------------------------------------   ----------------------------------------------------------
-  const           3139.56      6232.73     0.5037   0.6157   +  const         199.402       26.5103      7.522    5.48e-12 *** 
-  MI             36915.      3678.15    10.04     2.14e-16 *** +  MI             −5.19888     18.3840     −0.2828   0.7777   
-  DMonth_2        1111.52      8932.84     0.1244   0.9012   +  GE            182.367       18.2888      9.972    4.18e-18 *** 
-  DMonth_3       35307.4       8421.96     4.192    6.39e-05 *** +  DMonth_2        8.64432     36.4631      0.2371   0.8129   
-  DMonth_4       11731.7       8421.96     1.393    0.1670   +  DMonth_3       27.4670      34.3777      0.7990   0.4256   
-  DMonth_5       85563.7       8421.96    10.16     1.19e-16 *** +  DMonth_4       34.8625      34.3777      1.014    0.3122   
-  DMonth_6       11472.0       8932.84     1.284    0.2023   +  DMonth_5       24.8423      34.3777      0.7226   0.4711   
-  DMonth_7       21411.2       9284.27     2.306    0.0234   ** +  DMonth_6       37.4909      36.4631      1.028    0.3056   
-  DMonth_8       89124.5       8932.84     9.977    2.85e-16 *** +  DMonth_7       23.3499      37.3850      0.6246   0.5332   
-  DMonth_9       −5723.43      8932.84    −0.6407   0.5233   +  DMonth_8       82.7939      36.4631      2.271    0.0247   ** 
-  DMonth_10       2123.96      8932.84     0.2378   0.8126   +  DMonth_9        6.53550     36.4631      0.1792   0.8580   
-  DMonth_11      36554.2       8932.84     4.092    9.23e-05 *** +  DMonth_10      18.6284      36.4631      0.5109   0.6102   
-  DMonth_12     116051         8932.84    12.99     1.92e-22 *** +  DMonth_11      82.3261      36.4631      2.258    0.0255   ** 
-  quelfeb        47773.     14888.     3.209    0.0018   *** +  DMonth_12      52.1579      36.4631      1.430    0.1548   
-  blitz_plac     32557.     20241.8      1.608    0.1112  +  quelfeb        18.0311      60.7718      0.2967   0.7671   
 +  blitz_plac    −32.5780      99.0153     −0.3290   0.7426  
  
-Mean dependent var   55874.23   S.D. dependent var   46428.75 +Mean dependent var   290.5218   S.D. dependent var   127.8718 
-Sum squared resid    3.23e+10   S.E. of regression   18832.08 +Sum squared resid     1267511   S.E. of regression   94.14730 
-R-squared            0.857415   Adjusted R-squared   0.835478 +R-squared            0.509380   Adjusted R-squared   0.457916 
-F(1491           39.08674   P-value(F)           2.52e-32 +F(15143          9.897867   P-value(F)           8.85e-16 
-Log-likelihood      −1185.712   Akaike criterion     2401.425 +Log-likelihood      −939.8123   Akaike criterion     1911.625 
-Schwarz criterion    2441.376   Hannan-Quinn         2417.617 +Schwarz criterion    1960.727   Hannan-Quinn         1931.565 
-rho                  0.003737   Durbin-Watson        1.972065+rho                  0.313037   Durbin-Watson        1.365408
  
-Excluding the constant, p-value was highest for variable 28 (DMonth_2)+Excluding the constant, p-value was highest for variable 41 (DMonth_9)
  
 loop: b = 8 loop: b = 8
Linea 1158: Linea 1176:
 ? blitz_plac = const - const ? blitz_plac = const - const
 ? smpl   MI --replace --restrict ? smpl   MI --replace --restrict
-Full data set: 212 observations+Full data set: 371 observations
 Current sample: 53 observations Current sample: 53 observations
 ? blitz_plac = (time == b) ? blitz_plac = (time == b)
-? smpl   Cit != 2 --replace --restrict +? smpl   Cit < 4 --replace --restrict 
-Full data set212 observations+Full data range1:01 - 7:53 (n = 371)
 Current sample: 1:01 - 3:53 (n = 159) Current sample: 1:01 - 3:53 (n = 159)
  
Linea 1169: Linea 1187:
   blitz_plac   blitz_plac
  
-Model 24: Pooled OLS, using 106 observations +Model 24: Pooled OLS, using 159 observations 
-Included cross-sectional units+Included cross-sectional units
 Time-series length = 53 Time-series length = 53
 Dependent variable: deb_risc Dependent variable: deb_risc
  
-               coefficient   std. error   t-ratio    p-value  +               coefficient   std. error   t-ratio   p-value  
-  ----------------------------------------------------------- +  ---------------------------------------------------------- 
-  const           2815.01      6320.42     0.4454    0.6571   +  const         203.565       22.4668      9.061    8.91e-16 *** 
-  MI             37564.      3729.90    10.07      1.81e-16 *** +  MI            −17.6886      15.5800     −1.135    0.2581   
-  DMonth_2        1111.52      9058.53     0.1227    0.9026   +  GE            182.367       15.4993     11.77     8.91e-23 *** 
-  DMonth_3       35307.4       8540.46     4.134     7.92e-05 *** +  DMonth_2        8.64432     30.9016      0.2797   0.7801   
-  DMonth_4       11731.7       8540.46     1.374     0.1729   +  DMonth_3       27.4670      29.1343      0.9428   0.3474   
-  DMonth_5       85563.7       8540.46    10.02      2.33e-16 *** +  DMonth_4       34.8625      29.1343      1.197    0.2334   
-  DMonth_6       11472.0       9058.53     1.266     0.2086   +  DMonth_5       24.8423      29.1343      0.8527   0.3953   
-  DMonth_7       25480.9       9058.53     2.813     0.0060   *** +  DMonth_6       37.4909      30.9016      1.213    0.2270   
-  DMonth_8       89355.1       9414.90     9.491     2.96e-15 *** +  DMonth_7       20.6351      30.9016      0.6678   0.5054   
-  DMonth_9       −5723.43      9058.53    −0.6318    0.5291   +  DMonth_8       30.3458      31.6829      0.9578   0.3398   
-  DMonth_10       2123.96      9058.53     0.2345    0.8151   +  DMonth_9        6.53550     30.9016      0.2115   0.8328   
-  DMonth_11      36554.2       9058.53     4.035     0.0001   *** +  DMonth_10      18.6284      30.9016      0.6028   0.5476   
-  DMonth_12     116051         9058.53    12.81      4.40e-22 **+  DMonth_11      82.3261      30.9016      2.664    0.0086   *** 
-  quelfeb        47773.     15097.     3.164     0.0021   *** +  DMonth_12      52.1579      30.9016      1.688    0.0936   
-  blitz_plac     −1844.73     20526.6     −0.08987   0.9286  +  quelfeb        18.0311      51.5027      0.3501   0.7268   
 +  blitz_plac    629.378       83.9131      7.500    6.16e-12 ***
  
-Mean dependent var   55874.23   S.D. dependent var   46428.75 +Mean dependent var   290.5218   S.D. dependent var   127.8718 
-Sum squared resid    3.32e+10   S.E. of regression   19097.05 +Sum squared resid    910346.  S.E. of regression   79.78760 
-R-squared            0.853374   Adjusted R-squared   0.830816 +R-squared            0.647629   Adjusted R-squared   0.610667 
-F(1491           37.83051   P-value(F)           8.74e-32 +F(15143          17.52148   P-value(F)           2.14e-25 
-Log-likelihood      −1187.193   Akaike criterion     2404.387 +Log-likelihood      −913.4990   Akaike criterion     1858.998 
-Schwarz criterion    2444.338   Hannan-Quinn         2420.579 +Schwarz criterion    1908.100   Hannan-Quinn         1878.938 
-rho                  0.003056   Durbin-Watson        1.973461+rho                  0.441616   Durbin-Watson        1.108223
  
-Excluding the constant, p-value was highest for variable 49 (blitz_plac)+Excluding the constant, p-value was highest for variable 41 (DMonth_9)
  
 loop: b = 9 loop: b = 9
Linea 1206: Linea 1225:
 ? blitz_plac = const - const ? blitz_plac = const - const
 ? smpl   MI --replace --restrict ? smpl   MI --replace --restrict
-Full data set: 212 observations+Full data set: 371 observations
 Current sample: 53 observations Current sample: 53 observations
 ? blitz_plac = (time == b) ? blitz_plac = (time == b)
-? smpl   Cit != 2 --replace --restrict +? smpl   Cit < 4 --replace --restrict 
-Full data set212 observations+Full data range1:01 - 7:53 (n = 371)
 Current sample: 1:01 - 3:53 (n = 159) Current sample: 1:01 - 3:53 (n = 159)
  
Linea 1217: Linea 1236:
   blitz_plac   blitz_plac
  
-Model 25: Pooled OLS, using 106 observations +Model 25: Pooled OLS, using 159 observations 
-Included cross-sectional units+Included cross-sectional units
 Time-series length = 53 Time-series length = 53
 Dependent variable: deb_risc Dependent variable: deb_risc
Linea 1224: Linea 1243:
                coefficient   std. error   t-ratio   p-value                 coefficient   std. error   t-ratio   p-value 
   ----------------------------------------------------------   ----------------------------------------------------------
-  const           2706.12      6305.92     0.4291   0.6688   +  const         199.537       26.5191      7.524    5.40e-12 *** 
-  MI             37782.      3721.34    10.15     1.22e-16 *** +  MI             −5.60343     18.3901     −0.3047   0.7610   
-  DMonth_2        1111.52      9037.73     0.1230   0.9024   +  GE            182.367       18.2949      9.968    4.26e-18 *** 
-  DMonth_3       35307.4       8520.86     4.144    7.65e-05 *** +  DMonth_2        8.64432     36.4753      0.2370   0.8130   
-  DMonth_4       11731.7       8520.86     1.377    0.1719   +  DMonth_3       27.4670      34.3892      0.7987   0.4258   
-  DMonth_5       85563.7       8520.86    10.04     2.09e-16 *** +  DMonth_4       34.8625      34.3892      1.014    0.3124   
-  DMonth_6       11472.0       9037.73     1.269    0.2076   +  DMonth_5       24.8423      34.3892      0.7224   0.4712   
-  DMonth_7       25480.9       9037.73     2.819    0.0059   *** +  DMonth_6       37.4909      36.4753      1.028    0.3058   
-  DMonth_8       89124.5       9037.73     9.861    4.97e-16 *** +  DMonth_7       20.6351      36.4753      0.5657   0.5725   
-  DMonth_9       −4050.05      9393.29    −0.4312   0.6674   +  DMonth_8       82.7939      36.4753      2.270    0.0247   ** 
-  DMonth_10       2123.96      9037.73     0.2350   0.8147   +  DMonth_9        7.46359     37.3975      0.1996   0.8421   
-  DMonth_11      36554.2       9037.73     4.045    0.0001   *** +  DMonth_10      18.6284      36.4753      0.5107   0.6103   
-  DMonth_12     116051         9037.73    12.84     3.84e-22 *** +  DMonth_11      82.3261      36.4753      2.257    0.0255   ** 
-  quelfeb        47773.     15062.     3.172    0.0021   *** +  DMonth_12      52.1579      36.4753      1.430    0.1549   
-  blitz_plac    −13387.     20479.    −0.6537   0.5150  +  quelfeb        18.0311      60.7921      0.2966   0.7672   
 +  blitz_plac    −11.1370      99.0484     −0.1124   0.9106  
  
-Mean dependent var   55874.23   S.D. dependent var   46428.75 +Mean dependent var   290.5218   S.D. dependent var   127.8718 
-Sum squared resid    3.30e+10   S.E. of regression   19053.22 +Sum squared resid     1268358   S.E. of regression   94.17876 
-R-squared            0.854046   Adjusted R-squared   0.831592 +R-squared            0.509052   Adjusted R-squared   0.457554 
-F(1491           38.03472   P-value(F)           7.12e-32 +F(15143          9.884885   P-value(F)           9.25e-16 
-Log-likelihood      −1186.950   Akaike criterion     2403.900 +Log-likelihood      −939.8654   Akaike criterion     1911.731 
-Schwarz criterion    2443.851   Hannan-Quinn         2420.092 +Schwarz criterion    1960.833   Hannan-Quinn         1931.671 
-rho                 −0.000669   Durbin-Watson        1.980500+rho                  0.304757   Durbin-Watson        1.381952
  
-Excluding the constant, p-value was highest for variable 28 (DMonth_2)+Excluding the constant, p-value was highest for variable 55 (blitz_plac)
  
 loop: b = 10 loop: b = 10
Linea 1254: Linea 1274:
 ? blitz_plac = const - const ? blitz_plac = const - const
 ? smpl   MI --replace --restrict ? smpl   MI --replace --restrict
-Full data set: 212 observations+Full data set: 371 observations
 Current sample: 53 observations Current sample: 53 observations
 ? blitz_plac = (time == b) ? blitz_plac = (time == b)
-? smpl   Cit != 2 --replace --restrict +? smpl   Cit < 4 --replace --restrict 
-Full data set212 observations+Full data range1:01 - 7:53 (n = 371)
 Current sample: 1:01 - 3:53 (n = 159) Current sample: 1:01 - 3:53 (n = 159)
  
Linea 1265: Linea 1285:
   blitz_plac   blitz_plac
  
-Model 26: Pooled OLS, using 106 observations +Model 26: Pooled OLS, using 159 observations 
-Included cross-sectional units+Included cross-sectional units
 Time-series length = 53 Time-series length = 53
 Dependent variable: deb_risc Dependent variable: deb_risc
Linea 1272: Linea 1292:
                coefficient   std. error   t-ratio   p-value                 coefficient   std. error   t-ratio   p-value 
   ----------------------------------------------------------   ----------------------------------------------------------
-  const           2779.80      6318.14     0.4400   0.6610   +  const         199.355       26.5051      7.521    5.49e-12 *** 
-  MI             37635.      3728.55    10.09     1.63e-16 *** +  MI             −5.05693     18.3804     −0.2751   0.7836   
-  DMonth_2        1111.52      9055.25     0.1227   0.9026   +  GE            182.367       18.2852      9.973    4.13e-18 *** 
-  DMonth_3       35307.4       8537.37     4.136    7.87e-05 *** +  DMonth_2        8.64432     36.4560      0.2371   0.8129   
-  DMonth_4       11731.7       8537.37     1.374    0.1728   +  DMonth_3       27.4670      34.3710      0.7991   0.4255   
-  DMonth_5       85563.7       8537.37    10.02     2.29e-16 *** +  DMonth_4       34.8625      34.3710      1.014    0.3122   
-  DMonth_6       11472.0       9055.25     1.267    0.2084   +  DMonth_5       24.8423      34.3710      0.7228   0.4710   
-  DMonth_7       25480.9       9055.25     2.814    0.0060   *** +  DMonth_6       37.4909      36.4560      1.028    0.3055   
-  DMonth_8       89124.5       9055.25     9.842    5.45e-16 *** +  DMonth_7       20.6351      36.4560      0.5660   0.5723   
-  DMonth_9       −5723.43      9055.25    −0.6321   0.5289   +  DMonth_8       82.7939      36.4560      2.271    0.0246   ** 
-  DMonth_10       2821.15      9411.50     0.2998   0.7650   +  DMonth_9        6.53550     36.4560      0.1793   0.8580   
-  DMonth_11      36554.2       9055.25     4.037    0.0001   *** +  DMonth_10      21.9701      37.3777      0.5878   0.5576   
-  DMonth_12     116051         9055.25    12.82     4.31e-22 *** +  DMonth_11      82.3261      36.4560      2.258    0.0254   ** 
-  quelfeb        47773.     15092.     3.165    0.0021   *** +  DMonth_12      52.1579      36.4560      1.431    0.1547   
-  blitz_plac     5577.49     20519.    −0.2718   0.7864  +  quelfeb        18.0311      60.7600      0.2968   0.7671   
 +  blitz_plac    40.1012      98.9960     −0.4051   0.6860  
  
-Mean dependent var   55874.23   S.D. dependent var   46428.75 +Mean dependent var   290.5218   S.D. dependent var   127.8718 
-Sum squared resid    3.32e+10   S.E. of regression   19090.15 +Sum squared resid     1267017   S.E. of regression   94.12894 
-R-squared            0.853480   Adjusted R-squared   0.830939 +R-squared            0.509571   Adjusted R-squared   0.458128 
-F(1491           37.86257   P-value(F)           8.46e-32 +F(15143          9.905448   P-value(F)           8.63e-16 
-Log-likelihood      −1187.155   Akaike criterion     2404.310 +Log-likelihood      −939.7813   Akaike criterion     1911.563 
-Schwarz criterion    2444.262   Hannan-Quinn         2420.503 +Schwarz criterion    1960.665   Hannan-Quinn         1931.503 
-rho                  0.000463   Durbin-Watson        1.978478+rho                  0.303552   Durbin-Watson        1.384275
  
-Excluding the constant, p-value was highest for variable 28 (DMonth_2)+Excluding the constant, p-value was highest for variable 41 (DMonth_9)
  
 loop: b = 11 loop: b = 11
Linea 1302: Linea 1323:
 ? blitz_plac = const - const ? blitz_plac = const - const
 ? smpl   MI --replace --restrict ? smpl   MI --replace --restrict
-Full data set: 212 observations+Full data set: 371 observations
 Current sample: 53 observations Current sample: 53 observations
 ? blitz_plac = (time == b) ? blitz_plac = (time == b)
-? smpl   Cit != 2 --replace --restrict +? smpl   Cit < 4 --replace --restrict 
-Full data set212 observations+Full data range1:01 - 7:53 (n = 371)
 Current sample: 1:01 - 3:53 (n = 159) Current sample: 1:01 - 3:53 (n = 159)
  
Linea 1313: Linea 1334:
   blitz_plac   blitz_plac
  
-Model 27: Pooled OLS, using 106 observations +Model 27: Pooled OLS, using 159 observations 
-Included cross-sectional units+Included cross-sectional units
 Time-series length = 53 Time-series length = 53
 Dependent variable: deb_risc Dependent variable: deb_risc
Linea 1320: Linea 1341:
                coefficient   std. error   t-ratio   p-value                 coefficient   std. error   t-ratio   p-value 
   ----------------------------------------------------------   ----------------------------------------------------------
-  const           2855.87      6320.20     0.4519   0.6524   +  const         200.382       26.3763      7.597    3.62e-12 *** 
-  MI             37482.      3729.77    10.05     2.01e-16 *** +  MI             −8.13942     18.2911     −0.4450   0.6570   
-  DMonth_2        1111.52      9058.20     0.1227   0.9026   +  GE            182.367       18.1964     10.02     3.09e-18 *** 
-  DMonth_3       35307.4       8540.15     4.134    7.91e-05 *** +  DMonth_2        8.64432     36.2788      0.2383   0.8120   
-  DMonth_4       11731.7       8540.15     1.374    0.1729   +  DMonth_3       27.4670      34.2040      0.8030   0.4233   
-  DMonth_5       85563.7       8540.15    10.02     2.33e-16 *** +  DMonth_4       34.8625      34.2040      1.019    0.3098   
-  DMonth_6       11472.0       9058.20     1.266    0.2086   +  DMonth_5       24.8423      34.2040      0.7263   0.4688   
-  DMonth_7       25480.9       9058.20     2.813    0.0060   *** +  DMonth_6       37.4909      36.2788      1.033    0.3032   
-  DMonth_8       89124.5       9058.20     9.839    5.54e-16 *** +  DMonth_7       20.6351      36.2788      0.5688   0.5704   
-  DMonth_9       −5723.43      9058.20    −0.6319   0.5291   +  DMonth_8       82.7939      36.2788      2.282    0.0240   ** 
-  DMonth_10       2123.96      9058.20     0.2345   0.8151   +  DMonth_9        6.53550     36.2788      0.1801   0.8573   
-  DMonth_11      36243.5       9414.56     3.850    0.0002   **+  DMonth_10      18.6284      36.2788      0.5135   0.6084   
-  DMonth_12     116051         9058.20    12.81     4.39e-22 *** +  DMonth_11      72.0535      37.1961      1.937    0.0547   * 
-  quelfeb        47773.     15097.     3.164    0.0021   *** +  DMonth_12      52.1579      36.2788      1.438    0.1527   
-  blitz_plac      2485.91     20525.     0.1211   0.9039  +  quelfeb        18.0311      60.4647      0.2982   0.7660   
 +  blitz_plac    123.270       98.5150      1.251    0.2129  
  
-Mean dependent var   55874.23   S.D. dependent var   46428.75 +Mean dependent var   290.5218   S.D. dependent var   127.8718 
-Sum squared resid    3.32e+10   S.E. of regression   19096.36 +Sum squared resid     1254732   S.E. of regression   93.67151 
-R-squared            0.853385   Adjusted R-squared   0.830829 +R-squared            0.514326   Adjusted R-squared   0.463382 
-F(1491           37.83372   P-value(F)           8.71e-32 +F(15143          10.09576   P-value(F)           4.56e-16 
-Log-likelihood      −1187.190   Akaike criterion     2404.379 +Log-likelihood      −939.0068   Akaike criterion     1910.014 
-Schwarz criterion    2444.331   Hannan-Quinn         2420.572 +Schwarz criterion    1959.116   Hannan-Quinn         1929.954 
-rho                 −0.002990   Durbin-Watson        1.985389+rho                  0.310324   Durbin-Watson        1.371087
  
-Excluding the constant, p-value was highest for variable 49 (blitz_plac)+Excluding the constant, p-value was highest for variable 41 (DMonth_9)
  
 loop: b = 12 loop: b = 12
Linea 1350: Linea 1372:
 ? blitz_plac = const - const ? blitz_plac = const - const
 ? smpl   MI --replace --restrict ? smpl   MI --replace --restrict
-Full data set: 212 observations+Full data set: 371 observations
 Current sample: 53 observations Current sample: 53 observations
 ? blitz_plac = (time == b) ? blitz_plac = (time == b)
-? smpl   Cit != 2 --replace --restrict +? smpl   Cit < 4 --replace --restrict 
-Full data set212 observations+Full data range1:01 - 7:53 (n = 371)
 Current sample: 1:01 - 3:53 (n = 159) Current sample: 1:01 - 3:53 (n = 159)
  
Linea 1361: Linea 1383:
   blitz_plac   blitz_plac
  
-Model 28: Pooled OLS, using 106 observations +Model 28: Pooled OLS, using 159 observations 
-Included cross-sectional units+Included cross-sectional units
 Time-series length = 53 Time-series length = 53
 Dependent variable: deb_risc Dependent variable: deb_risc
Linea 1368: Linea 1390:
                coefficient   std. error   t-ratio   p-value                 coefficient   std. error   t-ratio   p-value 
   ----------------------------------------------------------   ----------------------------------------------------------
-  const           3618.60      5719.77     0.6326   0.5286   +  const         199.367       26.5065      7.521    5.49e-12 *** 
-  MI             35957.      3375.43    10.65     1.11e-17 *** +  MI             −5.09249     18.3813     −0.2770   0.7821   
-  DMonth_2        1111.52      8197.66     0.1356   0.8924   +  GE            182.367       18.2862      9.973    4.15e-18 *** 
-  DMonth_3       35307.4       7728.82     4.568    1.54e-05 *** +  DMonth_2        8.64432     36.4579      0.2371   0.8129   
-  DMonth_4       11731.7       7728.82     1.518    0.1325   +  DMonth_3       27.4670      34.3728      0.7991   0.4256   
-  DMonth_5       85563.7       7728.82    11.07     1.52e-18 *** +  DMonth_4       34.8625      34.3728      1.014    0.3122   
-  DMonth_6       11472.0       8197.66     1.399    0.1651   +  DMonth_5       24.8423      34.3728      0.7227   0.4710   
-  DMonth_7       25480.9       8197.66     3.108    0.0025   *** +  DMonth_6       37.4909      36.4579      1.028    0.3055   
-  DMonth_8       89124.5       8197.66    10.87     3.91e-18 *** +  DMonth_7       20.6351      36.4579      0.5660   0.5723   
-  DMonth_9       −5723.43      8197.66    −0.6982   0.4868   +  DMonth_8       82.7939      36.4579      2.271    0.0246   ** 
-  DMonth_10       2123.96      8197.66     0.2591   0.7961   +  DMonth_9        6.53550     36.4579      0.1793   0.8580   
-  DMonth_11      36554.2       8197.66     4.459    2.34e-05 *** +  DMonth_10      18.6284      36.4579      0.5110   0.6102   
-  DMonth_12     105634         8520.16    12.40     2.96e-21 *** +  DMonth_11      82.3261      36.4579      2.258    0.0255   ** 
-  quelfeb        47773.     13662.     3.497    0.0007   *** +  DMonth_12      55.3426      37.3797      1.481    0.1409   
-  blitz_plac     83334.     18575.8      4.486    2.11e-05 ***+  quelfeb        18.0311      60.7632      0.2967   0.7671   
 +  blitz_plac    −38.2167      99.0012     −0.3860   0.7001  
  
-Mean dependent var   55874.23   S.D. dependent var   46428.75 +Mean dependent var   290.5218   S.D. dependent var   127.8718 
-Sum squared resid    2.72e+10   S.E. of regression   17282.18 +Sum squared resid     1267150   S.E. of regression   94.13389 
-R-squared            0.879919   Adjusted R-squared   0.861445 +R-squared            0.509520   Adjusted R-squared   0.458071 
-F(1491           47.63004   P-value(F)           1.18e-35 +F(15143          9.903401   P-value(F)           8.69e-16 
-Log-likelihood      −1176.608   Akaike criterion     2383.217 +Log-likelihood      −939.7897   Akaike criterion     1911.579 
-Schwarz criterion    2423.169   Hannan-Quinn         2399.410 +Schwarz criterion    1960.682   Hannan-Quinn         1931.519 
-rho                  0.051943   Durbin-Watson        1.874810+rho                  0.303563   Durbin-Watson        1.384258
  
-Excluding the constant, p-value was highest for variable 28 (DMonth_2)+Excluding the constant, p-value was highest for variable 41 (DMonth_9)
  
 loop: b = 13 loop: b = 13
Linea 1398: Linea 1421:
 ? blitz_plac = const - const ? blitz_plac = const - const
 ? smpl   MI --replace --restrict ? smpl   MI --replace --restrict
-Full data set: 212 observations+Full data set: 371 observations
 Current sample: 53 observations Current sample: 53 observations
 ? blitz_plac = (time == b) ? blitz_plac = (time == b)
-? smpl   Cit != 2 --replace --restrict +? smpl   Cit < 4 --replace --restrict 
-Full data set212 observations+Full data range1:01 - 7:53 (n = 371)
 Current sample: 1:01 - 3:53 (n = 159) Current sample: 1:01 - 3:53 (n = 159)
  
Linea 1409: Linea 1432:
   blitz_plac   blitz_plac
  
-Model 29: Pooled OLS, using 106 observations +Model 29: Pooled OLS, using 159 observations 
-Included cross-sectional units+Included cross-sectional units
 Time-series length = 53 Time-series length = 53
 Dependent variable: deb_risc Dependent variable: deb_risc
  
-               coefficient   std. error    t-ratio    p-value  +               coefficient   std. error   t-ratio    p-value  
-  ------------------------------------------------------------ +  ----------------------------------------------------------- 
-  const          4707.55       6540.28     0.7198     0.4735   +  const         199.442       27.1672      7.341     1.47e-11 *** 
-  MI            37920.4        3707.99    10.23       8.59e-17 *** +  MI             −5.86493     18.3891     −0.3189    0.7502   
-  DMonth_2       −958.930      9228.69    −0.1039     0.9175   +  GE            182.367       18.2957      9.968     4.28e-18 *** 
-  DMonth_3      33236.9        8726.70     3.809      0.0003   *** +  DMonth_2        8.82582     37.0591      0.2382    0.8121   
-  DMonth_4       9661.21       8726.70     1.107      0.2712   +  DMonth_3       27.6485      35.0076      0.7898    0.4310   
-  DMonth_5      83493.2        8726.70     9.568      2.05e-15 *** +  DMonth_4       35.0440      35.0076      1.001     0.3185   
-  DMonth_6       9401.51       9228.69     1.019      0.3110   +  DMonth_5       25.0238      35.0076      0.7148    0.4759   
-  DMonth_7      23410.5        9228.69     2.537      0.0129   ** +  DMonth_6       37.6724      37.0591      1.017     0.3111   
-  DMonth_8      87054.0        9228.69     9.433      3.92e-15 *** +  DMonth_7       20.8166      37.0591      0.5617    0.5752   
-  DMonth_9      −7793.88       9228.69    −0.8445     0.4006   +  DMonth_8       82.9754      37.0591      2.239     0.0267   ** 
-  DMonth_10        53.5061     9228.69     0.005798   0.9954   +  DMonth_9        6.71700     37.0591      0.1813    0.8564   
-  DMonth_11     34483.8        9228.69     3.737      0.0003   *** +  DMonth_10      18.8099      37.0591      0.5076    0.6125   
-  DMonth_12    113980          9228.69    12.35       3.69e-21 *** +  DMonth_11      82.5076      37.0591      2.226     0.0276   ** 
-  quelfeb       47773.4       15011.1      3.183      0.0020   *** +  DMonth_12      52.3394      37.0591      1.412     0.1600   
-  blitz_plac   −20704.5       20120.6     −1.029      0.3062  +  quelfeb        18.0311      60.7947      0.2966    0.7672   
 +  blitz_plac      2.72243     98.1520      0.02774   0.9779  
  
-Mean dependent var   55874.23   S.D. dependent var   46428.75 +Mean dependent var   290.5218   S.D. dependent var   127.8718 
-Sum squared resid    3.28e+10   S.E. of regression   18987.74 +Sum squared resid     1268464   S.E. of regression   94.18267 
-R-squared            0.855048   Adjusted R-squared   0.832747 +R-squared            0.509011   Adjusted R-squared   0.457509 
-F(1491           38.34237   P-value(F)           5.24e-32 +F(15143          9.883273   P-value(F)           9.30e-16 
-Log-likelihood      −1186.585   Akaike criterion     2403.170 +Log-likelihood      −939.8720   Akaike criterion     1911.744 
-Schwarz criterion    2443.122   Hannan-Quinn         2419.363 +Schwarz criterion    1960.847   Hannan-Quinn         1931.684 
-rho                  0.046814   Durbin-Watson        1.886851+rho                  0.299924   Durbin-Watson        1.391631
  
-Excluding the constant, p-value was highest for variable 36 (DMonth_10)+Excluding the constant, p-value was highest for variable 55 (blitz_plac)
  
 loop: b = 14 loop: b = 14
Linea 1446: Linea 1470:
 ? blitz_plac = const - const ? blitz_plac = const - const
 ? smpl   MI --replace --restrict ? smpl   MI --replace --restrict
-Full data set: 212 observations+Full data set: 371 observations
 Current sample: 53 observations Current sample: 53 observations
 ? blitz_plac = (time == b) ? blitz_plac = (time == b)
-? smpl   Cit != 2 --replace --restrict +? smpl   Cit < 4 --replace --restrict 
-Full data set212 observations+Full data range1:01 - 7:53 (n = 371)
 Current sample: 1:01 - 3:53 (n = 159) Current sample: 1:01 - 3:53 (n = 159)
  
Linea 1457: Linea 1481:
   blitz_plac   blitz_plac
  
-Model 30: Pooled OLS, using 106 observations +Model 30: Pooled OLS, using 159 observations 
-Included cross-sectional units+Included cross-sectional units
 Time-series length = 53 Time-series length = 53
 Dependent variable: deb_risc Dependent variable: deb_risc
  
-               coefficient   std. error   t-ratio   p-value  +               coefficient   std. error    t-ratio     p-value  
-  ---------------------------------------------------------- +  ------------------------------------------------------------- 
-  const           2807.51      6320.13     0.4442   0.6579   +  const        200.257        26.4190      7.580       3.98e-12 *** 
-  MI             37579.6       3729.73    10.08     1.77e-16 *** +  MI            −7.76533      18.3207     0.4239      0.6723   
-  DMonth_2        1441.53      9414.46     0.1531   0.8786   +  GE           182.367        18.2258     10.01        3.41e-18 *** 
-  DMonth_3       35307.      8540.06     4.134    7.91e-05 *** +  DMonth_2       0.0240008    37.2563      0.0006442   0.9995   
-  DMonth_4       11731.      8540.06     1.374    0.1729   +  DMonth_3      27.4670       34.2593      0.8017      0.4240   
-  DMonth_5       85563.      8540.06    10.02     2.33e-16 *** +  DMonth_4      34.8625       34.2593      1.018       0.3106   
-  DMonth_6       11472.      9058.10     1.266    0.2086   +  DMonth_5      24.8423       34.2593      0.7251      0.4696   
-  DMonth_7       25480.      9058.10     2.813    0.0060   *** +  DMonth_6      37.4909       36.3375      1.032       0.3039   
-  DMonth_8       89124.      9058.10     9.839    5.53e-16 *** +  DMonth_7      20.6351       36.3375      0.5679      0.5710   
-  DMonth_9       −5723.43      9058.10    −0.6319   0.5291   +  DMonth_8      82.7939       36.3375      2.278       0.0242   ** 
-  DMonth_10       2123.96      9058.10     0.2345   0.8151   +  DMonth_9       6.53550      36.3375      0.1799      0.8575   
-  DMonth_11      36554.      9058.10     4.036    0.0001   *** +  DMonth_10     18.6284       36.3375      0.5126      0.6090   
-  DMonth_12     116051         9058.10    12.81     4.39e-22 *** +  DMonth_11     82.3261       36.3375      2.266       0.0250   ** 
-  quelfeb        47443.     15313.     3.098    0.0026   *** +  DMonth_12     52.1579       36.3375      1.435       0.1534   
-  blitz_plac     −2640.04     20525.6     −0.1286   0.8979  +  quelfeb       26.6515       61.1182      0.4361      0.6634   
 +  blitz_plac   103.444        98.6744      1.048       0.2963  
  
-Mean dependent var   55874.23   S.D. dependent var   46428.75 +Mean dependent var   290.5218   S.D. dependent var   127.8718 
-Sum squared resid    3.32e+10   S.E. of regression   19096.16 +Sum squared resid     1258796   S.E. of regression   93.82308 
-R-squared            0.853388   Adjusted R-squared   0.830832 +R-squared            0.512753   Adjusted R-squared   0.461644 
-F(1491           37.83464   P-value(F)           8.70e-32 +F(15143          10.03239   P-value(F)           5.63e-16 
-Log-likelihood      −1187.188   Akaike criterion     2404.377 +Log-likelihood      −939.2638   Akaike criterion     1910.528 
-Schwarz criterion    2444.329   Hannan-Quinn         2420.570 +Schwarz criterion    1959.630   Hannan-Quinn         1930.468 
-rho                  0.001588   Durbin-Watson        1.976328+rho                  0.294137   Durbin-Watson        1.403305
  
-Excluding the constant, p-value was highest for variable 49 (blitz_plac)+Excluding the constant, p-value was highest for variable 34 (DMonth_2)
  
 loop: b = 15 loop: b = 15
Linea 1494: Linea 1519:
 ? blitz_plac = const - const ? blitz_plac = const - const
 ? smpl   MI --replace --restrict ? smpl   MI --replace --restrict
-Full data set: 212 observations+Full data set: 371 observations
 Current sample: 53 observations Current sample: 53 observations
 ? blitz_plac = (time == b) ? blitz_plac = (time == b)
-? smpl   Cit != 2 --replace --restrict +? smpl   Cit < 4 --replace --restrict 
-Full data set212 observations+Full data range1:01 - 7:53 (n = 371)
 Current sample: 1:01 - 3:53 (n = 159) Current sample: 1:01 - 3:53 (n = 159)
  
Linea 1505: Linea 1530:
   blitz_plac   blitz_plac
  
-Model 31: Pooled OLS, using 106 observations +Model 31: Pooled OLS, using 159 observations 
-Included cross-sectional units+Included cross-sectional units
 Time-series length = 53 Time-series length = 53
 Dependent variable: deb_risc Dependent variable: deb_risc
Linea 1512: Linea 1537:
                coefficient   std. error   t-ratio   p-value                 coefficient   std. error   t-ratio   p-value 
   ----------------------------------------------------------   ----------------------------------------------------------
-  const           2947.21      6308.05     0.4672   0.6415   +  const         200.262       26.4157      7.581    3.95e-12 *** 
-  MI             37300.      3722.09    10.02     2.30e-16 *** +  MI             −7.77749     18.3167     −0.4246   0.6718   
-  DMonth_2        1111.52      9040.92     0.1229   0.9024   +  GE            182.367       18.2236     10.01     3.38e-18 *** 
-  DMonth_3       34090.6       8759.87     3.892    0.0002   *** +  DMonth_2        8.64432     36.3332      0.2379   0.8123   
-  DMonth_4       11731.7       8523.86     1.376    0.1721   +  DMonth_3       20.5278      34.8698      0.5887   0.5570   
-  DMonth_5       85563.7       8523.86    10.04     2.12e-16 *** +  DMonth_4       34.8625      34.2552      1.018    0.3105   
-  DMonth_6       11472.0       9040.92     1.269    0.2077   +  DMonth_5       24.8423      34.2552      0.7252   0.4695   
-  DMonth_7       25480.9       9040.92     2.818    0.0059   *** +  DMonth_6       37.4909      36.3332      1.032    0.3039   
-  DMonth_8       89124.5       9040.92     9.858    5.06e-16 *** +  DMonth_7       20.6351      36.3332      0.5679   0.5710   
-  DMonth_9       −5723.43      9040.92    −0.6331   0.5283   +  DMonth_8       82.7939      36.3332      2.279    0.0242   ** 
-  DMonth_10       2123.96      9040.92     0.2349   0.8148   +  DMonth_9        6.53550     36.3332      0.1799   0.8575   
-  DMonth_11      36554.2       9040.92     4.043    0.0001   *** +  DMonth_10      18.6284      36.3332      0.5127   0.6089   
-  DMonth_12     116051         9040.92    12.84     3.92e-22 *** +  DMonth_11      82.3261      36.3332      2.266    0.0250   ** 
-  quelfeb        47773.     15068.     3.170    0.0021   *** +  DMonth_12      52.1579      36.3332      1.436    0.1533   
-  blitz_plac     12167.     20197.     0.6025   0.5484  +  quelfeb        18.0311      60.5553      0.2978   0.7663   
 +  blitz_plac    104.088       97.7655      1.065    0.2888  
  
-Mean dependent var   55874.23   S.D. dependent var   46428.75 +Mean dependent var   290.5218   S.D. dependent var   127.8718 
-Sum squared resid    3.31e+10   S.E. of regression   19059.92 +Sum squared resid     1258495   S.E. of regression   93.81185 
-R-squared            0.853944   Adjusted R-squared   0.831473 +R-squared            0.512870   Adjusted R-squared   0.461773 
-F(1491           38.00338   P-value(F)           7.35e-32 +F(15143          10.03708   P-value(F)           5.55e-16 
-Log-likelihood      −1186.987   Akaike criterion     2403.974 +Log-likelihood      −939.2448   Akaike criterion     1910.490 
-Schwarz criterion    2443.926   Hannan-Quinn         2420.167 +Schwarz criterion    1959.592   Hannan-Quinn         1930.430 
-rho                 −0.003593   Durbin-Watson        1.986639+rho                  0.296114   Durbin-Watson        1.399367
  
-Excluding the constant, p-value was highest for variable 28 (DMonth_2)+Excluding the constant, p-value was highest for variable 41 (DMonth_9)
  
 loop: b = 16 loop: b = 16
Linea 1542: Linea 1568:
 ? blitz_plac = const - const ? blitz_plac = const - const
 ? smpl   MI --replace --restrict ? smpl   MI --replace --restrict
-Full data set: 212 observations+Full data set: 371 observations
 Current sample: 53 observations Current sample: 53 observations
 ? blitz_plac = (time == b) ? blitz_plac = (time == b)
-? smpl   Cit != 2 --replace --restrict +? smpl   Cit < 4 --replace --restrict 
-Full data set212 observations+Full data range1:01 - 7:53 (n = 371)
 Current sample: 1:01 - 3:53 (n = 159) Current sample: 1:01 - 3:53 (n = 159)
  
Linea 1553: Linea 1579:
   blitz_plac   blitz_plac
  
-Model 32: Pooled OLS, using 106 observations +Model 32: Pooled OLS, using 159 observations 
-Included cross-sectional units+Included cross-sectional units
 Time-series length = 53 Time-series length = 53
 Dependent variable: deb_risc Dependent variable: deb_risc
Linea 1560: Linea 1586:
                coefficient   std. error   t-ratio   p-value                 coefficient   std. error   t-ratio   p-value 
   ----------------------------------------------------------   ----------------------------------------------------------
-  const           3019.90      6287.04     0.4803   0.6321   +  const         199.489       26.5168      7.523    5.44e-12 *** 
-  MI             37154.      3709.69    10.02     2.37e-16 *** +  MI             −5.45996     18.3869     −0.2969   0.7669   
-  DMonth_2        1111.52      9010.80     0.1234   0.9021   +  GE            182.367       18.2934      9.969    4.24e-18 *** 
-  DMonth_3       35307.4       8495.47     4.156    7.31e-05 *** +  DMonth_2        8.64432     36.4722      0.2370   0.8130   
-  DMonth_4        9744.37      8730.69     1.116    0.2673   +  DMonth_3       27.4670      34.3864      0.7988   0.4257   
-  DMonth_5       85563.7       8495.47    10.07     1.81e-16 *** +  DMonth_4       36.1119      35.0033      1.032    0.3040   
-  DMonth_6       11472.0       9010.80     1.273    0.2062   +  DMonth_5       24.8423      34.3864      0.7224   0.4712   
-  DMonth_7       25480.9       9010.80     2.828    0.0058   *** +  DMonth_6       37.4909      36.4722      1.028    0.3057   
-  DMonth_8       89124.5       9010.80     9.891    4.32e-16 *** +  DMonth_7       20.6351      36.4722      0.5658   0.5724   
-  DMonth_9       −5723.43      9010.80    −0.6352   0.5269   +  DMonth_8       82.7939      36.4722      2.270    0.0247   ** 
-  DMonth_10       2123.96      9010.80     0.2357   0.8142   +  DMonth_9        6.53550     36.4722      0.1792   0.8580   
-  DMonth_11      36554.2       9010.80     4.057    0.0001   *** +  DMonth_10      18.6284      36.4722      0.5108   0.6103   
-  DMonth_12     116051         9010.80    12.88     3.22e-22 *** +  DMonth_11      82.3261      36.4722      2.257    0.0255   ** 
-  quelfeb        47773.     15018.0      3.181    0.0020   *** +  DMonth_12      52.1579      36.4722      1.430    0.1549   
-  blitz_plac     19872.     20129.8      0.9872   0.3261  +  quelfeb        18.0311      60.7871      0.2966   0.7672   
 +  blitz_plac    −18.7409      98.1397     −0.1910   0.8488  
  
-Mean dependent var   55874.23   S.D. dependent var   46428.75 +Mean dependent var   290.5218   S.D. dependent var   127.8718 
-Sum squared resid    3.28e+10   S.E. of regression   18996.44 +Sum squared resid     1268147   S.E. of regression   94.17092 
-R-squared            0.854915   Adjusted R-squared   0.832594 +R-squared            0.509134   Adjusted R-squared   0.457644 
-F(1491           38.30133   P-value(F)           5.46e-32 +F(15143          9.888120   P-value(F)           9.15e-16 
-Log-likelihood      −1186.633   Akaike criterion     2403.267 +Log-likelihood      −939.8522   Akaike criterion     1911.704 
-Schwarz criterion    2443.219   Hannan-Quinn         2419.460 +Schwarz criterion    1960.807   Hannan-Quinn         1931.644 
-rho                 −0.002492   Durbin-Watson        1.984456+rho                  0.303610   Durbin-Watson        1.384218
  
-Excluding the constant, p-value was highest for variable 28 (DMonth_2)+Excluding the constant, p-value was highest for variable 41 (DMonth_9)
  
 loop: b = 17 loop: b = 17
Linea 1590: Linea 1617:
 ? blitz_plac = const - const ? blitz_plac = const - const
 ? smpl   MI --replace --restrict ? smpl   MI --replace --restrict
-Full data set: 212 observations+Full data set: 371 observations
 Current sample: 53 observations Current sample: 53 observations
 ? blitz_plac = (time == b) ? blitz_plac = (time == b)
-? smpl   Cit != 2 --replace --restrict +? smpl   Cit < 4 --replace --restrict 
-Full data set212 observations+Full data range1:01 - 7:53 (n = 371)
 Current sample: 1:01 - 3:53 (n = 159) Current sample: 1:01 - 3:53 (n = 159)
  
Linea 1601: Linea 1628:
   blitz_plac   blitz_plac
  
-Model 33: Pooled OLS, using 106 observations +Model 33: Pooled OLS, using 159 observations 
-Included cross-sectional units+Included cross-sectional units
 Time-series length = 53 Time-series length = 53
 Dependent variable: deb_risc Dependent variable: deb_risc
Linea 1608: Linea 1635:
                coefficient   std. error   t-ratio   p-value                 coefficient   std. error   t-ratio   p-value 
   ----------------------------------------------------------   ----------------------------------------------------------
-  const           2798.03      6319.50     0.4428   0.6590   +  const         200.568       26.2943      7.628    3.06e-12 *** 
-  MI             37598.      3728.84    10.08     1.71e-16 *** +  MI             −8.69767     18.2326     −0.4770   0.6341   
-  DMonth_2        1111.52      9057.31     0.1227   0.9026   +  GE            182.367       18.1399     10.05     2.57e-18 *** 
-  DMonth_3       35307.4       8539.32     4.135    7.90e-05 *** +  DMonth_2        8.64432     36.1662      0.2390   0.8114   
-  DMonth_4       11731.7       8539.32     1.374    0.1729   +  DMonth_3       27.4670      34.0979      0.8055   0.4218   
-  DMonth_5       85928.1       8775.76     9.792    6.96e-16 *** +  DMonth_4       34.8625      34.0979      1.022    0.3083   
-  DMonth_6       11472.0       9057.31     1.267    0.2085   +  DMonth_5       14.6518      34.7096      0.4221   0.6736   
-  DMonth_7       25480.9       9057.31     2.813    0.0060   *** +  DMonth_6       37.4909      36.1662      1.037    0.3017   
-  DMonth_8       89124.5       9057.31     9.840    5.51e-16 *** +  DMonth_7       20.6351      36.1662      0.5706   0.5692   
-  DMonth_9       −5723.43      9057.31    −0.6319   0.5290   +  DMonth_8       82.7939      36.1662      2.289    0.0235   ** 
-  DMonth_10       2123.96      9057.31     0.2345   0.8151   +  DMonth_9        6.53550     36.1662      0.1807   0.8569   
-  DMonth_11      36554.2       9057.31     4.036    0.0001   *** +  DMonth_10      18.6284      36.1662      0.5151   0.6073   
-  DMonth_12     116051         9057.31    12.81     4.36e-22 *** +  DMonth_11      82.3261      36.1662      2.276    0.0243   ** 
-  quelfeb        47773.     15095.     3.165    0.0021   *** +  DMonth_12      52.1579      36.1662      1.442    0.1514   
-  blitz_plac     −3644.64     20233.7     −0.1801   0.8575  +  quelfeb        18.0311      60.2771      0.2991   0.7653   
 +  blitz_plac    152.858       97.3163      1.571    0.1185  
  
-Mean dependent var   55874.23   S.D. dependent var   46428.75 +Mean dependent var   290.5218   S.D. dependent var   127.8718 
-Sum squared resid    3.32e+10   S.E. of regression   19094.49 +Sum squared resid     1246957   S.E. of regression   93.38082 
-R-squared            0.853413   Adjusted R-squared   0.830862 +R-squared            0.517336   Adjusted R-squared   0.466707 
-F(1491           37.84238   P-value(F)           8.63e-32 +F(15143          10.21816   P-value(F)           3.03e-16 
-Log-likelihood      −1187.179   Akaike criterion     2404.358 +Log-likelihood      −938.5126   Akaike criterion     1909.025 
-Schwarz criterion    2444.310   Hannan-Quinn         2420.551 +Schwarz criterion    1958.128   Hannan-Quinn         1928.965 
-rho                  0.006855   Durbin-Watson        1.965284+rho                  0.309367   Durbin-Watson        1.373494
  
-Excluding the constant, p-value was highest for variable 28 (DMonth_2)+Excluding the constant, p-value was highest for variable 41 (DMonth_9)
  
 loop: b = 18 loop: b = 18
Linea 1638: Linea 1666:
 ? blitz_plac = const - const ? blitz_plac = const - const
 ? smpl   MI --replace --restrict ? smpl   MI --replace --restrict
-Full data set: 212 observations+Full data set: 371 observations
 Current sample: 53 observations Current sample: 53 observations
 ? blitz_plac = (time == b) ? blitz_plac = (time == b)
-? smpl   Cit != 2 --replace --restrict +? smpl   Cit < 4 --replace --restrict 
-Full data set212 observations+Full data range1:01 - 7:53 (n = 371)
 Current sample: 1:01 - 3:53 (n = 159) Current sample: 1:01 - 3:53 (n = 159)
  
Linea 1649: Linea 1677:
   blitz_plac   blitz_plac
  
-Model 34: Pooled OLS, using 106 observations +Model 34: Pooled OLS, using 159 observations 
-Included cross-sectional units+Included cross-sectional units
 Time-series length = 53 Time-series length = 53
 Dependent variable: deb_risc Dependent variable: deb_risc
Linea 1656: Linea 1684:
                coefficient   std. error   t-ratio   p-value                 coefficient   std. error   t-ratio   p-value 
   ----------------------------------------------------------   ----------------------------------------------------------
-  const           3101.89      6253.10     0.4961   0.6211   +  const         199.469       26.5157      7.523    5.45e-12 *** 
-  MI             36990.      3690.17    10.02     2.27e-16 *** +  MI             −5.39859     18.3877     −0.2936   0.7695   
-  DMonth_2        1111.52      8962.04     0.1240   0.9016   +  GE            182.367       18.2926      9.969    4.23e-18 *** 
-  DMonth_3       35307.4       8449.49     4.179    6.72e-05 *** +  DMonth_2        8.64432     36.4706      0.2370   0.8130   
-  DMonth_4       11731.7       8449.49     1.388    0.1684   +  DMonth_3       27.4670      34.3848      0.7988   0.4257   
-  DMonth_5       85563.7       8449.49    10.13     1.39e-16 *** +  DMonth_4       34.8625      34.3848      1.014    0.3123   
-  DMonth_6        7901.51      9314.61     0.8483   0.3985   +  DMonth_5       24.8423      34.3848      0.7225   0.4712   
-  DMonth_7       25480.9       8962.04     2.843    0.0055   *** +  DMonth_6       39.3237      37.3927      1.052    0.2947   
-  DMonth_8       89124.5       8962.04     9.945    3.33e-16 *** +  DMonth_7       20.6351      36.4706      0.5658   0.5724   
-  DMonth_9       −5723.43      8962.04    −0.6386   0.5247   +  DMonth_8       82.7939      36.4706      2.270    0.0247   ** 
-  DMonth_10       2123.96      8962.04     0.2370   0.8132   +  DMonth_9        6.53550     36.4706      0.1792   0.8580   
-  DMonth_11      36554.2       8962.04     4.079    9.69e-05 *** +  DMonth_10      18.6284      36.4706      0.5108   0.6103   
-  DMonth_12     116051         8962.04    12.95     2.34e-22 *** +  DMonth_11      82.3261      36.4706      2.257    0.0255   ** 
-  quelfeb        47773.     14936.     3.198    0.0019   *** +  DMonth_12      52.1579      36.4706      1.430    0.1549   
-  blitz_plac     28563.     20307.9      1.407    0.1630  +  quelfeb        18.0311      60.7843      0.2966   0.7672   
 +  blitz_plac    −21.9936      99.0357     −0.2221   0.8246  
  
-Mean dependent var   55874.23   S.D. dependent var   46428.75 +Mean dependent var   290.5218   S.D. dependent var   127.8718 
-Sum squared resid    3.25e+10   S.E. of regression   18893.63 +Sum squared resid     1268033   S.E. of regression   94.16669 
-R-squared            0.856481   Adjusted R-squared   0.834401 +R-squared            0.509178   Adjusted R-squared   0.457693 
-F(1491           38.79023   P-value(F)           3.37e-32 +F(15143          9.889865   P-value(F)           9.09e-16 
-Log-likelihood      −1186.058   Akaike criterion     2402.117 +Log-likelihood      −939.8451   Akaike criterion     1911.690 
-Schwarz criterion    2442.068   Hannan-Quinn         2418.309 +Schwarz criterion    1960.793   Hannan-Quinn         1931.630 
-rho                  0.006238   Durbin-Watson        1.967234+rho                  0.302200   Durbin-Watson        1.387017
  
-Excluding the constant, p-value was highest for variable 28 (DMonth_2)+Excluding the constant, p-value was highest for variable 41 (DMonth_9)
  
 loop: b = 19 loop: b = 19
Linea 1686: Linea 1715:
 ? blitz_plac = const - const ? blitz_plac = const - const
 ? smpl   MI --replace --restrict ? smpl   MI --replace --restrict
-Full data set: 212 observations+Full data set: 371 observations
 Current sample: 53 observations Current sample: 53 observations
 ? blitz_plac = (time == b) ? blitz_plac = (time == b)
-? smpl   Cit != 2 --replace --restrict +? smpl   Cit < 4 --replace --restrict 
-Full data set212 observations+Full data range1:01 - 7:53 (n = 371)
 Current sample: 1:01 - 3:53 (n = 159) Current sample: 1:01 - 3:53 (n = 159)
  
Linea 1697: Linea 1726:
   blitz_plac   blitz_plac
  
-Model 35: Pooled OLS, using 106 observations +Model 35: Pooled OLS, using 159 observations 
-Included cross-sectional units+Included cross-sectional units
 Time-series length = 53 Time-series length = 53
 Dependent variable: deb_risc Dependent variable: deb_risc
Linea 1704: Linea 1733:
                coefficient   std. error   t-ratio   p-value                 coefficient   std. error   t-ratio   p-value 
   ----------------------------------------------------------   ----------------------------------------------------------
-  const           2861.14      6319.94     0.4527   0.6518   +  const         199.512       26.5182      7.524    5.42e-12 *** 
-  MI             37472.      3729.62    10.05     2.03e-16 *** +  MI             −5.52977     18.3894     −0.3007   0.7641   
-  DMonth_2        1111.52      9057.83     0.1227   0.9026   +  GE            182.367       18.2942      9.969    4.26e-18 *** 
-  DMonth_3       35307.4       8539.81     4.134    7.91e-05 *** +  DMonth_2        8.64432     36.4739      0.2370   0.8130   
-  DMonth_4       11731.7       8539.81     1.374    0.1729   +  DMonth_3       27.4670      34.3880      0.7987   0.4258   
-  DMonth_5       85563.7       8539.81    10.02     2.33e-16 *** +  DMonth_4       34.8625      34.3880      1.014    0.3124   
-  DMonth_6       11472.0       9057.83     1.267    0.2086   +  DMonth_5       24.8423      34.3880      0.7224   0.4712   
-  DMonth_7       25100.3       9414.18     2.666    0.0091   *** +  DMonth_6       37.4909      36.4739      1.028    0.3057   
-  DMonth_8       89124.5       9057.83     9.839    5.53e-16 *** +  DMonth_7       21.8885      37.3962      0.5853   0.5593   
-  DMonth_9       −5723.43      9057.83    −0.6319   0.5291   +  DMonth_8       82.7939      36.4739      2.270    0.0247   ** 
-  DMonth_10       2123.96      9057.83     0.2345   0.8151   +  DMonth_9        6.53550     36.4739      0.1792   0.8580   
-  DMonth_11      36554.2       9057.83     4.036    0.0001   *** +  DMonth_10      18.6284      36.4739      0.5107   0.6103   
-  DMonth_12     116051         9057.83    12.81     4.38e-22 *** +  DMonth_11      82.3261      36.4739      2.257    0.0255   ** 
-  quelfeb        47773.     15096.     3.165    0.0021   *** +  DMonth_12      52.1579      36.4739      1.430    0.1549   
-  blitz_plac      3044.88     20525.0      0.1484   0.8824  +  quelfeb        18.0311      60.7899      0.2966   0.7672   
 +  blitz_plac    −15.0410      99.0448     0.1519   0.8795  
  
-Mean dependent var   55874.23   S.D. dependent var   46428.75 +Mean dependent var   290.5218   S.D. dependent var   127.8718 
-Sum squared resid    3.32e+10   S.E. of regression   19095.59 +Sum squared resid     1268266   S.E. of regression   94.17533 
-R-squared            0.853397   Adjusted R-squared   0.830842 +R-squared            0.509088   Adjusted R-squared   0.457594 
-F(1491           37.83730   P-value(F)           8.68e-32 +F(15143          9.886300   P-value(F)           9.20e-16 
-Log-likelihood      −1187.185   Akaike criterion     2404.371 +Log-likelihood      −939.8597   Akaike criterion     1911.719 
-Schwarz criterion    2444.322   Hannan-Quinn         2420.563 +Schwarz criterion    1960.822   Hannan-Quinn         1931.659 
-rho                  0.000646   Durbin-Watson        1.978260+rho                  0.298833   Durbin-Watson        1.393739
  
-Excluding the constant, p-value was highest for variable 28 (DMonth_2)+Excluding the constant, p-value was highest for variable 55 (blitz_plac)
  
 loop: b = 20 loop: b = 20
Linea 1734: Linea 1764:
 ? blitz_plac = const - const ? blitz_plac = const - const
 ? smpl   MI --replace --restrict ? smpl   MI --replace --restrict
-Full data set: 212 observations+Full data set: 371 observations
 Current sample: 53 observations Current sample: 53 observations
 ? blitz_plac = (time == b) ? blitz_plac = (time == b)
-? smpl   Cit != 2 --replace --restrict +? smpl   Cit < 4 --replace --restrict 
-Full data set212 observations+Full data range1:01 - 7:53 (n = 371)
 Current sample: 1:01 - 3:53 (n = 159) Current sample: 1:01 - 3:53 (n = 159)
  
Linea 1745: Linea 1775:
   blitz_plac   blitz_plac
  
-Model 36: Pooled OLS, using 106 observations +Model 36: Pooled OLS, using 159 observations 
-Included cross-sectional units+Included cross-sectional units
 Time-series length = 53 Time-series length = 53
 Dependent variable: deb_risc Dependent variable: deb_risc
Linea 1752: Linea 1782:
                coefficient   std. error   t-ratio   p-value                 coefficient   std. error   t-ratio   p-value 
   ----------------------------------------------------------   ----------------------------------------------------------
-  const           2738.42      6312.52     0.4338   0.6655   +  const         199.020       26.4378      7.528    5.30e-12 *** 
-  MI             37717.      3725.23    10.12     1.40e-16 *** +  MI             −4.05206     18.3337     −0.2210   0.8254   
-  DMonth_2        1111.52      9047.19     0.1229   0.9025   +  GE            182.367       18.2388      9.999    3.55e-18 *** 
-  DMonth_3       35307.4       8529.78     4.139    7.77e-05 *** +  DMonth_2        8.64432     36.3634      0.2377   0.8124   
-  DMonth_4       11731.7       8529.78     1.375    0.1724   +  DMonth_3       27.4670      34.2838      0.8012   0.4244   
-  DMonth_5       85563.7       8529.78    10.03     2.20e-16 *** +  DMonth_4       34.8625      34.2838      1.017    0.3109   
-  DMonth_6       11472.0       9047.19     1.268    0.2080   +  DMonth_5       24.8423      34.2838      0.7246   0.4699   
-  DMonth_7       25480.9       9047.19     2.816    0.0060   *** +  DMonth_6       37.4909      36.3634      1.031    0.3043   
-  DMonth_8       90369.9       9403.12     9.611    1.66e-15 *** +  DMonth_7       20.6351      36.3634      0.5675   0.5713   
-  DMonth_9       −5723.43      9047.19    −0.6326   0.5286   +  DMonth_8       90.5739      37.2828      2.429    0.0164   ** 
-  DMonth_10       2123.96      9047.19     0.2348   0.8149   +  DMonth_9        6.53550     36.3634      0.1797   0.8576   
-  DMonth_11      36554.2       9047.19     4.040    0.0001   *** +  DMonth_10      18.6284      36.3634      0.5123   0.6092   
-  DMonth_12     116051         9047.19    12.83     4.09e-22 *** +  DMonth_11      82.3261      36.3634      2.264    0.0251   ** 
-  quelfeb        47773.     15078.     3.168    0.0021   *** +  DMonth_12      52.1579      36.3634      1.434    0.1537   
-  blitz_plac     9963.61     20500.    −0.4860   0.6281  +  quelfeb        18.0311      60.6057      0.2975   0.7665   
 +  blitz_plac    93.3598      98.7447     −0.9455   0.3460  
  
-Mean dependent var   55874.23   S.D. dependent var   46428.75 +Mean dependent var   290.5218   S.D. dependent var   127.8718 
-Sum squared resid    3.31e+10   S.E. of regression   19073.16 +Sum squared resid     1260590   S.E. of regression   93.88992 
-R-squared            0.853741   Adjusted R-squared   0.831239 +R-squared            0.512059   Adjusted R-squared   0.460876 
-F(1491           37.94163   P-value(F)           7.82e-32 +F(15143          10.00454   P-value(F)           6.18e-16 
-Log-likelihood      −1187.061   Akaike criterion     2404.121 +Log-likelihood      −939.3771   Akaike criterion     1910.754 
-Schwarz criterion    2444.073   Hannan-Quinn         2420.314 +Schwarz criterion    1959.857   Hannan-Quinn         1930.694 
-rho                 −0.001126   Durbin-Watson        1.981493+rho                  0.299577   Durbin-Watson        1.392017
  
-Excluding the constant, p-value was highest for variable 28 (DMonth_2)+Excluding the constant, p-value was highest for variable 41 (DMonth_9)
  
 loop: b = 21 loop: b = 21
Linea 1782: Linea 1813:
 ? blitz_plac = const - const ? blitz_plac = const - const
 ? smpl   MI --replace --restrict ? smpl   MI --replace --restrict
-Full data set: 212 observations+Full data set: 371 observations
 Current sample: 53 observations Current sample: 53 observations
 ? blitz_plac = (time == b) ? blitz_plac = (time == b)
-? smpl   Cit != 2 --replace --restrict +? smpl   Cit < 4 --replace --restrict 
-Full data set212 observations+Full data range1:01 - 7:53 (n = 371)
 Current sample: 1:01 - 3:53 (n = 159) Current sample: 1:01 - 3:53 (n = 159)
  
Linea 1793: Linea 1824:
   blitz_plac   blitz_plac
  
-Model 37: Pooled OLS, using 106 observations +Model 37: Pooled OLS, using 159 observations 
-Included cross-sectional units+Included cross-sectional units
 Time-series length = 53 Time-series length = 53
 Dependent variable: deb_risc Dependent variable: deb_risc
Linea 1800: Linea 1831:
                coefficient   std. error   t-ratio   p-value                 coefficient   std. error   t-ratio   p-value 
   ----------------------------------------------------------   ----------------------------------------------------------
-  const           2691.54      6302.30     0.4271   0.6703   +  const         199.500       26.5176      7.523    5.43e-12 *** 
-  MI             37811.      3719.20    10.17     1.15e-16 *** +  MI             −5.49313     18.3890     −0.2987   0.7656   
-  DMonth_2        1111.52      9032.55     0.1231   0.9023   +  GE            182.367       18.2938      9.969    4.25e-18 *** 
-  DMonth_3       35307.4       8515.97     4.146    7.58e-05 *** +  DMonth_2        8.64432     36.4731      0.2370   0.8130   
-  DMonth_4       11731.7       8515.97     1.378    0.1717   +  DMonth_3       27.4670      34.3872      0.7988   0.4258   
-  DMonth_5       85563.7       8515.97    10.05     2.03e-16 *** +  DMonth_4       34.8625      34.3872      1.014    0.3124   
-  DMonth_6       11472.0       9032.55     1.270    0.2073   +  DMonth_5       24.8423      34.3872      0.7224   0.4712   
-  DMonth_7       25480.9       9032.55     2.821    0.0059   *** +  DMonth_6       37.4909      36.4731      1.028    0.3057   
-  DMonth_8       89124.5       9032.55     9.867    4.84e-16 *** +  DMonth_7       20.6351      36.4731      0.5658   0.5724   
-  DMonth_9       −3856.79      9387.90    −0.4108   0.6822   +  DMonth_8       82.7939      36.4731      2.270    0.0247   ** 
-  DMonth_10       2123.96      9032.55     0.2351   0.8146   +  DMonth_9        7.95073     37.3953      0.2126   0.8319   
-  DMonth_11      36554.2       9032.55     4.047    0.0001   *** +  DMonth_10      18.6284      36.4731      0.5107   0.6103   
-  DMonth_12     116051         9032.55    12.85     3.71e-22 *** +  DMonth_11      82.3261      36.4731      2.257    0.0255   ** 
-  quelfeb        47773.     15054.     3.173    0.0021   *** +  DMonth_12      52.1579      36.4731      1.430    0.1549   
-  blitz_plac    −14933.     20467.    −0.7296   0.4675  +  quelfeb        18.0311      60.7886      0.2966   0.7672   
 +  blitz_plac    −16.9827      99.0426     −0.1715   0.8641  
  
-Mean dependent var   55874.23   S.D. dependent var   46428.75 +Mean dependent var   290.5218   S.D. dependent var   127.8718 
-Sum squared resid    3.30e+10   S.E. of regression   19042.28 +Sum squared resid     1268210   S.E. of regression   94.17324 
-R-squared            0.854214   Adjusted R-squared   0.831785 +R-squared            0.509110   Adjusted R-squared   0.457618 
-F(1491           38.08587   P-value(F)           6.77e-32 +F(15143          9.887160   P-value(F)           9.18e-16 
-Log-likelihood      −1186.889   Akaike criterion     2403.778 +Log-likelihood      −939.8561   Akaike criterion     1911.712 
-Schwarz criterion    2443.730   Hannan-Quinn         2419.971 +Schwarz criterion    1960.815   Hannan-Quinn         1931.652 
-rho                 −0.004485   Durbin-Watson        1.987939+rho                  0.300003   Durbin-Watson        1.391404
  
-Excluding the constant, p-value was highest for variable 28 (DMonth_2)+Excluding the constant, p-value was highest for variable 55 (blitz_plac)
  
 loop: b = 22 loop: b = 22
Linea 1830: Linea 1862:
 ? blitz_plac = const - const ? blitz_plac = const - const
 ? smpl   MI --replace --restrict ? smpl   MI --replace --restrict
-Full data set: 212 observations+Full data set: 371 observations
 Current sample: 53 observations Current sample: 53 observations
 ? blitz_plac = (time == b) ? blitz_plac = (time == b)
-? smpl   Cit != 2 --replace --restrict +? smpl   Cit < 4 --replace --restrict 
-Full data set212 observations+Full data range1:01 - 7:53 (n = 371)
 Current sample: 1:01 - 3:53 (n = 159) Current sample: 1:01 - 3:53 (n = 159)
  
Linea 1841: Linea 1873:
   blitz_plac   blitz_plac
  
-Model 38: Pooled OLS, using 106 observations +Model 38: Pooled OLS, using 159 observations 
-Included cross-sectional units+Included cross-sectional units
 Time-series length = 53 Time-series length = 53
 Dependent variable: deb_risc Dependent variable: deb_risc
Linea 1848: Linea 1880:
                coefficient   std. error   t-ratio   p-value                 coefficient   std. error   t-ratio   p-value 
   ----------------------------------------------------------   ----------------------------------------------------------
-  const           2774.09      6317.55     0.4391   0.6616   +  const         200.151       26.4494      7.567    4.27e-12 *** 
-  MI             37646.      3728.21    10.10     1.60e-16 *** +  MI             −7.44667     18.3418     −0.4060   0.6854   
-  DMonth_2        1111.52      9054.41     0.1228   0.9026   +  GE            182.367       18.2468      9.994    3.65e-18 *** 
-  DMonth_3       35307.4       8536.58     4.136    7.86e-05 *** +  DMonth_2        8.64432     36.3794      0.2376   0.8125   
-  DMonth_4       11731.7       8536.58     1.374    0.1727   +  DMonth_3       27.4670      34.2988      0.8008   0.4246   
-  DMonth_5       85563.7       8536.58    10.02     2.28e-16 *** +  DMonth_4       34.8625      34.2988      1.016    0.3111   
-  DMonth_6       11472.0       9054.41     1.267    0.2084   +  DMonth_5       24.8423      34.2988      0.7243   0.4701   
-  DMonth_7       25480.9       9054.41     2.814    0.0060   *** +  DMonth_6       37.4909      36.3794      1.031    0.3045   
-  DMonth_8       89124.5       9054.41     9.843    5.43e-16 *** +  DMonth_7       20.6351      36.3794      0.5672   0.5715   
-  DMonth_9       −5723.43      9054.41    −0.6321   0.5289   +  DMonth_8       82.7939      36.3794      2.276    0.0243   ** 
-  DMonth_10       2896.81      9410.62     0.3078   0.7589   +  DMonth_9        6.53550     36.3794      0.1796   0.8577   
-  DMonth_11      36554.2       9054.41     4.037    0.0001   *** +  DMonth_10      11.4155      37.2992      0.3061   0.7600   
-  DMonth_12     116051         9054.41    12.82     4.28e-22 *** +  DMonth_11      82.3261      36.3794      2.263    0.0251   ** 
-  quelfeb        47773.     15090.     3.166    0.0021   *** +  DMonth_12      52.1579      36.3794      1.434    0.1538   
-  blitz_plac     −6182.84     20517.2     −0.3013   0.7638  +  quelfeb        18.0311      60.6323      0.2974   0.7666   
 +  blitz_plac     86.5550      98.7880      0.8762   0.3824  
  
-Mean dependent var   55874.23   S.D. dependent var   46428.75 +Mean dependent var   290.5218   S.D. dependent var   127.8718 
-Sum squared resid    3.32e+10   S.E. of regression   19088.38 +Sum squared resid     1261697   S.E. of regression   93.93114 
-R-squared            0.853507   Adjusted R-squared   0.830970 +R-squared            0.511630   Adjusted R-squared   0.460403 
-F(1491           37.87081   P-value(F)           8.39e-32 +F(15143          9.987403   P-value(F)           6.55e-16 
-Log-likelihood      −1187.145   Akaike criterion     2404.291 +Log-likelihood      −939.4468   Akaike criterion     1910.894 
-Schwarz criterion    2444.242   Hannan-Quinn         2420.483 +Schwarz criterion    1959.996   Hannan-Quinn         1930.834 
-rho                  0.001391   Durbin-Watson        1.976645+rho                  0.265942   Durbin-Watson        1.459435
  
-Excluding the constant, p-value was highest for variable 28 (DMonth_2)+Excluding the constant, p-value was highest for variable 41 (DMonth_9)
  
 loop: b = 23 loop: b = 23
Linea 1878: Linea 1911:
 ? blitz_plac = const - const ? blitz_plac = const - const
 ? smpl   MI --replace --restrict ? smpl   MI --replace --restrict
-Full data set: 212 observations+Full data set: 371 observations
 Current sample: 53 observations Current sample: 53 observations
 ? blitz_plac = (time == b) ? blitz_plac = (time == b)
-? smpl   Cit != 2 --replace --restrict +? smpl   Cit < 4 --replace --restrict 
-Full data set212 observations+Full data range1:01 - 7:53 (n = 371)
 Current sample: 1:01 - 3:53 (n = 159) Current sample: 1:01 - 3:53 (n = 159)
  
Linea 1889: Linea 1922:
   blitz_plac   blitz_plac
  
-Model 39: Pooled OLS, using 106 observations +Model 39: Pooled OLS, using 159 observations 
-Included cross-sectional units+Included cross-sectional units
 Time-series length = 53 Time-series length = 53
 Dependent variable: deb_risc Dependent variable: deb_risc
Linea 1896: Linea 1929:
                coefficient   std. error   t-ratio   p-value                 coefficient   std. error   t-ratio   p-value 
   ----------------------------------------------------------   ----------------------------------------------------------
-  const           2934.08      6311.13     0.4649   0.6431   +  const         203.323       22.9844      8.846    3.09e-15 *** 
-  MI             37326.      3724.41    10.02     2.29e-16 *** +  MI            −16.9631      15.9389     −1.064    0.2890   
-  DMonth_2        1111.52      9045.20     0.1229   0.9025   +  GE            182.367       15.8564     11.50     4.39e-22 *** 
-  DMonth_3       35307.4       8527.90     4.140    7.74e-05 *** +  DMonth_2        8.64432     31.6134      0.2734   0.7849   
-  DMonth_4       11731.7       8527.90     1.376    0.1723   +  DMonth_3       27.4670      29.8054      0.9215   0.3583   
-  DMonth_5       85563.7       8527.90    10.03     2.17e-16 *** +  DMonth_4       34.8625      29.8054      1.170    0.2441   
-  DMonth_6       11472.0       9045.20     1.268    0.2079   +  DMonth_5       24.8423      29.8054      0.8335   0.4060   
-  DMonth_7       25480.9       9045.20     2.817    0.0059   *** +  DMonth_6       37.4909      31.6134      1.186    0.2376   
-  DMonth_8       89124.5       9045.20     9.853    5.17e-16 *** +  DMonth_7       20.6351      31.6134      0.6527   0.5150   
-  DMonth_9       −5723.43      9045.20    −0.6328   0.5285   +  DMonth_8       82.7939      31.6134      2.619    0.0098   *** 
-  DMonth_10       2123.96      9045.20     0.2348   0.8149   +  DMonth_9        6.53550     31.6134      0.2067   0.8365   
-  DMonth_11      35207.3       9401.05     3.745    0.0003   *** +  DMonth_10      18.6284      31.6134      0.5893   0.5566   
-  DMonth_12     116051         9045.20    12.83     4.03e-22 *** +  DMonth_11      33.0824      32.4128      1.021    0.3091   
-  quelfeb        47773.     15075.     3.169    0.0021   *** +  DMonth_12      52.1579      31.6134      1.650    0.1012   
-  blitz_plac     10775.8      20496.     0.5257   0.6003  +  quelfeb        18.0311      52.6891      0.3422   0.7327   
 +  blitz_plac    590.924       85.8462      6.884    1.70e-10 ***
  
-Mean dependent var   55874.23   S.D. dependent var   46428.75 +Mean dependent var   290.5218   S.D. dependent var   127.8718 
-Sum squared resid    3.31e+10   S.E. of regression   19068.96 +Sum squared resid    952771.  S.E. of regression   81.62557 
-R-squared            0.853805   Adjusted R-squared   0.831314 +R-squared            0.631208   Adjusted R-squared   0.592523 
-F(1491           37.96122   P-value(F)           7.66e-32 +F(15143          16.31680   P-value(F)           4.72e-24 
-Log-likelihood      −1187.037   Akaike criterion     2404.075 +Log-likelihood      −917.1202   Akaike criterion     1866.240 
-Schwarz criterion    2444.026   Hannan-Quinn         2420.267 +Schwarz criterion    1915.343   Hannan-Quinn         1886.180 
-rho                 −0.004880   Durbin-Watson        1.989162+rho                  0.105430   Durbin-Watson        1.777571
  
-Excluding the constant, p-value was highest for variable 28 (DMonth_2)+Excluding the constant, p-value was highest for variable 41 (DMonth_9)
  
 loop: b = 24 loop: b = 24
Linea 1926: Linea 1960:
 ? blitz_plac = const - const ? blitz_plac = const - const
 ? smpl   MI --replace --restrict ? smpl   MI --replace --restrict
-Full data set: 212 observations+Full data set: 371 observations
 Current sample: 53 observations Current sample: 53 observations
 ? blitz_plac = (time == b) ? blitz_plac = (time == b)
-? smpl   Cit != 2 --replace --restrict +? smpl   Cit < 4 --replace --restrict 
-Full data set212 observations+Full data range1:01 - 7:53 (n = 371)
 Current sample: 1:01 - 3:53 (n = 159) Current sample: 1:01 - 3:53 (n = 159)
  
Linea 1937: Linea 1971:
   blitz_plac   blitz_plac
  
-Model 40: Pooled OLS, using 106 observations +Model 40: Pooled OLS, using 159 observations 
-Included cross-sectional units+Included cross-sectional units
 Time-series length = 53 Time-series length = 53
 Dependent variable: deb_risc Dependent variable: deb_risc
Linea 1944: Linea 1978:
                coefficient   std. error   t-ratio   p-value                 coefficient   std. error   t-ratio   p-value 
   ----------------------------------------------------------   ----------------------------------------------------------
-  const           3122.76      6242.15     0.5003   0.6181   +  const         202.308       24.7160      8.185    1.36e-13 *** 
-  MI             36949.      3683.71    10.03     2.21e-16 *** +  MI            −13.9161      17.1397     0.8119   0.4182   
-  DMonth_2        1111.52      8946.35     0.1242   0.9014   +  GE            182.367       17.0510     10.70     5.56e-20 *** 
-  DMonth_3       35307.4       8434.70     4.186    6.54e-05 *** +  DMonth_2        8.64432     33.9952      0.2543   0.7996   
-  DMonth_4       11731.7       8434.70     1.391    0.1677   +  DMonth_3       27.4670      32.0510      0.8570   0.3929   
-  DMonth_5       85563.7       8434.70    10.14     1.28e-16 *** +  DMonth_4       34.8625      32.0510      1.088    0.2785   
-  DMonth_6       11472.0       8946.35     1.282    0.2030   +  DMonth_5       24.8423      32.0510      0.7751   0.4396   
-  DMonth_7       25480.9       8946.35     2.848    0.0054   *** +  DMonth_6       37.4909      33.9952      1.103    0.2720   
-  DMonth_8       89124.5       8946.35     9.962    3.06e-16 *** +  DMonth_7       20.6351      33.9952      0.6070   0.5448   
-  DMonth_9       −5723.43      8946.35    −0.6397   0.5239   +  DMonth_8       82.7939      33.9952      2.435    0.0161   ** 
-  DMonth_10       2123.96      8946.35     0.2374   0.8129   +  DMonth_9        6.53550     33.9952      0.1922   0.8478   
-  DMonth_11      36554.2       8946.35     4.086    9.44e-05 *** +  DMonth_10      18.6284      33.9952      0.5480   0.5846   
-  DMonth_12     112204         9298.31    12.07     1.38e-20 *** +  DMonth_11      82.3261      33.9952      2.422    0.0167   ** 
-  quelfeb        47773.     14910.     3.204    0.0019   *** +  DMonth_12      16.3715      34.8547      0.4697   0.6393   
-  blitz_plac     30776.     20272.     1.518    0.1324  +  quelfeb        18.0311      56.6587      0.3182   0.7508   
 +  blitz_plac    429.437       92.3138      4.652    7.42e-06 ***
  
-Mean dependent var   55874.23   S.D. dependent var   46428.75 +Mean dependent var   290.5218   S.D. dependent var   127.8718 
-Sum squared resid    3.24e+10   S.E. of regression   18860.55 +Sum squared resid     1101742   S.E. of regression   87.77523 
-R-squared            0.856983   Adjusted R-squared   0.834981 +R-squared            0.573545   Adjusted R-squared   0.528812 
-F(1491           38.94922   P-value(F)           2.88e-32 +F(15143          12.82150   P-value(F)           8.33e-20 
-Log-likelihood      −1185.873   Akaike criterion     2401.745 +Log-likelihood      −928.6694   Akaike criterion     1889.339 
-Schwarz criterion    2441.697   Hannan-Quinn         2417.938 +Schwarz criterion    1938.441   Hannan-Quinn         1909.279 
-rho                 −0.005387   Durbin-Watson        1.990000+rho                  0.133672   Durbin-Watson        1.722442
  
-Excluding the constant, p-value was highest for variable 28 (DMonth_2)+Excluding the constant, p-value was highest for variable 41 (DMonth_9)
  
 loop: b = 25 loop: b = 25
Linea 1974: Linea 2009:
 ? blitz_plac = const - const ? blitz_plac = const - const
 ? smpl   MI --replace --restrict ? smpl   MI --replace --restrict
-Full data set: 212 observations+Full data set: 371 observations
 Current sample: 53 observations Current sample: 53 observations
 ? blitz_plac = (time == b) ? blitz_plac = (time == b)
-? smpl   Cit != 2 --replace --restrict +? smpl   Cit < 4 --replace --restrict 
-Full data set212 observations+Full data range1:01 - 7:53 (n = 371)
 Current sample: 1:01 - 3:53 (n = 159) Current sample: 1:01 - 3:53 (n = 159)
  
Linea 1985: Linea 2020:
   blitz_plac   blitz_plac
  
-Model 41: Pooled OLS, using 106 observations +Model 41: Pooled OLS, using 159 observations 
-Included cross-sectional units+Included cross-sectional units
 Time-series length = 53 Time-series length = 53
 Dependent variable: deb_risc Dependent variable: deb_risc
  
-               coefficient   std. error   t-ratio    p-value  +               coefficient   std. error   t-ratio   p-value  
-  ----------------------------------------------------------- +  ---------------------------------------------------------- 
-  const          2991.53       6577.95     0.4548    0.6503   +  const         198.985       27.1662      7.325    1.60e-11 *** 
-  MI            37562.9        3729.35    10.07      1.80e-16 *** +  MI             −6.00774     18.3885     −0.3267   0.7444   
-  DMonth_2        935.840      9281.84     0.1008    0.9199   +  GE            182.367       18.2950      9.968    4.27e-18 *** 
-  DMonth_3      35131.7        8776.96     4.003     0.0001   *** +  DMonth_2        9.33042     37.0577      0.2518   0.8016   
-  DMonth_4      11556.0        8776.96     1.317     0.1913   +  DMonth_3       28.1531      35.0064      0.8042   0.4226   
-  DMonth_5      85388.0        8776.96     9.729     9.42e-16 *** +  DMonth_4       35.5486      35.0064      1.015    0.3116   
-  DMonth_6      11296.3        9281.84     1.217     0.2267   +  DMonth_5       25.5284      35.0064      0.7293   0.4670   
-  DMonth_7      25305.2        9281.84     2.726     0.0077   *** +  DMonth_6       38.1770      37.0577      1.030    0.3047   
-  DMonth_8      88948.8        9281.84     9.583     1.90e-15 *** +  DMonth_7       21.3212      37.0577      0.5754   0.5660   
-  DMonth_9      −5899.11       9281.84    −0.6356    0.5267   +  DMonth_8       83.4800      37.0577      2.253    0.0258   ** 
-  DMonth_10      1948.28       9281.84     0.2099    0.8342   +  DMonth_9        7.22160     37.0577      0.1949   0.8458   
-  DMonth_11     36378.6        9281.84     3.919     0.0002   *** +  DMonth_10      19.3145      37.0577      0.5212   0.6030   
-  DMonth_12    115875          9281.84    12.48      1.99e-21 *** +  DMonth_11      83.0122      37.0577      2.240    0.0266   ** 
-  quelfeb       47773.4       15097.     3.164     0.0021   *** +  DMonth_12      52.8440      37.0577      1.426    0.1561   
-  blitz_plac    −1756.84      20236.5     −0.08682   0.9310  +  quelfeb        18.0311      60.7925      0.2966   0.7672   
 +  blitz_plac     10.2915      98.1485      0.1049   0.9166  
  
-Mean dependent var   55874.23   S.D. dependent var   46428.75 +Mean dependent var   290.5218   S.D. dependent var   127.8718 
-Sum squared resid    3.32e+10   S.E. of regression   19097.11 +Sum squared resid     1268373   S.E. of regression   94.17930 
-R-squared            0.853373   Adjusted R-squared   0.830815 +R-squared            0.509046   Adjusted R-squared   0.457548 
-F(1491           37.83025   P-value(F)           8.74e-32 +F(15143          9.884661   P-value(F)           9.25e-16 
-Log-likelihood      −1187.194   Akaike criterion     2404.387 +Log-likelihood      −939.8664   Akaike criterion     1911.733 
-Schwarz criterion    2444.339   Hannan-Quinn         2420.580 +Schwarz criterion    1960.835   Hannan-Quinn         1931.673 
-rho                  0.002651   Durbin-Watson        1.974256+rho                  0.296967   Durbin-Watson        1.397596
  
-Excluding the constant, p-value was highest for variable 49 (blitz_plac)+Excluding the constant, p-value was highest for variable 55 (blitz_plac)
  
 loop: b = 26 loop: b = 26
Linea 2022: Linea 2058:
 ? blitz_plac = const - const ? blitz_plac = const - const
 ? smpl   MI --replace --restrict ? smpl   MI --replace --restrict
-Full data set: 212 observations+Full data set: 371 observations
 Current sample: 53 observations Current sample: 53 observations
 ? blitz_plac = (time == b) ? blitz_plac = (time == b)
-? smpl   Cit != 2 --replace --restrict +? smpl   Cit < 4 --replace --restrict 
-Full data set212 observations+Full data range1:01 - 7:53 (n = 371)
 Current sample: 1:01 - 3:53 (n = 159) Current sample: 1:01 - 3:53 (n = 159)
  
Linea 2033: Linea 2069:
   blitz_plac   blitz_plac
  
-Model 42: Pooled OLS, using 106 observations +Model 42: Pooled OLS, using 159 observations 
-Included cross-sectional units+Included cross-sectional units
 Time-series length = 53 Time-series length = 53
 Dependent variable: deb_risc Dependent variable: deb_risc
  
-               coefficient   std. error   t-ratio   p-value  +               coefficient   std. error   t-ratio    p-value  
-  ---------------------------------------------------------- +  ----------------------------------------------------------- 
-  const           2650.06      6289.83     0.4213   0.6745   +  const         199.564       26.5199      7.525     5.38e-12 *** 
-  MI             37894.      3711.85    10.21     9.34e-17 *** +  MI             −5.68547     18.3906     −0.3092    0.7577   
-  DMonth_2        3527.80      9369.33     0.3765   0.7074   +  GE            182.367       18.2954      9.968     4.27e-18 *** 
-  DMonth_3       35307.4       8499.12     4.154    7.36e-05 *** +  DMonth_2        9.21005     37.3986      0.2463    0.8058   
-  DMonth_4       11731.7       8499.12     1.380    0.1709   +  DMonth_3       27.4670      34.3902      0.7987    0.4258   
-  DMonth_5       85563.7       8499.12    10.07     1.85e-16 *** +  DMonth_4       34.8625      34.3902      1.014     0.3124   
-  DMonth_6       11472.0       9014.68     1.273    0.2064   +  DMonth_5       24.8423      34.3902      0.7224    0.4712   
-  DMonth_7       25480.9       9014.68     2.827    0.0058   *** +  DMonth_6       37.4909      36.4763      1.028     0.3058   
-  DMonth_8       89124.5       9014.68     9.887    4.41e-16 *** +  DMonth_7       20.6351      36.4763      0.5657    0.5725   
-  DMonth_9       −5723.43      9014.68    0.6349   0.5271   +  DMonth_8       82.7939      36.4763      2.270     0.0247   ** 
-  DMonth_10       2123.96      9014.68     0.2356   0.8143   +  DMonth_9        6.53550     36.4763      0.1792    0.8581   
-  DMonth_11      36554.2       9014.68     4.055    0.0001   *** +  DMonth_10      18.6284      36.4763      0.5107    0.6104   
-  DMonth_12     116051         9014.68    12.87     3.30e-22 *** +  DMonth_11      82.3261      36.4763      2.257     0.0255   ** 
-  quelfeb        45357.     15239.     2.976    0.0037   *** +  DMonth_12      52.1579      36.4763      1.430     0.1549   
-  blitz_plac    19330.2      20427.    −0.9463   0.3465  +  quelfeb        17.4654      61.3516      0.2847    0.7763   
 +  blitz_plac     6.78876     99.0512     −0.06854   0.9455  
  
-Mean dependent var   55874.23   S.D. dependent var   46428.75 +Mean dependent var   290.5218   S.D. dependent var   127.8718 
-Sum squared resid    3.29e+10   S.E. of regression   19004.62 +Sum squared resid     1268429   S.E. of regression   94.18138 
-R-squared            0.854790   Adjusted R-squared   0.832450 +R-squared            0.509025   Adjusted R-squared   0.457524 
-F(1491           38.26277   P-value(F)           5.67e-32 +F(15143          9.883806   P-value(F)           9.28e-16 
-Log-likelihood      −1186.679   Akaike criterion     2403.358 +Log-likelihood      −939.8699   Akaike criterion     1911.740 
-Schwarz criterion    2443.310   Hannan-Quinn         2419.551 +Schwarz criterion    1960.842   Hannan-Quinn         1931.680 
-rho                 −0.012674   Durbin-Watson        2.003849+rho                  0.299941   Durbin-Watson        1.391554
  
-Excluding the constant, p-value was highest for variable 36 (DMonth_10)+Excluding the constant, p-value was highest for variable 55 (blitz_plac)
  
 loop: b = 27 loop: b = 27
Linea 2070: Linea 2107:
 ? blitz_plac = const - const ? blitz_plac = const - const
 ? smpl   MI --replace --restrict ? smpl   MI --replace --restrict
-Full data set: 212 observations+Full data set: 371 observations
 Current sample: 53 observations Current sample: 53 observations
 ? blitz_plac = (time == b) ? blitz_plac = (time == b)
-? smpl   Cit != 2 --replace --restrict +? smpl   Cit < 4 --replace --restrict 
-Full data set212 observations+Full data range1:01 - 7:53 (n = 371)
 Current sample: 1:01 - 3:53 (n = 159) Current sample: 1:01 - 3:53 (n = 159)
  
Linea 2081: Linea 2118:
   blitz_plac   blitz_plac
  
-Model 43: Pooled OLS, using 106 observations +Model 43: Pooled OLS, using 159 observations 
-Included cross-sectional units+Included cross-sectional units
 Time-series length = 53 Time-series length = 53
 Dependent variable: deb_risc Dependent variable: deb_risc
Linea 2088: Linea 2125:
                coefficient   std. error   t-ratio   p-value                 coefficient   std. error   t-ratio   p-value 
   ----------------------------------------------------------   ----------------------------------------------------------
-  const           2579.19      6259.23     0.4121   0.6813   +  const         199.395       26.5093      7.522    5.48e-12 *** 
-  MI             38036.      3693.27    10.30     6.07e-17 *** +  MI             −5.17831     18.3816     −0.2817   0.7786   
-  DMonth_2        1111.52      8970.93     0.1239   0.9017   +  GE            182.367       18.2882      9.972    4.17e-18 *** 
-  DMonth_3       37991.6       8692.06     4.371    3.28e-05 *** +  DMonth_2        8.64432     36.4619      0.2371   0.8129   
-  DMonth_4       11731.7       8457.88     1.387    0.1688   +  DMonth_3       29.7116      34.9933      0.8491   0.3973   
-  DMonth_5       85563.7       8457.88    10.12     1.46e-16 *** +  DMonth_4       34.8625      34.3766      1.014    0.3122   
-  DMonth_6       11472.0       8970.93     1.279    0.2042   +  DMonth_5       24.8423      34.3766      0.7227   0.4711   
-  DMonth_7       25480.9       8970.93     2.840    0.0056   *** +  DMonth_6       37.4909      36.4619      1.028    0.3056   
-  DMonth_8       89124.5       8970.93     9.935    3.49e-16 *** +  DMonth_7       20.6351      36.4619      0.5659   0.5723   
-  DMonth_9       −5723.43      8970.93    −0.6380   0.5251   +  DMonth_8       82.7939      36.4619      2.271    0.0247   ** 
-  DMonth_10       2123.96      8970.93     0.2368   0.8134   +  DMonth_9        6.53550     36.4619      0.1792   0.8580   
-  DMonth_11      36554.2       8970.93     4.075    9.83e-05 *** +  DMonth_10      18.6284      36.4619      0.5109   0.6102   
-  DMonth_12     116051         8970.93    12.94     2.48e-22 *** +  DMonth_11      82.3261      36.4619      2.258    0.0255   ** 
-  quelfeb        47773.     14951.     3.195    0.0019   *** +  DMonth_12      52.1579      36.4619      1.430    0.1548   
-  blitz_plac    −26842.     20040.    −1.339    0.1838  +  quelfeb        18.0311      60.7698      0.2967   0.7671   
 +  blitz_plac    −33.6684      98.1118     −0.3432   0.7320  
  
-Mean dependent var   55874.23   S.D. dependent var   46428.75 +Mean dependent var   290.5218   S.D. dependent var   127.8718 
-Sum squared resid    3.25e+10   S.E. of regression   18912.39 +Sum squared resid     1267427   S.E. of regression   94.14417 
-R-squared            0.856196   Adjusted R-squared   0.834072 +R-squared            0.509413   Adjusted R-squared   0.457952 
-F(1491           38.70044   P-value(F)           3.68e-32 +F(15143          9.899158   P-value(F)           8.81e-16 
-Log-likelihood      −1186.163   Akaike criterion     2402.327 +Log-likelihood      −939.8070   Akaike criterion     1911.614 
-Schwarz criterion    2442.278   Hannan-Quinn         2418.519 +Schwarz criterion    1960.717   Hannan-Quinn         1931.554 
-rho                 −0.024395   Durbin-Watson        2.026503+rho                  0.298914   Durbin-Watson        1.393527
  
-Excluding the constant, p-value was highest for variable 28 (DMonth_2)+Excluding the constant, p-value was highest for variable 41 (DMonth_9)
  
 loop: b = 28 loop: b = 28
Linea 2118: Linea 2156:
 ? blitz_plac = const - const ? blitz_plac = const - const
 ? smpl   MI --replace --restrict ? smpl   MI --replace --restrict
-Full data set: 212 observations+Full data set: 371 observations
 Current sample: 53 observations Current sample: 53 observations
 ? blitz_plac = (time == b) ? blitz_plac = (time == b)
-? smpl   Cit != 2 --replace --restrict +? smpl   Cit < 4 --replace --restrict 
-Full data set212 observations+Full data range1:01 - 7:53 (n = 371)
 Current sample: 1:01 - 3:53 (n = 159) Current sample: 1:01 - 3:53 (n = 159)
  
Linea 2129: Linea 2167:
   blitz_plac   blitz_plac
  
-Model 44: Pooled OLS, using 106 observations +Model 44: Pooled OLS, using 159 observations 
-Included cross-sectional units+Included cross-sectional units
 Time-series length = 53 Time-series length = 53
 Dependent variable: deb_risc Dependent variable: deb_risc
Linea 2136: Linea 2174:
                coefficient   std. error   t-ratio   p-value                 coefficient   std. error   t-ratio   p-value 
   ----------------------------------------------------------   ----------------------------------------------------------
-  const           2680.40      6298.57     0.4256   0.6714   +  const         199.309       26.4985      7.521    5.49e-12 *** 
-  MI             37833.      3716.49    10.18     1.07e-16 *** +  MI             −4.91846     18.3742     −0.2677   0.7893   
-  DMonth_2        1111.52      9027.32     0.1231   0.9023   +  GE            182.367       18.2808      9.976    4.07e-18 *** 
-  DMonth_3       35307.4       8511.04     4.148    7.51e-05 *** +  DMonth_2        8.64432     36.4471      0.2372   0.8129   
-  DMonth_4       13343.0       8746.70     1.525    0.1306   +  DMonth_3       27.4670      34.3626      0.7993   0.4254   
-  DMonth_5       85563.7       8511.04    10.05     1.98e-16 *** +  DMonth_4       38.0251      34.9791      1.087    0.2788   
-  DMonth_6       11472.0       9027.32     1.271    0.2070   +  DMonth_5       24.8423      34.3626      0.7229   0.4709   
-  DMonth_7       25480.9       9027.32     2.823    0.0058   *** +  DMonth_6       37.4909      36.4471      1.029    0.3054   
-  DMonth_8       89124.5       9027.32     9.873    4.71e-16 *** +  DMonth_7       20.6351      36.4471      0.5662   0.5722   
-  DMonth_9       −5723.43      9027.32    −0.6340   0.5277   +  DMonth_8       82.7939      36.4471      2.272    0.0246   ** 
-  DMonth_10       2123.96      9027.32     0.2353   0.8145   +  DMonth_9        6.53550     36.4471      0.1793   0.8579   
-  DMonth_11      36554.2       9027.32     4.049    0.0001   *** +  DMonth_10      18.6284      36.4471      0.5111   0.6101   
-  DMonth_12     116051         9027.32    12.86     3.59e-22 *** +  DMonth_11      82.3261      36.4471      2.259    0.0254   ** 
-  quelfeb        47773.     15045.     3.175    0.0020   *** +  DMonth_12      52.1579      36.4471      1.431    0.1546   
-  blitz_plac    −16113.     20166.    −0.7990   0.4264  +  quelfeb        18.0311      60.7451      0.2968   0.7670   
 +  blitz_plac    −47.4402      98.0720     −0.4837   0.6293  
  
-Mean dependent var   55874.23   S.D. dependent var   46428.75 +Mean dependent var   290.5218   S.D. dependent var   127.8718 
-Sum squared resid    3.30e+10   S.E. of regression   19031.26 +Sum squared resid     1266398   S.E. of regression   94.10596 
-R-squared            0.854383   Adjusted R-squared   0.831980 +R-squared            0.509811   Adjusted R-squared   0.458392 
-F(1491           38.13756   P-value(F)           6.43e-32 +F(15143          9.914940   P-value(F)           8.36e-16 
-Log-likelihood      −1186.828   Akaike criterion     2403.655 +Log-likelihood      −939.7425   Akaike criterion     1911.485 
-Schwarz criterion    2443.607   Hannan-Quinn         2419.848 +Schwarz criterion    1960.587   Hannan-Quinn         1931.425 
-rho                 −0.007474   Durbin-Watson        1.993758+rho                  0.297853   Durbin-Watson        1.395602
  
-Excluding the constant, p-value was highest for variable 28 (DMonth_2)+Excluding the constant, p-value was highest for variable 41 (DMonth_9)
  
 loop: b = 29 loop: b = 29
Linea 2166: Linea 2205:
 ? blitz_plac = const - const ? blitz_plac = const - const
 ? smpl   MI --replace --restrict ? smpl   MI --replace --restrict
-Full data set: 212 observations+Full data set: 371 observations
 Current sample: 53 observations Current sample: 53 observations
 ? blitz_plac = (time == b) ? blitz_plac = (time == b)
-? smpl   Cit != 2 --replace --restrict +? smpl   Cit < 4 --replace --restrict 
-Full data set212 observations+Full data range1:01 - 7:53 (n = 371)
 Current sample: 1:01 - 3:53 (n = 159) Current sample: 1:01 - 3:53 (n = 159)
  
Linea 2177: Linea 2216:
   blitz_plac   blitz_plac
  
-Model 45: Pooled OLS, using 106 observations +Model 45: Pooled OLS, using 159 observations 
-Included cross-sectional units+Included cross-sectional units
 Time-series length = 53 Time-series length = 53
 Dependent variable: deb_risc Dependent variable: deb_risc
Linea 2184: Linea 2223:
                coefficient   std. error   t-ratio   p-value                 coefficient   std. error   t-ratio   p-value 
   ----------------------------------------------------------   ----------------------------------------------------------
-  const           2885.48      6317.94     0.4567   0.6490   +  const         199.345       26.5035      7.521    5.49e-12 *** 
-  MI             37423.      3727.92    10.04     2.12e-16 *** +  MI             −5.02824     18.3776     −0.2736   0.7848   
-  DMonth_2        1111.52      9055.08     0.1228   0.9026   +  GE            182.367       18.2842      9.974    4.12e-18 *** 
-  DMonth_3       35307.4       8537.21     4.136    7.87e-05 *** +  DMonth_2        8.64432     36.4539      0.2371   0.8129   
-  DMonth_4       11731.7       8537.21     1.374    0.1728   +  DMonth_3       27.4670      34.3691      0.7992   0.4255   
-  DMonth_5       85001.2       8773.60     9.688    1.14e-15 *** +  DMonth_4       34.8625      34.3691      1.014    0.3121   
-  DMonth_6       11472.0       9055.08     1.267    0.2084   +  DMonth_5       27.6171      34.9857      0.7894   0.4312   
-  DMonth_7       25480.9       9055.08     2.814    0.0060   *** +  DMonth_6       37.4909      36.4539      1.028    0.3055   
-  DMonth_8       89124.5       9055.08     9.842    5.45e-16 *** +  DMonth_7       20.6351      36.4539      0.5661   0.5722   
-  DMonth_9       −5723.43      9055.08    −0.6321   0.5289   +  DMonth_8       82.7939      36.4539      2.271    0.0246   ** 
-  DMonth_10       2123.96      9055.08     0.2346   0.8151   +  DMonth_9        6.53550     36.4539      0.1793   0.8580   
-  DMonth_11      36554.2       9055.08     4.037    0.0001   *** +  DMonth_10      18.6284      36.4539      0.5110   0.6101   
-  DMonth_12     116051         9055.08    12.82     4.30e-22 *** +  DMonth_11      82.3261      36.4539      2.258    0.0254   ** 
-  quelfeb        47773.     15091.     3.166    0.0021   *** +  DMonth_12      52.1579      36.4539      1.431    0.1547   
-  blitz_plac      5624.51     20228.7      0.2780   0.7816  +  quelfeb        18.0311      60.7566      0.2968   0.7671   
 +  blitz_plac    −41.6222      98.0905     0.4243   0.6720  
  
-Mean dependent var   55874.23   S.D. dependent var   46428.75 +Mean dependent var   290.5218   S.D. dependent var   127.8718 
-Sum squared resid    3.32e+10   S.E. of regression   19089.79 +Sum squared resid     1266875   S.E. of regression   94.12369 
-R-squared            0.853486   Adjusted R-squared   0.830945 +R-squared            0.509626   Adjusted R-squared   0.458188 
-F(1491           37.86424   P-value(F)           8.45e-32 +F(15143          9.907616   P-value(F)           8.56e-16 
-Log-likelihood      −1187.153   Akaike criterion     2404.306 +Log-likelihood      −939.7724   Akaike criterion     1911.545 
-Schwarz criterion    2444.258   Hannan-Quinn         2420.499 +Schwarz criterion    1960.647   Hannan-Quinn         1931.485 
-rho                  0.008986   Durbin-Watson        1.962955+rho                  0.297226   Durbin-Watson        1.396694
  
-Excluding the constant, p-value was highest for variable 28 (DMonth_2)+Excluding the constant, p-value was highest for variable 41 (DMonth_9)
  
 loop: b = 30 loop: b = 30
Linea 2214: Linea 2254:
 ? blitz_plac = const - const ? blitz_plac = const - const
 ? smpl   MI --replace --restrict ? smpl   MI --replace --restrict
-Full data set: 212 observations+Full data set: 371 observations
 Current sample: 53 observations Current sample: 53 observations
 ? blitz_plac = (time == b) ? blitz_plac = (time == b)
-? smpl   Cit != 2 --replace --restrict +? smpl   Cit < 4 --replace --restrict 
-Full data set212 observations+Full data range1:01 - 7:53 (n = 371)
 Current sample: 1:01 - 3:53 (n = 159) Current sample: 1:01 - 3:53 (n = 159)
  
Linea 2225: Linea 2265:
   blitz_plac   blitz_plac
  
-Model 46: Pooled OLS, using 106 observations +Model 46: Pooled OLS, using 159 observations 
-Included cross-sectional units+Included cross-sectional units
 Time-series length = 53 Time-series length = 53
 Dependent variable: deb_risc Dependent variable: deb_risc
Linea 2232: Linea 2272:
                coefficient   std. error   t-ratio   p-value                 coefficient   std. error   t-ratio   p-value 
   ----------------------------------------------------------   ----------------------------------------------------------
-  const           2558.27      6250.72     0.4093   0.6833   +  const         199.223       26.4852      7.522    5.47e-12 *** 
-  MI             38078.      3688.76    10.32     5.41e-17 *** +  MI             −4.66328     18.3665     −0.2539   0.7999   
-  DMonth_2        1111.52      8958.62     0.1241   0.9015   +  GE            182.367       18.2715      9.981    3.95e-18 *** 
-  DMonth_3       35307.4       8446.27     4.180    6.68e-05 *** +  DMonth_2        8.64432     36.4285      0.2373   0.8128   
-  DMonth_4       11731.7       8446.27     1.389    0.1682   +  DMonth_3       27.4670      34.3452      0.7997   0.4252   
-  DMonth_5       85563.7       8446.27    10.13     1.36e-16 *** +  DMonth_4       34.8625      34.3452      1.015    0.3118   
-  DMonth_6       15104.5       9311.06     1.622    0.1082   +  DMonth_5       24.8423      34.3452      0.7233   0.4707   
-  DMonth_7       25480.9       8958.62     2.844    0.0055   *** +  DMonth_6       42.5713      37.3496      1.140    0.2563   
-  DMonth_8       89124.5       8958.62     9.948    3.27e-16 *** +  DMonth_7       20.6351      36.4285      0.5665   0.5720   
-  DMonth_9       −5723.43      8958.62    −0.6389   0.5245   +  DMonth_8       82.7939      36.4285      2.273    0.0245   ** 
-  DMonth_10       2123.96      8958.62     0.2371   0.8131   +  DMonth_9        6.53550     36.4285      0.1794   0.8579   
-  DMonth_11      36554.2       8958.62     4.080    9.63e-05 *** +  DMonth_10      18.6284      36.4285      0.5114   0.6099   
-  DMonth_12     116051         8958.62    12.95     2.28e-22 *** +  DMonth_11      82.3261      36.4285      2.260    0.0253   ** 
-  quelfeb        47773.     14931.0      3.200    0.0019   *** +  DMonth_12      52.1579      36.4285      1.432    0.1544   
-  blitz_plac    −29060.     20300.    −1.432    0.1557  +  quelfeb        18.0311      60.7142      0.2970   0.7669   
 +  blitz_plac    −60.9648      98.9215     −0.6163   0.5387  
  
-Mean dependent var   55874.23   S.D. dependent var   46428.75 +Mean dependent var   290.5218   S.D. dependent var   127.8718 
-Sum squared resid    3.25e+10   S.E. of regression   18886.43 +Sum squared resid     1265110   S.E. of regression   94.05810 
-R-squared            0.856591   Adjusted R-squared   0.834528 +R-squared            0.510309   Adjusted R-squared   0.458943 
-F(1491           38.82477   P-value(F)           3.26e-32 +F(15143          9.934740   P-value(F)           7.82e-16 
-Log-likelihood      −1186.018   Akaike criterion     2402.036 +Log-likelihood      −939.6616   Akaike criterion     1911.323 
-Schwarz criterion    2441.987   Hannan-Quinn         2418.228 +Schwarz criterion    1960.426   Hannan-Quinn         1931.263 
-rho                 −0.000946   Durbin-Watson        1.980426+rho                  0.296476   Durbin-Watson        1.398302
  
-Excluding the constant, p-value was highest for variable 28 (DMonth_2)+Excluding the constant, p-value was highest for variable 41 (DMonth_9)
  
 loop: b = 31 loop: b = 31
Linea 2262: Linea 2303:
 ? blitz_plac = const - const ? blitz_plac = const - const
 ? smpl   MI --replace --restrict ? smpl   MI --replace --restrict
-Full data set: 212 observations+Full data set: 371 observations
 Current sample: 53 observations Current sample: 53 observations
 ? blitz_plac = (time == b) ? blitz_plac = (time == b)
-? smpl   Cit != 2 --replace --restrict +? smpl   Cit < 4 --replace --restrict 
-Full data set212 observations+Full data range1:01 - 7:53 (n = 371)
 Current sample: 1:01 - 3:53 (n = 159) Current sample: 1:01 - 3:53 (n = 159)
  
Linea 2273: Linea 2314:
   blitz_plac   blitz_plac
  
-Model 47: Pooled OLS, using 106 observations +Model 47: Pooled OLS, using 159 observations 
-Included cross-sectional units+Included cross-sectional units
 Time-series length = 53 Time-series length = 53
 Dependent variable: deb_risc Dependent variable: deb_risc
Linea 2280: Linea 2321:
                coefficient   std. error   t-ratio   p-value                 coefficient   std. error   t-ratio   p-value 
   ----------------------------------------------------------   ----------------------------------------------------------
-  const           2789.25      6318.98     0.4414   0.6600   +  const         199.315       26.4999      7.521    5.49e-12 *** 
-  MI             37616.      3729.05    10.09     1.68e-16 *** +  MI             −4.93765     18.3768     −0.2687   0.7886   
-  DMonth_2        1111.52      9056.46     0.1227   0.9026   +  GE            182.367       18.2817      9.975    4.09e-18 *** 
-  DMonth_3       35307.4       8538.51     4.135    7.89e-05 *** +  DMonth_2        8.64432     36.4489      0.2372   0.8129   
-  DMonth_4       11731.7       8538.51     1.374    0.1728   +  DMonth_3       27.4670      34.3643      0.7993   0.4254   
-  DMonth_5       85563.7       8538.51    10.02     2.31e-16 *** +  DMonth_4       34.8625      34.3643      1.014    0.3121   
-  DMonth_6       11472.0       9056.46     1.267    0.2085   +  DMonth_5       24.8423      34.3643      0.7229   0.4709   
-  DMonth_7       26052.9       9412.75     2.768    0.0068   *** +  DMonth_6       37.4909      36.4489      1.029    0.3054   
-  DMonth_8       89124.5       9056.46     9.841    5.49e-16 *** +  DMonth_7       24.5037      37.3704      0.6557   0.5131   
-  DMonth_9       −5723.43      9056.46    −0.6320   0.5290   +  DMonth_8       82.7939      36.4489      2.272    0.0246   ** 
-  DMonth_10       2123.96      9056.46     0.2345   0.8151   +  DMonth_9        6.53550     36.4489      0.1793   0.8580   
-  DMonth_11      36554.2       9056.46     4.036    0.0001   *** +  DMonth_10      18.6284      36.4489      0.5111   0.6101   
-  DMonth_12     116051         9056.46    12.81     4.34e-22 *** +  DMonth_11      82.3261      36.4489      2.259    0.0254   ** 
-  quelfeb        47773.     15094.     3.165    0.0021   *** +  DMonth_12      52.1579      36.4489      1.431    0.1546   
-  blitz_plac     4575.42     20521.    −0.2230   0.8241  +  quelfeb        18.0311      60.7481      0.2968   0.7670   
 +  blitz_plac    46.4230      98.9767     −0.4690   0.6398  
  
-Mean dependent var   55874.23   S.D. dependent var   46428.75 +Mean dependent var   290.5218   S.D. dependent var   127.8718 
-Sum squared resid    3.32e+10   S.E. of regression   19092.68 +Sum squared resid     1266522   S.E. of regression   94.11056 
-R-squared            0.853441   Adjusted R-squared   0.830894 +R-squared            0.509763   Adjusted R-squared   0.458339 
-F(1491           37.85079   P-value(F)           8.56e-32 +F(15143          9.913038   P-value(F)           8.41e-16 
-Log-likelihood      −1187.169   Akaike criterion     2404.338 +Log-likelihood      −939.7503   Akaike criterion     1911.501 
-Schwarz criterion    2444.290   Hannan-Quinn         2420.531 +Schwarz criterion    1960.603   Hannan-Quinn         1931.441 
-rho                 −0.003156   Durbin-Watson        1.985600+rho                  0.295547   Durbin-Watson        1.400197
  
-Excluding the constant, p-value was highest for variable 28 (DMonth_2)+Excluding the constant, p-value was highest for variable 41 (DMonth_9)
  
 loop: b = 32 loop: b = 32
Linea 2310: Linea 2352:
 ? blitz_plac = const - const ? blitz_plac = const - const
 ? smpl   MI --replace --restrict ? smpl   MI --replace --restrict
-Full data set: 212 observations+Full data set: 371 observations
 Current sample: 53 observations Current sample: 53 observations
 ? blitz_plac = (time == b) ? blitz_plac = (time == b)
-? smpl   Cit != 2 --replace --restrict +? smpl   Cit < 4 --replace --restrict 
-Full data set212 observations+Full data range1:01 - 7:53 (n = 371)
 Current sample: 1:01 - 3:53 (n = 159) Current sample: 1:01 - 3:53 (n = 159)
  
Linea 2321: Linea 2363:
   blitz_plac   blitz_plac
  
-Model 48: Pooled OLS, using 106 observations +Model 48: Pooled OLS, using 159 observations 
-Included cross-sectional units+Included cross-sectional units
 Time-series length = 53 Time-series length = 53
 Dependent variable: deb_risc Dependent variable: deb_risc
Linea 2328: Linea 2370:
                coefficient   std. error   t-ratio   p-value                 coefficient   std. error   t-ratio   p-value 
   ----------------------------------------------------------   ----------------------------------------------------------
-  const           2699.81      6304.40     0.4282   0.6695   +  const         199.067       26.4506      7.526    5.35e-12 *** 
-  MI             37795.      3720.44    10.16     1.19e-16 *** +  MI             −4.19361     18.3425     −0.2286   0.8195   
-  DMonth_2        1111.52      9035.56     0.1230   0.9024   +  GE            182.367       18.2476      9.994    3.66e-18 *** 
-  DMonth_3       35307.4       8518.81     4.145    7.62e-05 *** +  DMonth_2        8.64432     36.3809      0.2376   0.8125   
-  DMonth_4       11731.7       8518.81     1.377    0.1718   +  DMonth_3       27.4670      34.3003      0.8008   0.4246   
-  DMonth_5       85563.7       8518.81    10.04     2.06e-16 *** +  DMonth_4       34.8625      34.3003      1.016    0.3112   
-  DMonth_6       11472.0       9035.56     1.270    0.2074   +  DMonth_5       24.8423      34.3003      0.7243   0.4701   
-  DMonth_7       25480.9       9035.56     2.820    0.0059   *** +  DMonth_6       37.4909      36.3809      1.031    0.3045   
-  DMonth_8       90881.5       9391.03     9.677    1.21e-15 *** +  DMonth_7       20.6351      36.3809      0.5672   0.5715   
-  DMonth_9       −5723.43      9035.56    −0.6334   0.5280   +  DMonth_8       89.9487      37.3008      2.411    0.0172   ** 
-  DMonth_10       2123.96      9035.56     0.2351   0.8147   +  DMonth_9        6.53550     36.3809      0.1796   0.8577   
-  DMonth_11      36554.2       9035.56     4.046    0.0001   *** +  DMonth_10      18.6284      36.3809      0.5120   0.6094   
-  DMonth_12     116051         9035.56    12.84     3.79e-22 *** +  DMonth_11      82.3261      36.3809      2.263    0.0251   ** 
-  quelfeb        47773.     15059.     3.172    0.0021   *** +  DMonth_12      52.1579      36.3809      1.434    0.1539   
-  blitz_plac    −14056.     20474.    −0.6865   0.4941  +  quelfeb        18.0311      60.6349      0.2974   0.7666   
 +  blitz_plac    −85.8573      98.7923     −0.8691   0.3863  
  
-Mean dependent var   55874.23   S.D. dependent var   46428.75 +Mean dependent var   290.5218   S.D. dependent var   127.8718 
-Sum squared resid    3.30e+10   S.E. of regression   19048.63 +Sum squared resid     1261806   S.E. of regression   93.93518 
-R-squared            0.854117   Adjusted R-squared   0.831673 +R-squared            0.511588   Adjusted R-squared   0.460356 
-F(1491           38.05616   P-value(F)           6.97e-32 +F(15143          9.985720   P-value(F)           6.59e-16 
-Log-likelihood      −1186.924   Akaike criterion     2403.849 +Log-likelihood      −939.4537   Akaike criterion     1910.907 
-Schwarz criterion    2443.800   Hannan-Quinn         2420.041 +Schwarz criterion    1960.010   Hannan-Quinn         1930.847 
-rho                 −0.005878   Durbin-Watson        1.990699+rho                  0.298925   Durbin-Watson        1.393343
  
-Excluding the constant, p-value was highest for variable 28 (DMonth_2)+Excluding the constant, p-value was highest for variable 41 (DMonth_9)
  
 loop: b = 33 loop: b = 33
Linea 2358: Linea 2401:
 ? blitz_plac = const - const ? blitz_plac = const - const
 ? smpl   MI --replace --restrict ? smpl   MI --replace --restrict
-Full data set: 212 observations+Full data set: 371 observations
 Current sample: 53 observations Current sample: 53 observations
 ? blitz_plac = (time == b) ? blitz_plac = (time == b)
-? smpl   Cit != 2 --replace --restrict +? smpl   Cit < 4 --replace --restrict 
-Full data set212 observations+Full data range1:01 - 7:53 (n = 371)
 Current sample: 1:01 - 3:53 (n = 159) Current sample: 1:01 - 3:53 (n = 159)
  
Linea 2369: Linea 2412:
   blitz_plac   blitz_plac
  
-Model 49: Pooled OLS, using 106 observations +Model 49: Pooled OLS, using 159 observations 
-Included cross-sectional units+Included cross-sectional units
 Time-series length = 53 Time-series length = 53
 Dependent variable: deb_risc Dependent variable: deb_risc
  
-               coefficient   std. error   t-ratio   p-value  +               coefficient   std. error   t-ratio    p-value  
-  ---------------------------------------------------------- +  ----------------------------------------------------------- 
-  const           2678.34      6298.68     0.4252   0.6717   +  const         199.641       26.5200      7.528     5.30e-12 *** 
-  MI             37838.0       3717.07    10.18     1.08e-16 *** +  MI             −5.91485     18.3907     −0.3216    0.7482   
-  DMonth_2        1111.52      9027.36     0.1231   0.9023   +  GE            182.367       18.2955      9.968     4.27e-18 *** 
-  DMonth_3       35307.4       8511.08     4.148    7.51e-05 *** +  DMonth_2        8.64432     36.4765      0.2370    0.8130   
-  DMonth_4       11731.7       8511.08     1.378    0.1715   +  DMonth_3       27.4670      34.3904      0.7987    0.4258   
-  DMonth_5       85563.7       8511.08    10.05     1.98e-16 *** +  DMonth_4       34.8625      34.3904      1.014     0.3124   
-  DMonth_6       11472.0       9027.36     1.271    0.2070   +  DMonth_5       24.8423      34.3904      0.7224    0.4713   
-  DMonth_7       25480.9       9027.36     2.823    0.0058   *** +  DMonth_6       37.4909      36.4765      1.028     0.3058   
-  DMonth_8       89124.5       9027.36     9.873    4.71e-16 *** +  DMonth_7       20.6351      36.4765      0.5657    0.5725   
-  DMonth_9       −3681.86      9382.51    −0.3924   0.6957   +  DMonth_8       82.7939      36.4765      2.270     0.0247   ** 
-  DMonth_10       2123.96      9027.36     0.2353   0.8145   +  DMonth_9        6.08814     37.3988      0.1628    0.8709   
-  DMonth_11      36554.2       9027.36     4.049    0.0001   *** +  DMonth_10      18.6284      36.4765      0.5107    0.6104   
-  DMonth_12     116051         9027.36    12.86     3.59e-22 *** +  DMonth_11      82.3261      36.4765      2.257     0.0255   ** 
-  quelfeb        47773.     15045.     3.175    0.0020   *** +  DMonth_12      52.1579      36.4765      1.430     0.1549   
-  blitz_plac    −16332.     20455.    0.7984   0.4267  +  quelfeb        18.0311      60.7942      0.2966    0.7672   
 +  blitz_plac      5.36843     99.0518      0.05420   0.9569  
  
-Mean dependent var   55874.23   S.D. dependent var   46428.75 +Mean dependent var   290.5218   S.D. dependent var   127.8718 
-Sum squared resid    3.30e+10   S.E. of regression   19031.35 +Sum squared resid     1268444   S.E. of regression   94.18196 
-R-squared            0.854381   Adjusted R-squared   0.831978 +R-squared            0.509019   Adjusted R-squared   0.457517 
-F(1491           38.13710   P-value(F)           6.43e-32 +F(15143          9.883567   P-value(F)           9.29e-16 
-Log-likelihood      −1186.828   Akaike criterion     2403.656 +Log-likelihood      −939.8708   Akaike criterion     1911.742 
-Schwarz criterion    2443.608   Hannan-Quinn         2419.849 +Schwarz criterion    1960.844   Hannan-Quinn         1931.682 
-rho                 −0.007463   Durbin-Watson        1.993734+rho                  0.300528   Durbin-Watson        1.390413
  
-Excluding the constant, p-value was highest for variable 28 (DMonth_2)+Excluding the constant, p-value was highest for variable 55 (blitz_plac)
  
 loop: b = 34 loop: b = 34
Linea 2406: Linea 2450:
 ? blitz_plac = const - const ? blitz_plac = const - const
 ? smpl   MI --replace --restrict ? smpl   MI --replace --restrict
-Full data set: 212 observations+Full data set: 371 observations
 Current sample: 53 observations Current sample: 53 observations
 ? blitz_plac = (time == b) ? blitz_plac = (time == b)
-? smpl   Cit != 2 --replace --restrict +? smpl   Cit < 4 --replace --restrict 
-Full data set212 observations+Full data range1:01 - 7:53 (n = 371)
 Current sample: 1:01 - 3:53 (n = 159) Current sample: 1:01 - 3:53 (n = 159)
  
Linea 2417: Linea 2461:
   blitz_plac   blitz_plac
  
-Model 50: Pooled OLS, using 106 observations +Model 50: Pooled OLS, using 159 observations 
-Included cross-sectional units+Included cross-sectional units
 Time-series length = 53 Time-series length = 53
 Dependent variable: deb_risc Dependent variable: deb_risc
Linea 2424: Linea 2468:
                coefficient   std. error   t-ratio   p-value                 coefficient   std. error   t-ratio   p-value 
   ----------------------------------------------------------   ----------------------------------------------------------
-  const           2762.15      6316.13     0.4373   0.6629   +  const         199.379       26.5079      7.521    5.49e-12 *** 
-  MI             37670.      3727.37    10.11     1.53e-16 *** +  MI             −5.13046     18.3823     −0.2791   0.7806   
-  DMonth_2        1111.52      9052.37     0.1228   0.9025   +  GE            182.367       18.2872      9.972    4.16e-18 *** 
-  DMonth_3       35307.4       8534.66     4.137    7.84e-05 *** +  DMonth_2        8.64432     36.4598      0.2371   0.8129   
-  DMonth_4       11731.7       8534.66     1.375    0.1726   +  DMonth_3       27.4670      34.3747      0.7990   0.4256   
-  DMonth_5       85563.7       8534.66    10.03     2.26e-16 *** +  DMonth_4       34.8625      34.3747      1.014    0.3122   
-  DMonth_6       11472.0       9052.37     1.267    0.2083   +  DMonth_5       24.8423      34.3747      0.7227   0.4710   
-  DMonth_7       25480.9       9052.37     2.815    0.0060   *** +  DMonth_6       37.4909      36.4598      1.028    0.3056   
-  DMonth_8       89124.5       9052.37     9.845    5.37e-16 *** +  DMonth_7       20.6351      36.4598      0.5660   0.5723   
-  DMonth_9       −5723.43      9052.37    −0.6323   0.5288   +  DMonth_8       82.7939      36.4598      2.271    0.0247   ** 
-  DMonth_10       3055.04      9408.50     0.3247   0.7461   +  DMonth_9        6.53550     36.4598      0.1793   0.8580   
-  DMonth_11      36554.2       9052.37     4.038    0.0001   *** +  DMonth_10      21.6454      37.3817      0.5790   0.5635   
-  DMonth_12     116051         9052.37    12.82     4.23e-22 *** +  DMonth_11      82.3261      36.4598      2.258    0.0255   ** 
-  quelfeb        47773.     15087.     3.166    0.0021   *** +  DMonth_12      52.1579      36.4598      1.431    0.1547   
-  blitz_plac     7448.65     20512.    −0.3631   0.7174  +  quelfeb        18.0311      60.7664      0.2967   0.7671   
 +  blitz_plac    36.2041      99.0065     −0.3657   0.7151  
  
-Mean dependent var   55874.23   S.D. dependent var   46428.75 +Mean dependent var   290.5218   S.D. dependent var   127.8718 
-Sum squared resid    3.31e+10   S.E. of regression   19084.08 +Sum squared resid     1267286   S.E. of regression   94.13892 
-R-squared            0.853573   Adjusted R-squared   0.831046 +R-squared            0.509467   Adjusted R-squared   0.458013 
-F(1491           37.89081   P-value(F)           8.22e-32 +F(15143          9.901324   P-value(F)           8.75e-16 
-Log-likelihood      −1187.121   Akaike criterion     2404.243 +Log-likelihood      −939.7982   Akaike criterion     1911.596 
-Schwarz criterion    2444.194   Hannan-Quinn         2420.435 +Schwarz criterion    1960.699   Hannan-Quinn         1931.536 
-rho                 −0.004043   Durbin-Watson        1.987278+rho                  0.297544   Durbin-Watson        1.396250
  
-Excluding the constant, p-value was highest for variable 28 (DMonth_2)+Excluding the constant, p-value was highest for variable 41 (DMonth_9)
  
 loop: b = 35 loop: b = 35
Linea 2454: Linea 2499:
 ? blitz_plac = const - const ? blitz_plac = const - const
 ? smpl   MI --replace --restrict ? smpl   MI --replace --restrict
-Full data set: 212 observations+Full data set: 371 observations
 Current sample: 53 observations Current sample: 53 observations
 ? blitz_plac = (time == b) ? blitz_plac = (time == b)
-? smpl   Cit != 2 --replace --restrict +? smpl   Cit < 4 --replace --restrict 
-Full data set212 observations+Full data range1:01 - 7:53 (n = 371)
 Current sample: 1:01 - 3:53 (n = 159) Current sample: 1:01 - 3:53 (n = 159)
  
Linea 2465: Linea 2510:
   blitz_plac   blitz_plac
  
-Model 51: Pooled OLS, using 106 observations +Model 51: Pooled OLS, using 159 observations 
-Included cross-sectional units+Included cross-sectional units
 Time-series length = 53 Time-series length = 53
 Dependent variable: deb_risc Dependent variable: deb_risc
Linea 2472: Linea 2517:
                coefficient   std. error   t-ratio   p-value                 coefficient   std. error   t-ratio   p-value 
   ----------------------------------------------------------   ----------------------------------------------------------
-  const           2696.11      6303.48     0.4277   0.6699   +  const         198.912       26.4045      7.533    5.14e-12 *** 
-  MI             37802.      3719.90    10.16     1.17e-16 *** +  MI             −3.72759     18.3106     −0.2036   0.8390   
-  DMonth_2        1111.52      9034.24     0.1230   0.9024   +  GE            182.367       18.2158     10.01     3.30e-18 *** 
-  DMonth_3       35307.4       8517.56     4.145    7.60e-05 *** +  DMonth_2        8.64432     36.3177      0.2380   0.8122   
-  DMonth_4       11731.7       8517.56     1.377    0.1718   +  DMonth_3       27.4670      34.2406      0.8022   0.4238   
-  DMonth_5       85563.7       8517.56    10.05     2.05e-16 *** +  DMonth_4       34.8625      34.2406      1.018    0.3103   
-  DMonth_6       11472.0       9034.24     1.270    0.2074   +  DMonth_5       24.8423      34.2406      0.7255   0.4693   
-  DMonth_7       25480.9       9034.24     2.820    0.0059   *** +  DMonth_6       37.4909      36.3177      1.032    0.3037   
-  DMonth_8       89124.5       9034.24     9.865    4.88e-16 *** +  DMonth_7       20.6351      36.3177      0.5682   0.5708   
-  DMonth_9       −5723.43      9034.24    −0.6335   0.5280   +  DMonth_8       82.7939      36.3177      2.280    0.0241   ** 
-  DMonth_10       2123.96      9034.24     0.2351   0.8147   +  DMonth_9        6.53550     36.3177      0.1800   0.8574   
-  DMonth_11      38360.3       9389.65     4.085    9.46e-05 *** +  DMonth_10      18.6284      36.3177      0.5129   0.6088   
-  DMonth_12     116051         9034.24    12.85     3.76e-22 *** +  DMonth_11      91.5391      37.2359      2.458    0.0152   ** 
-  quelfeb        47773.     15057.     3.173    0.0021   *** +  DMonth_12      52.1579      36.3177      1.436    0.1531   
-  blitz_plac    14448.3      20471.    −0.7058   0.4821  +  quelfeb        18.0311      60.5294      0.2979   0.7662   
 +  blitz_plac   110.556       98.6204     −1.121    0.2642  
  
-Mean dependent var   55874.23   S.D. dependent var   46428.75 +Mean dependent var   290.5218   S.D. dependent var   127.8718 
-Sum squared resid    3.30e+10   S.E. of regression   19045.84 +Sum squared resid     1257420   S.E. of regression   93.77179 
-R-squared            0.854159   Adjusted R-squared   0.831722 +R-squared            0.513286   Adjusted R-squared   0.462232 
-F(1491           38.06921   P-value(F)           6.88e-32 +F(15143          10.05380   P-value(F)           5.24e-16 
-Log-likelihood      −1186.909   Akaike criterion     2403.818 +Log-likelihood      −939.1769   Akaike criterion     1910.354 
-Schwarz criterion    2443.769   Hannan-Quinn         2420.010 +Schwarz criterion    1959.456   Hannan-Quinn         1930.294 
-rho                  0.011255   Durbin-Watson        1.957075+rho                  0.293102   Durbin-Watson        1.404845
  
-Excluding the constant, p-value was highest for variable 28 (DMonth_2)+Excluding the constant, p-value was highest for variable 41 (DMonth_9)
  
 loop: b = 36 loop: b = 36
Linea 2502: Linea 2548:
 ? blitz_plac = const - const ? blitz_plac = const - const
 ? smpl   MI --replace --restrict ? smpl   MI --replace --restrict
-Full data set: 212 observations+Full data set: 371 observations
 Current sample: 53 observations Current sample: 53 observations
 ? blitz_plac = (time == b) ? blitz_plac = (time == b)
-? smpl   Cit != 2 --replace --restrict +? smpl   Cit < 4 --replace --restrict 
-Full data set212 observations+Full data range1:01 - 7:53 (n = 371)
 Current sample: 1:01 - 3:53 (n = 159) Current sample: 1:01 - 3:53 (n = 159)
  
Linea 2513: Linea 2559:
   blitz_plac   blitz_plac
  
-Model 52: Pooled OLS, using 106 observations +Model 52: Pooled OLS, using 159 observations 
-Included cross-sectional units+Included cross-sectional units
 Time-series length = 53 Time-series length = 53
 Dependent variable: deb_risc Dependent variable: deb_risc
Linea 2520: Linea 2566:
                coefficient   std. error   t-ratio   p-value                 coefficient   std. error   t-ratio   p-value 
   ----------------------------------------------------------   ----------------------------------------------------------
-  const           3129.48      6238.45     0.5016   0.6171   +  const         199.099       26.4587      7.525    5.38e-12 *** 
-  MI             36935.      3681.52    10.03     2.18e-16 *** +  MI             −4.29034     18.3482     −0.2338   0.8155   
-  DMonth_2        1111.52      8941.04     0.1243   0.9013   +  GE            182.367       18.2532      9.991    3.72e-18 *** 
-  DMonth_3       35307.4       8429.69     4.188    6.48e-05 *** +  DMonth_2        8.64432     36.3921      0.2375   0.8126   
-  DMonth_4       11731.7       8429.69     1.392    0.1674   +  DMonth_3       27.4670      34.3108      0.8005   0.4247   
-  DMonth_5       85563.7       8429.69    10.15     1.24e-16 *** +  DMonth_4       34.8625      34.3108      1.016    0.3113   
-  DMonth_6       11472.0       8941.04     1.283    0.2027   +  DMonth_5       24.8423      34.3108      0.7240   0.4702   
-  DMonth_7       25480.9       8941.04     2.850    0.0054   *** +  DMonth_6       37.4909      36.3921      1.030    0.3047   
-  DMonth_8       89124.5       8941.04     9.968    2.98e-16 *** +  DMonth_7       20.6351      36.3921      0.5670   0.5716   
-  DMonth_9       −5723.43      8941.04    −0.6401   0.5237   +  DMonth_8       82.7939      36.3921      2.275    0.0244   ** 
-  DMonth_10       2123.96      8941.04     0.2376   0.8128   +  DMonth_9        6.53550     36.3921      0.1796   0.8577   
-  DMonth_11      36554.2       8941.04     4.088    9.36e-05 *** +  DMonth_10      18.6284      36.3921      0.5119   0.6095   
-  DMonth_12     112115         9292.79    12.06     1.40e-20 *** +  DMonth_11      82.3261      36.3921      2.262    0.0252   ** 
-  quelfeb        47773.     14901.     3.206    0.0019   *** +  DMonth_12      58.8855      37.3122      1.578    0.1167   
-  blitz_plac     31488.     20260.3      1.554    0.1236  +  quelfeb        18.0311      60.6534      0.2973   0.7667   
 +  blitz_plac    −80.7306      98.8225     −0.8169   0.4153  
  
-Mean dependent var   55874.23   S.D. dependent var   46428.75 +Mean dependent var   290.5218   S.D. dependent var   127.8718 
-Sum squared resid    3.23e+10   S.E. of regression   18849.36 +Sum squared resid     1262578   S.E. of regression   93.96392 
-R-squared            0.857153   Adjusted R-squared   0.835176 +R-squared            0.511289   Adjusted R-squared   0.460026 
-F(1491           39.00320   P-value(F)           2.73e-32 +F(15143          9.973783   P-value(F)           6.86e-16 
-Log-likelihood      −1185.810   Akaike criterion     2401.619 +Log-likelihood      −939.5023   Akaike criterion     1911.005 
-Schwarz criterion    2441.571   Hannan-Quinn         2417.812 +Schwarz criterion    1960.107   Hannan-Quinn         1930.945 
-rho                  0.021666   Durbin-Watson        1.936914+rho                  0.292943   Durbin-Watson        1.405270
  
-Excluding the constant, p-value was highest for variable 28 (DMonth_2)+Excluding the constant, p-value was highest for variable 41 (DMonth_9)
  
 loop: b = 37 loop: b = 37
Linea 2550: Linea 2597:
 ? blitz_plac = const - const ? blitz_plac = const - const
 ? smpl   MI --replace --restrict ? smpl   MI --replace --restrict
-Full data set: 212 observations+Full data set: 371 observations
 Current sample: 53 observations Current sample: 53 observations
 ? blitz_plac = (time == b) ? blitz_plac = (time == b)
-? smpl   Cit != 2 --replace --restrict +? smpl   Cit < 4 --replace --restrict 
-Full data set212 observations+Full data range1:01 - 7:53 (n = 371)
 Current sample: 1:01 - 3:53 (n = 159) Current sample: 1:01 - 3:53 (n = 159)
  
Linea 2561: Linea 2608:
   blitz_plac   blitz_plac
  
-Model 53: Pooled OLS, using 106 observations +Model 53: Pooled OLS, using 159 observations 
-Included cross-sectional units+Included cross-sectional units
 Time-series length = 53 Time-series length = 53
 Dependent variable: deb_risc Dependent variable: deb_risc
  
-               coefficient   std. error   t-ratio    p-value  +               coefficient   std. error   t-ratio   p-value  
-  ----------------------------------------------------------- +  ---------------------------------------------------------- 
-  const          3561.37       6572.50     0.5419    0.5892   +  const         201.165       27.1607      7.406    1.03e-11 *** 
-  MI            37681.7        3726.26    10.11      1.49e-16 *** +  MI             −5.32679     18.3848     −0.2897   0.7724   
-  DMonth_2        306.635      9274.15     0.03306   0.9737   +  GE            182.367       18.2913      9.970    4.22e-18 *** 
-  DMonth_3      34502.5        8769.69     3.934     0.0002   *** +  DMonth_2        6.92442     37.0502      0.1869   0.8520   
-  DMonth_4      10926.8        8769.69     1.246     0.2160   +  DMonth_3       25.7471      34.9993      0.7356   0.4631   
-  DMonth_5      84758.8        8769.69     9.665     1.28e-15 *** +  DMonth_4       33.1426      34.9993      0.9470   0.3453   
-  DMonth_6      10667.1        9274.15     1.150     0.2531   +  DMonth_5       23.1224      34.9993      0.6607   0.5099   
-  DMonth_7      24676.0        9274.15     2.661     0.0092   *** +  DMonth_6       35.7710      37.0502      0.9655   0.3359   
-  DMonth_8      88319.6        9274.15     9.523     2.54e-15 *** +  DMonth_7       18.9152      37.0502      0.5105   0.6105   
-  DMonth_9      −6528.31       9274.15    −0.7039    0.4833   +  DMonth_8       81.0740      37.0502      2.188    0.0303   ** 
-  DMonth_10      1319.07       9274.15     0.1422    0.8872   +  DMonth_9        4.81560     37.0502      0.1300   0.8968   
-  DMonth_11     35749.4        9274.15     3.855     0.0002   *** +  DMonth_10      16.9085      37.0502      0.4564   0.6488   
-  DMonth_12    115246          9274.15    12.43      2.60e-21 *** +  DMonth_11      80.6062      37.0502      2.176    0.0312   ** 
-  quelfeb       47773.4       15085.     3.167     0.0021   *** +  DMonth_12      50.4380      37.0502      1.361    0.1755   
-  blitz_plac    −8048.89      20219.    −0.3981    0.6915  +  quelfeb        18.0311      60.7801      0.2967   0.7672   
 +  blitz_plac    −25.7986      98.1285     −0.2629   0.7930  
  
-Mean dependent var   55874.23   S.D. dependent var   46428.75 +Mean dependent var   290.5218   S.D. dependent var   127.8718 
-Sum squared resid    3.31e+10   S.E. of regression   19081.29 +Sum squared resid     1267858   S.E. of regression   94.16017 
-R-squared            0.853616   Adjusted R-squared   0.831095 +R-squared            0.509246   Adjusted R-squared   0.457768 
-F(1491           37.90376   P-value(F)           8.12e-32 +F(15143          9.892553   P-value(F)           9.01e-16 
-Log-likelihood      −1187.106   Akaike criterion     2404.212 +Log-likelihood      −939.8341   Akaike criterion     1911.668 
-Schwarz criterion    2444.163   Hannan-Quinn         2420.404 +Schwarz criterion    1960.771   Hannan-Quinn         1931.608 
-rho                  0.020158   Durbin-Watson        1.939743+rho                  0.297578   Durbin-Watson        1.395999
  
-Excluding the constant, p-value was highest for variable 28 (DMonth_2)+Excluding the constant, p-value was highest for variable 41 (DMonth_9)
  
 loop: b = 38 loop: b = 38
Linea 2598: Linea 2646:
 ? blitz_plac = const - const ? blitz_plac = const - const
 ? smpl   MI --replace --restrict ? smpl   MI --replace --restrict
-Full data set: 212 observations+Full data set: 371 observations
 Current sample: 53 observations Current sample: 53 observations
 ? blitz_plac = (time == b) ? blitz_plac = (time == b)
-? smpl   Cit != 2 --replace --restrict +? smpl   Cit < 4 --replace --restrict 
-Full data set212 observations+Full data range1:01 - 7:53 (n = 371)
 Current sample: 1:01 - 3:53 (n = 159) Current sample: 1:01 - 3:53 (n = 159)
  
Linea 2609: Linea 2657:
   blitz_plac   blitz_plac
  
-Model 54: Pooled OLS, using 106 observations +Model 54: Pooled OLS, using 159 observations 
-Included cross-sectional units+Included cross-sectional units
 Time-series length = 53 Time-series length = 53
 Dependent variable: deb_risc Dependent variable: deb_risc
  
-               coefficient   std. error   t-ratio    p-value  +               coefficient   std. error   t-ratio   p-value  
-  ----------------------------------------------------------- +  ---------------------------------------------------------- 
-  const           3714.18      5900.65     0.6295    0.5306   +  const         199.096        26.4780     7.519    5.55e-12 *** 
-  MI             35766.3       3495.24    10.23      8.34e-17 *** +  MI             −4.28153      18.3958    −0.2327   0.8163   
-  DMonth_2        1111.52      8453.86     0.1315    0.8957   +  GE            182.367        18.2646     9.985    3.87e-18 *** 
-  DMonth_3       35307.      7970.38     4.430     2.62e-05 *** +  DMonth_2        8.64432      36.4148     0.2374   0.8127   
-  DMonth_4       11731.      7970.38     1.472     0.1445   +  DMonth_3       27.4670       34.3322     0.8000   0.4250   
-  DMonth_5       85563.      7970.38    10.74      7.52e-18 *** +  DMonth_4       34.8625       34.3322     1.015    0.3116   
-  DMonth_6       11472.      8453.86     1.357     0.1781   +  DMonth_5       24.8423       34.3322     0.7236   0.4705   
-  DMonth_7       25480.      8453.86     3.014     0.0033   *** +  DMonth_6       37.4909       36.4148     1.030    0.3050   
-  DMonth_8       89124.      8453.86    10.54      1.89e-17 *** +  DMonth_7       20.6351       36.4148     0.5667   0.5718   
-  DMonth_9       −5723.43      8453.86    −0.6770    0.5001   +  DMonth_8       82.7939       36.4148     2.274    0.0245   ** 
-  DMonth_10       2123.96      8453.86     0.2512    0.8022   +  DMonth_9        6.53550      36.4148     0.1795   0.8578   
-  DMonth_11      36554.      8453.86     4.324     3.91e-05 *** +  DMonth_10      18.6284       36.4148     0.5116   0.6097   
-  DMonth_12     116051         8453.86    13.73      6.83e-24 *** +  DMonth_11      82.3261       36.4148     2.261    0.0253   ** 
-  quelfeb         1039.74     18984.0      0.05477   0.9564   +  DMonth_12      52.1579       36.4148     1.432    0.1542   
-  blitz_plac     93467.     25445.7      3.673     0.0004   ***+  quelfeb        45.0970       72.0080     0.6263   0.5321   
 +  blitz_plac    −81.1977      116.256     0.6984   0.4860  
  
-Mean dependent var   55874.23   S.D. dependent var   46428.75 +Mean dependent var   290.5218   S.D. dependent var   127.8718 
-Sum squared resid    2.89e+10   S.E. of regression   17822.31 +Sum squared resid     1264158   S.E. of regression   94.02269 
-R-squared            0.872296   Adjusted R-squared   0.852649 +R-squared            0.510678   Adjusted R-squared   0.459350 
-F(1491           44.39879   P-value(F)           1.85e-34 +F(15143          9.949404   P-value(F)           7.44e-16 
-Log-likelihood      −1179.871   Akaike criterion     2389.741 +Log-likelihood      −939.6017   Akaike criterion     1911.203 
-Schwarz criterion    2429.693   Hannan-Quinn         2405.934 +Schwarz criterion    1960.306   Hannan-Quinn         1931.143 
-rho                  0.008251   Durbin-Watson        1.961792+rho                  0.295800   Durbin-Watson        1.399592
  
-Excluding the constant, p-value was highest for variable 27 (quelfeb)+Excluding the constant, p-value was highest for variable 41 (DMonth_9)
  
 loop: b = 39 loop: b = 39
Linea 2646: Linea 2695:
 ? blitz_plac = const - const ? blitz_plac = const - const
 ? smpl   MI --replace --restrict ? smpl   MI --replace --restrict
-Full data set: 212 observations+Full data set: 371 observations
 Current sample: 53 observations Current sample: 53 observations
 ? blitz_plac = (time == b) ? blitz_plac = (time == b)
-? smpl   Cit != 2 --replace --restrict +? smpl   Cit < 4 --replace --restrict 
-Full data set212 observations+Full data range1:01 - 7:53 (n = 371)
 Current sample: 1:01 - 3:53 (n = 159) Current sample: 1:01 - 3:53 (n = 159)
  
Linea 2657: Linea 2706:
   blitz_plac   blitz_plac
  
-Model 55: Pooled OLS, using 106 observations +Model 55: Pooled OLS, using 159 observations 
-Included cross-sectional units+Included cross-sectional units
 Time-series length = 53 Time-series length = 53
 Dependent variable: deb_risc Dependent variable: deb_risc
Linea 2664: Linea 2713:
                coefficient   std. error   t-ratio   p-value                 coefficient   std. error   t-ratio   p-value 
   ----------------------------------------------------------   ----------------------------------------------------------
-  const           2932.86      6311.00     0.4647   0.6432   +  const         199.269       26.4924      7.522    5.48e-12 *** 
-  MI             37328.      3723.83    10.02     2.27e-16 *** +  MI             −4.79926     18.3699     −0.2613   0.7943   
-  DMonth_2        1111.52      9045.14     0.1229   0.9025   +  GE            182.367       18.2765      9.978    4.02e-18 *** 
-  DMonth_3       34242.6       8763.96     3.907    0.0002   *** +  DMonth_2        8.64432     36.4386      0.2372   0.8128   
-  DMonth_4       11731.7       8527.84     1.376    0.1723   +  DMonth_3       31.0509      34.9710      0.8879   0.3761   
-  DMonth_5       85563.7       8527.84    10.03     2.17e-16 *** +  DMonth_4       34.8625      34.3547      1.015    0.3119   
-  DMonth_6       11472.0       9045.14     1.268    0.2079   +  DMonth_5       24.8423      34.3547      0.7231   0.4708   
-  DMonth_7       25480.9       9045.14     2.817    0.0059   *** +  DMonth_6       37.4909      36.4386      1.029    0.3053   
-  DMonth_8       89124.5       9045.14     9.853    5.17e-16 *** +  DMonth_7       20.6351      36.4386      0.5663   0.5721   
-  DMonth_9       −5723.43      9045.14    −0.6328   0.5285   +  DMonth_8       82.7939      36.4386      2.272    0.0246   ** 
-  DMonth_10       2123.96      9045.14     0.2348   0.8149   +  DMonth_9        6.53550     36.4386      0.1794   0.8579   
-  DMonth_11      36554.2       9045.14     4.041    0.0001   *** +  DMonth_10      18.6284      36.4386      0.5112   0.6100   
-  DMonth_12     116051         9045.14    12.83     4.03e-22 *** +  DMonth_11      82.3261      36.4386      2.259    0.0254   ** 
-  quelfeb        47773.     15075.     3.169    0.0021   *** +  DMonth_12      52.1579      36.4386      1.431    0.1545   
-  blitz_plac     10647.     20206.5      0.5269   0.5995  +  quelfeb        18.0311      60.7310      0.2969   0.7670   
 +  blitz_plac    −53.7579      98.0492     −0.5483   0.5844  
  
-Mean dependent var   55874.23   S.D. dependent var   46428.75 +Mean dependent var   290.5218   S.D. dependent var   127.8718 
-Sum squared resid    3.31e+10   S.E. of regression   19068.83 +Sum squared resid     1265810   S.E. of regression   94.08409 
-R-squared            0.853807   Adjusted R-squared   0.831316 +R-squared            0.510039   Adjusted R-squared   0.458644 
-F(1491           37.96182   P-value(F)           7.66e-32 +F(15143          9.923984   P-value(F)           8.11e-16 
-Log-likelihood      −1187.037   Akaike criterion     2404.073 +Log-likelihood      −939.7055   Akaike criterion     1911.411 
-Schwarz criterion    2444.025   Hannan-Quinn         2420.266 +Schwarz criterion    1960.514   Hannan-Quinn         1931.351 
-rho                 −0.013799   Durbin-Watson        2.006663+rho                  0.295782   Durbin-Watson        1.399705
  
-Excluding the constant, p-value was highest for variable 28 (DMonth_2)+Excluding the constant, p-value was highest for variable 41 (DMonth_9)
  
 loop: b = 40 loop: b = 40
Linea 2694: Linea 2744:
 ? blitz_plac = const - const ? blitz_plac = const - const
 ? smpl   MI --replace --restrict ? smpl   MI --replace --restrict
-Full data set: 212 observations+Full data set: 371 observations
 Current sample: 53 observations Current sample: 53 observations
 ? blitz_plac = (time == b) ? blitz_plac = (time == b)
-? smpl   Cit != 2 --replace --restrict +? smpl   Cit < 4 --replace --restrict 
-Full data set212 observations+Full data range1:01 - 7:53 (n = 371)
 Current sample: 1:01 - 3:53 (n = 159) Current sample: 1:01 - 3:53 (n = 159)
  
Linea 2705: Linea 2755:
   blitz_plac   blitz_plac
  
-Model 56: Pooled OLS, using 106 observations +Model 56: Pooled OLS, using 159 observations 
-Included cross-sectional units+Included cross-sectional units
 Time-series length = 53 Time-series length = 53
 Dependent variable: deb_risc Dependent variable: deb_risc
Linea 2712: Linea 2762:
                coefficient   std. error   t-ratio   p-value                 coefficient   std. error   t-ratio   p-value 
   ----------------------------------------------------------   ----------------------------------------------------------
-  const           2863.02      6319.73     0.4530   0.6516   +  const         199.200       26.4799      7.523    5.45e-12 *** 
-  MI             37468.      3728.98    10.05     2.03e-16 *** +  MI             −4.59356     18.3613     −0.2502   0.8028   
-  DMonth_2        1111.52      9057.65     0.1227   0.9026   +  GE            182.367       18.2679      9.983    3.91e-18 *** 
-  DMonth_3       35307.4       8539.63     4.135    7.91e-05 *** +  DMonth_2        8.64432     36.4215      0.2373   0.8127   
-  DMonth_4       11407.2       8776.08     1.300    0.1969   +  DMonth_3       27.4670      34.3385      0.7999   0.4251   
-  DMonth_5       85563.7       8539.63    10.02     2.32e-16 *** +  DMonth_4       39.1731      34.9546      1.121    0.2643   
-  DMonth_6       11472.0       9057.65     1.267    0.2085   +  DMonth_5       24.8423      34.3385      0.7235   0.4706   
-  DMonth_7       25480.9       9057.65     2.813    0.0060   *** +  DMonth_6       37.4909      36.4215      1.029    0.3050   
-  DMonth_8       89124.5       9057.65     9.840    5.52e-16 *** +  DMonth_7       20.6351      36.4215      0.5666   0.5719   
-  DMonth_9       −5723.43      9057.65    −0.6319   0.5290   +  DMonth_8       82.7939      36.4215      2.273    0.0245   ** 
-  DMonth_10       2123.96      9057.65     0.2345   0.8151   +  DMonth_9        6.53550     36.4215      0.1794   0.8578   
-  DMonth_11      36554.2       9057.65     4.036    0.0001   *** +  DMonth_10      18.6284      36.4215      0.5115   0.6098   
-  DMonth_12     116051         9057.65    12.81     4.37e-22 *** +  DMonth_11      82.3261      36.4215      2.260    0.0253   ** 
-  quelfeb        47773.     15096.     3.165    0.0021   *** +  DMonth_12      52.1579      36.4215      1.432    0.1543   
-  blitz_plac      3244.26     20234.4      0.1603   0.8730  +  quelfeb        18.0311      60.7025      0.2970   0.7669   
 +  blitz_plac    −64.6597      98.0032     0.6598   0.5105  
  
-Mean dependent var   55874.23   S.D. dependent var   46428.75 +Mean dependent var   290.5218   S.D. dependent var   127.8718 
-Sum squared resid    3.32e+10   S.E. of regression   19095.20 +Sum squared resid     1264621   S.E. of regression   94.03990 
-R-squared            0.853403   Adjusted R-squared   0.830849 +R-squared            0.510499   Adjusted R-squared   0.459152 
-F(1491           37.83910   P-value(F)           8.66e-32 +F(15143          9.942273   P-value(F)           7.62e-16 
-Log-likelihood      −1187.183   Akaike criterion     2404.366 +Log-likelihood      −939.6308   Akaike criterion     1911.262 
-Schwarz criterion    2444.318   Hannan-Quinn         2420.559 +Schwarz criterion    1960.364   Hannan-Quinn         1931.202 
-rho                 −0.000664   Durbin-Watson        1.980835+rho                  0.295635   Durbin-Watson        1.399964
  
-Excluding the constant, p-value was highest for variable 28 (DMonth_2)+Excluding the constant, p-value was highest for variable 41 (DMonth_9)
  
 loop: b = 41 loop: b = 41
Linea 2742: Linea 2793:
 ? blitz_plac = const - const ? blitz_plac = const - const
 ? smpl   MI --replace --restrict ? smpl   MI --replace --restrict
-Full data set: 212 observations+Full data set: 371 observations
 Current sample: 53 observations Current sample: 53 observations
 ? blitz_plac = (time == b) ? blitz_plac = (time == b)
-? smpl   Cit != 2 --replace --restrict +? smpl   Cit < 4 --replace --restrict 
-Full data set212 observations+Full data range1:01 - 7:53 (n = 371)
 Current sample: 1:01 - 3:53 (n = 159) Current sample: 1:01 - 3:53 (n = 159)
  
Linea 2753: Linea 2804:
   blitz_plac   blitz_plac
  
-Model 57: Pooled OLS, using 106 observations +Model 57: Pooled OLS, using 159 observations 
-Included cross-sectional units+Included cross-sectional units
 Time-series length = 53 Time-series length = 53
 Dependent variable: deb_risc Dependent variable: deb_risc
Linea 2760: Linea 2811:
                coefficient   std. error   t-ratio   p-value                 coefficient   std. error   t-ratio   p-value 
   ----------------------------------------------------------   ----------------------------------------------------------
-  const           3031.49      6282.75     0.4825   0.6306   +  const         199.252       26.4895      7.522    5.47e-12 *** 
-  MI             37131.      3707.15    10.02     2.36e-16 *** +  MI             −4.74891     18.3679     −0.2585   0.7964   
-  DMonth_2        1111.52      9004.65     0.1234   0.9020   +  GE            182.367       18.2746      9.979    3.99e-18 *** 
-  DMonth_3       35307.4       8489.66     4.159    7.23e-05 *** +  DMonth_2        8.64432     36.4347      0.2373   0.8128   
-  DMonth_4       11731.7       8489.66     1.382    0.1704   +  DMonth_3       27.4670      34.3510      0.7996   0.4253   
-  DMonth_5       83453.5       8724.73     9.565    2.07e-15 *** +  DMonth_4       34.8625      34.3510      1.015    0.3119   
-  DMonth_6       11472.0       9004.65     1.274    0.2059   +  DMonth_5       28.6041      34.9672      0.8180   0.4147   
-  DMonth_7       25480.9       9004.65     2.830    0.0057   *** +  DMonth_6       37.4909      36.4347      1.029    0.3052   
-  DMonth_8       89124.5       9004.65     9.898    4.18e-16 *** +  DMonth_7       20.6351      36.4347      0.5664   0.5720   
-  DMonth_9       −5723.43      9004.65    −0.6356   0.5266   +  DMonth_8       82.7939      36.4347      2.272    0.0246   ** 
-  DMonth_10       2123.96      9004.65     0.2359   0.8141   +  DMonth_9        6.53550     36.4347      0.1794   0.8579   
-  DMonth_11      36554.2       9004.65     4.059    0.0001   *** +  DMonth_10      18.6284      36.4347      0.5113   0.6099   
-  DMonth_12     116051         9004.65    12.89     3.09e-22 *** +  DMonth_11      82.3261      36.4347      2.260    0.0254   ** 
-  quelfeb        47773.     15007.     3.183    0.0020   *** +  DMonth_12      52.1579      36.4347      1.432    0.1545   
-  blitz_plac     21102.     20116.0      1.049    0.2969  +  quelfeb        18.0311      60.7245      0.2969   0.7669   
 +  blitz_plac    −56.4264      98.0387     −0.5756   0.5658  
  
-Mean dependent var   55874.23   S.D. dependent var   46428.75 +Mean dependent var   290.5218   S.D. dependent var   127.8718 
-Sum squared resid    3.28e+10   S.E. of regression   18983.46 +Sum squared resid     1265539   S.E. of regression   94.07403 
-R-squared            0.855113   Adjusted R-squared   0.832823 +R-squared            0.510143   Adjusted R-squared   0.458760 
-F(1491           38.36261   P-value(F)           5.14e-32 +F(15143          9.928147   P-value(F)           7.99e-16 
-Log-likelihood      −1186.561   Akaike criterion     2403.122 +Log-likelihood      −939.6885   Akaike criterion     1911.377 
-Schwarz criterion    2443.074   Hannan-Quinn         2419.315 +Schwarz criterion    1960.480   Hannan-Quinn         1931.317 
-rho                  0.004412   Durbin-Watson        1.974656+rho                  0.295159   Durbin-Watson        1.400698
  
-Excluding the constant, p-value was highest for variable 28 (DMonth_2)+Excluding the constant, p-value was highest for variable 41 (DMonth_9)
  
 loop: b = 42 loop: b = 42
Linea 2790: Linea 2842:
 ? blitz_plac = const - const ? blitz_plac = const - const
 ? smpl   MI --replace --restrict ? smpl   MI --replace --restrict
-Full data set: 212 observations+Full data set: 371 observations
 Current sample: 53 observations Current sample: 53 observations
 ? blitz_plac = (time == b) ? blitz_plac = (time == b)
-? smpl   Cit != 2 --replace --restrict +? smpl   Cit < 4 --replace --restrict 
-Full data set212 observations+Full data range1:01 - 7:53 (n = 371)
 Current sample: 1:01 - 3:53 (n = 159) Current sample: 1:01 - 3:53 (n = 159)
  
Linea 2801: Linea 2853:
   blitz_plac   blitz_plac
  
-Model 58: Pooled OLS, using 106 observations +Model 58: Pooled OLS, using 159 observations 
-Included cross-sectional units+Included cross-sectional units
 Time-series length = 53 Time-series length = 53
 Dependent variable: deb_risc Dependent variable: deb_risc
Linea 2808: Linea 2860:
                coefficient   std. error   t-ratio   p-value                 coefficient   std. error   t-ratio   p-value 
   ----------------------------------------------------------   ----------------------------------------------------------
-  const           2763.68      6316.33     0.4375   0.6628   +  const         199.142       26.4686      7.524    5.42e-12 *** 
-  MI             37667.      3727.48    10.11     1.54e-16 *** +  MI             −4.41818     18.3550     −0.2407   0.8101   
-  DMonth_2        1111.52      9052.66     0.1228   0.9025   +  GE            182.367       18.2600      9.987    3.81e-18 *** 
-  DMonth_3       35307.4       8534.93     4.137    7.84e-05 *** +  DMonth_2        8.64432     36.4057      0.2374   0.8127   
-  DMonth_4       11731.7       8534.93     1.375    0.1726   +  DMonth_3       27.4670      34.3236      0.8002   0.4249   
-  DMonth_5       85563.7       8534.93    10.03     2.26e-16 *** +  DMonth_4       34.8625      34.3236      1.016    0.3115   
-  DMonth_6       12382.7       9408.80     1.316    0.1915   +  DMonth_5       24.8423      34.3236      0.7238   0.4704   
-  DMonth_7       25480.9       9052.66     2.815    0.0060   *** +  DMonth_6       43.6538      37.3262      1.170    0.2441   
-  DMonth_8       89124.5       9052.66     9.845    5.38e-16 *** +  DMonth_7       20.6351      36.4057      0.5668   0.5717   
-  DMonth_9       −5723.43      9052.66    −0.6322   0.5288   +  DMonth_8       82.7939      36.4057      2.274    0.0244   ** 
-  DMonth_10       2123.96      9052.66     0.2346   0.8150   +  DMonth_9        6.53550     36.4057      0.1795   0.8578   
-  DMonth_11      36554.2       9052.66     4.038    0.0001   *** +  DMonth_10      18.6284      36.4057      0.5117   0.6097   
-  DMonth_12     116051         9052.66    12.82     4.23e-22 *** +  DMonth_11      82.3261      36.4057      2.261    0.0252   ** 
-  quelfeb        47773.     15087.     3.166    0.0021   *** +  DMonth_12      52.1579      36.4057      1.433    0.1541   
-  blitz_plac     7285.69     20513.    −0.3552   0.7233  +  quelfeb        18.0311      60.6762      0.2972   0.7668   
 +  blitz_plac    73.9551      98.8596     −0.7481   0.4556  
  
-Mean dependent var   55874.23   S.D. dependent var   46428.75 +Mean dependent var   290.5218   S.D. dependent var   127.8718 
-Sum squared resid    3.31e+10   S.E. of regression   19084.67 +Sum squared resid     1263526   S.E. of regression   93.99917 
-R-squared            0.853564   Adjusted R-squared   0.831036 +R-squared            0.510923   Adjusted R-squared   0.459621 
-F(1491           37.88802   P-value(F)           8.25e-32 +F(15143          9.959154   P-value(F)           7.20e-16 
-Log-likelihood      −1187.125   Akaike criterion     2404.249 +Log-likelihood      −939.5620   Akaike criterion     1911.124 
-Schwarz criterion    2444.201   Hannan-Quinn         2420.442 +Schwarz criterion    1960.226   Hannan-Quinn         1931.064 
-rho                  0.002552   Durbin-Watson        1.974342+rho                  0.294510   Durbin-Watson        1.402174
  
-Excluding the constant, p-value was highest for variable 28 (DMonth_2)+Excluding the constant, p-value was highest for variable 41 (DMonth_9)
  
 loop: b = 43 loop: b = 43
Linea 2838: Linea 2891:
 ? blitz_plac = const - const ? blitz_plac = const - const
 ? smpl   MI --replace --restrict ? smpl   MI --replace --restrict
-Full data set: 212 observations+Full data set: 371 observations
 Current sample: 53 observations Current sample: 53 observations
 ? blitz_plac = (time == b) ? blitz_plac = (time == b)
-? smpl   Cit != 2 --replace --restrict +? smpl   Cit < 4 --replace --restrict 
-Full data set212 observations+Full data range1:01 - 7:53 (n = 371)
 Current sample: 1:01 - 3:53 (n = 159) Current sample: 1:01 - 3:53 (n = 159)
  
Linea 2849: Linea 2902:
   blitz_plac   blitz_plac
  
-Model 59: Pooled OLS, using 106 observations +Model 59: Pooled OLS, using 159 observations 
-Included cross-sectional units+Included cross-sectional units
 Time-series length = 53 Time-series length = 53
 Dependent variable: deb_risc Dependent variable: deb_risc
Linea 2856: Linea 2909:
                coefficient   std. error   t-ratio   p-value                 coefficient   std. error   t-ratio   p-value 
   ----------------------------------------------------------   ----------------------------------------------------------
-  const           2694.40      6303.04     0.4275   0.6700   +  const         199.244       26.4889      7.522    5.48e-12 *** 
-  MI             37805.      3719.64    10.16     1.16e-16 *** +  MI             −4.72619     18.3691     −0.2573   0.7973   
-  DMonth_2        1111.52      9033.61     0.1230   0.9023   +  GE            182.367       18.2740      9.980    3.99e-18 *** 
-  DMonth_3       35307.4       8516.97     4.146    7.59e-05 *** +  DMonth_2        8.64432     36.4337      0.2373   0.8128   
-  DMonth_4       11731.7       8516.97     1.377    0.1718   +  DMonth_3       27.4670      34.3500      0.7996   0.4253   
-  DMonth_5       85563.7       8516.97    10.05     2.04e-16 *** +  DMonth_4       34.8625      34.3500      1.015    0.3119   
-  DMonth_6       11472.0       9033.61     1.270    0.2074   +  DMonth_5       24.8423      34.3500      0.7232   0.4707   
-  DMonth_7       27309.7       9389.00     2.909    0.0046   *** +  DMonth_6       37.4909      36.4337      1.029    0.3052   
-  DMonth_8       89124.5       9033.61     9.866    4.87e-16 *** +  DMonth_7       25.4377      37.3549      0.6810   0.4970   
-  DMonth_9       −5723.43      9033.61    −0.6336   0.5280   +  DMonth_8       82.7939      36.4337      2.272    0.0246   ** 
-  DMonth_10       2123.96      9033.61     0.2351   0.8146   +  DMonth_9        6.53550     36.4337      0.1794   0.8579   
-  DMonth_11      36554.2       9033.61     4.046    0.0001   *** +  DMonth_10      18.6284      36.4337      0.5113   0.6099   
-  DMonth_12     116051         9033.61    12.85     3.74e-22 *** +  DMonth_11      82.3261      36.4337      2.260    0.0254   ** 
-  quelfeb        47773.     15056.0      3.173    0.0021   *** +  DMonth_12      52.1579      36.4337      1.432    0.1544   
-  blitz_plac    −14629.     20470.    −0.7147   0.4766  +  quelfeb        18.0311      60.7228      0.2969   0.7669   
 +  blitz_plac    −57.6309      98.9355     −0.5825   0.5611  
  
-Mean dependent var   55874.23   S.D. dependent var   46428.75 +Mean dependent var   290.5218   S.D. dependent var   127.8718 
-Sum squared resid    3.30e+10   S.E. of regression   19044.52 +Sum squared resid     1265468   S.E. of regression   94.07138 
-R-squared            0.854180   Adjusted R-squared   0.831746 +R-squared            0.510171   Adjusted R-squared   0.458790 
-F(1491           38.07539   P-value(F)           6.84e-32 +F(15143          9.929241   P-value(F)           7.96e-16 
-Log-likelihood      −1186.901   Akaike criterion     2403.803 +Log-likelihood      −939.6841   Akaike criterion     1911.368 
-Schwarz criterion    2443.755   Hannan-Quinn         2419.996 +Schwarz criterion    1960.471   Hannan-Quinn         1931.308 
-rho                 −0.016867   Durbin-Watson        2.012237+rho                  0.292285   Durbin-Watson        1.406656
  
-Excluding the constant, p-value was highest for variable 28 (DMonth_2)+Excluding the constant, p-value was highest for variable 41 (DMonth_9)
  
 loop: b = 44 loop: b = 44
Linea 2886: Linea 2940:
 ? blitz_plac = const - const ? blitz_plac = const - const
 ? smpl   MI --replace --restrict ? smpl   MI --replace --restrict
-Full data set: 212 observations+Full data set: 371 observations
 Current sample: 53 observations Current sample: 53 observations
 ? blitz_plac = (time == b) ? blitz_plac = (time == b)
-? smpl   Cit != 2 --replace --restrict +? smpl   Cit < 4 --replace --restrict 
-Full data set212 observations+Full data range1:01 - 7:53 (n = 371)
 Current sample: 1:01 - 3:53 (n = 159) Current sample: 1:01 - 3:53 (n = 159)
  
Linea 2897: Linea 2951:
   blitz_plac   blitz_plac
  
-Model 60: Pooled OLS, using 106 observations +Model 60: Pooled OLS, using 159 observations 
-Included cross-sectional units+Included cross-sectional units
 Time-series length = 53 Time-series length = 53
 Dependent variable: deb_risc Dependent variable: deb_risc
Linea 2904: Linea 2958:
                coefficient   std. error   t-ratio   p-value                 coefficient   std. error   t-ratio   p-value 
   ----------------------------------------------------------   ----------------------------------------------------------
-  const           2446.91      6181.55     0.3958   0.6931   +  const         198.798       26.3637      7.541    4.94e-12 *** 
-  MI             38300.      3647.95    10.50     2.32e-17 *** +  MI             −3.38821     18.2823     −0.1853   0.8532   
-  DMonth_2        1111.52      8859.49     0.1255   0.9004   +  GE            182.367       18.1877     10.03     3.01e-18 *** 
-  DMonth_3       35307.4       8352.81     4.227    5.62e-05 *** +  DMonth_2        8.64432     36.2615      0.2384   0.8119   
-  DMonth_4       11731.7       8352.81     1.405    0.1636   +  DMonth_3       27.4670      34.1876      0.8034   0.4231   
-  DMonth_5       85563.7       8352.81    10.24     7.91e-17 *** +  DMonth_4       34.8625      34.1876      1.020    0.3096   
-  DMonth_6       11472.0       8859.49     1.295    0.1986   +  DMonth_5       24.8423      34.1876      0.7266   0.4686   
-  DMonth_7       25480.9       8859.49     2.876    0.0050   *** +  DMonth_6       37.4909      36.2615      1.034    0.3029   
-  DMonth_8       94232.4       9208.03    10.23     8.30e-17 *** +  DMonth_7       20.6351      36.2615      0.5691   0.5702   
-  DMonth_9       −5723.43      8859.49    −0.6460   0.5199   +  DMonth_8       93.5059      37.1783      2.515    0.0130   ** 
-  DMonth_10       2123.96      8859.49     0.2397   0.8111   +  DMonth_9        6.53550     36.2615      0.1802   0.8572   
-  DMonth_11      36554.2       8859.49     4.126    8.16e-05 *** +  DMonth_10      18.6284      36.2615      0.5137   0.6082   
-  DMonth_12     116051         8859.49    13.10     1.18e-22 *** +  DMonth_11      82.3261      36.2615      2.270    0.0247   ** 
-  quelfeb        47773.     14765.     3.235    0.0017   *** +  DMonth_12      52.1579      36.2615      1.438    0.1525   
-  blitz_plac    40863.3      20075.    −2.035    0.0447   **+  quelfeb        18.0311      60.4358      0.2984   0.7659   
 +  blitz_plac   128.544       98.4678     −1.305    0.1938  
  
-Mean dependent var   55874.23   S.D. dependent var   46428.75 +Mean dependent var   290.5218   S.D. dependent var   127.8718 
-Sum squared resid    3.17e+10   S.E. of regression   18677.44 +Sum squared resid     1253532   S.E. of regression   93.62669 
-R-squared            0.859747   Adjusted R-squared   0.838169 +R-squared            0.514791   Adjusted R-squared   0.463895 
-F(1491           39.84474   P-value(F)           1.21e-32 +F(15143          10.11456   P-value(F)           4.28e-16 
-Log-likelihood      −1184.838   Akaike criterion     2399.677 +Log-likelihood      −938.9307   Akaike criterion     1909.861 
-Schwarz criterion    2439.628   Hannan-Quinn         2415.869 +Schwarz criterion    1958.964   Hannan-Quinn         1929.801 
-rho                 −0.040436   Durbin-Watson        2.057134+rho                  0.293645   Durbin-Watson        1.403692
  
-Excluding the constant, p-value was highest for variable 28 (DMonth_2)+Excluding the constant, p-value was highest for variable 41 (DMonth_9)
  
 loop: b = 45 loop: b = 45
Linea 2934: Linea 2989:
 ? blitz_plac = const - const ? blitz_plac = const - const
 ? smpl   MI --replace --restrict ? smpl   MI --replace --restrict
-Full data set: 212 observations+Full data set: 371 observations
 Current sample: 53 observations Current sample: 53 observations
 ? blitz_plac = (time == b) ? blitz_plac = (time == b)
-? smpl   Cit != 2 --replace --restrict +? smpl   Cit < 4 --replace --restrict 
-Full data set212 observations+Full data range1:01 - 7:53 (n = 371)
 Current sample: 1:01 - 3:53 (n = 159) Current sample: 1:01 - 3:53 (n = 159)
  
Linea 2945: Linea 3000:
   blitz_plac   blitz_plac
  
-Model 61: Pooled OLS, using 106 observations +Model 61: Pooled OLS, using 159 observations 
-Included cross-sectional units+Included cross-sectional units
 Time-series length = 53 Time-series length = 53
 Dependent variable: deb_risc Dependent variable: deb_risc
Linea 2952: Linea 3007:
                coefficient   std. error   t-ratio   p-value                 coefficient   std. error   t-ratio   p-value 
   ----------------------------------------------------------   ----------------------------------------------------------
-  const           2623.45      6280.14     0.4177   0.6771   +  const         199.316       26.5001      7.521    5.49e-12 *** 
-  MI             37947.      3706.13    10.24     8.09e-17 *** +  MI             −4.94165     18.3769     −0.2689   0.7884   
-  DMonth_2        1111.52      9000.79     0.1235   0.9020   +  GE            182.367       18.2818      9.975    4.09e-18 *** 
-  DMonth_3       35307.4       8486.02     4.161    7.18e-05 *** +  DMonth_2        8.64432     36.4491      0.2372   0.8129   
-  DMonth_4       11731.7       8486.02     1.382    0.1702   +  DMonth_3       27.4670      34.3646      0.7993   0.4255   
-  DMonth_5       85563.7       8486.02    10.08     1.71e-16 *** +  DMonth_4       34.8625      34.3646      1.014    0.3121   
-  DMonth_6       11472.0       9000.79     1.275    0.2057   +  DMonth_5       24.8423      34.3646      0.7229   0.4709   
-  DMonth_7       25480.9       9000.79     2.831    0.0057   *** +  DMonth_6       37.4909      36.4491      1.029    0.3054   
-  DMonth_8       89124.5       9000.79     9.902    4.09e-16 *** +  DMonth_7       20.6351      36.4491      0.5661   0.5722   
-  DMonth_9       −2954.65      9354.89    −0.3158   0.7528   +  DMonth_8       82.7939      36.4491      2.271    0.0246   ** 
-  DMonth_10       2123.96      9000.79     0.2360   0.8140   +  DMonth_9       10.3864      37.3707      0.2779   0.7815   
-  DMonth_11      36554.2       9000.79     4.061    0.0001   *** +  DMonth_10      18.6284      36.4491      0.5111   0.6101   
-  DMonth_12     116051         9000.79    12.89     3.02e-22 *** +  DMonth_11      82.3261      36.4491      2.259    0.0254   ** 
-  quelfeb        47773.     15001.     3.185    0.0020   *** +  DMonth_12      52.1579      36.4491      1.431    0.1546   
-  blitz_plac    −22150.     20395.    −1.086    0.2803  +  quelfeb        18.0311      60.7485      0.2968   0.7670   
 +  blitz_plac    −46.2110      98.9774     −0.4669   0.6413  
  
-Mean dependent var   55874.23   S.D. dependent var   46428.75 +Mean dependent var   290.5218   S.D. dependent var   127.8718 
-Sum squared resid    3.28e+10   S.E. of regression   18975.32 +Sum squared resid     1266540   S.E. of regression   94.11122 
-R-squared            0.855237   Adjusted R-squared   0.832966 +R-squared            0.509756   Adjusted R-squared   0.458332 
-F(1491           38.40109   P-value(F)           4.95e-32 +F(15143          9.912766   P-value(F)           8.42e-16 
-Log-likelihood      −1186.516   Akaike criterion     2403.031 +Log-likelihood      −939.7514   Akaike criterion     1911.503 
-Schwarz criterion    2442.983   Hannan-Quinn         2419.224 +Schwarz criterion    1960.605   Hannan-Quinn         1931.443 
-rho                 −0.025582   Durbin-Watson        2.029054+rho                  0.294134   Durbin-Watson        1.403010
  
-Excluding the constant, p-value was highest for variable 28 (DMonth_2)+Excluding the constant, p-value was highest for variable 34 (DMonth_2)
  
 loop: b = 46 loop: b = 46
Linea 2982: Linea 3038:
 ? blitz_plac = const - const ? blitz_plac = const - const
 ? smpl   MI --replace --restrict ? smpl   MI --replace --restrict
-Full data set: 212 observations+Full data set: 371 observations
 Current sample: 53 observations Current sample: 53 observations
 ? blitz_plac = (time == b) ? blitz_plac = (time == b)
-? smpl   Cit != 2 --replace --restrict +? smpl   Cit < 4 --replace --restrict 
-Full data set212 observations+Full data range1:01 - 7:53 (n = 371)
 Current sample: 1:01 - 3:53 (n = 159) Current sample: 1:01 - 3:53 (n = 159)
  
Linea 2993: Linea 3049:
   blitz_plac   blitz_plac
  
-Model 62: Pooled OLS, using 106 observations +Model 62: Pooled OLS, using 159 observations 
-Included cross-sectional units+Included cross-sectional units
 Time-series length = 53 Time-series length = 53
 Dependent variable: deb_risc Dependent variable: deb_risc
Linea 3000: Linea 3056:
                coefficient   std. error   t-ratio   p-value                 coefficient   std. error   t-ratio   p-value 
   ----------------------------------------------------------   ----------------------------------------------------------
-  const           2784.34      6318.56     0.4407   0.6605   +  const         199.220       26.4846      7.522    5.47e-12 *** 
-  MI             37626.      3728.80    10.09     1.65e-16 *** +  MI             −4.65370     18.3661     −0.2534   0.8003   
-  DMonth_2        1111.52      9055.86     0.1227   0.9026   +  GE            182.367       18.2711      9.981    3.95e-18 *** 
-  DMonth_3       35307.4       8537.95     4.135    7.88e-05 *** +  DMonth_2        8.64432     36.4277      0.2373   0.8128   
-  DMonth_4       11731.7       8537.95     1.374    0.1728   +  DMonth_3       27.4670      34.3444      0.7998   0.4252   
-  DMonth_5       85563.7       8537.95    10.02     2.30e-16 *** +  DMonth_4       34.8625      34.3444      1.015    0.3118   
-  DMonth_6       11472.0       9055.86     1.267    0.2085   +  DMonth_5       24.8423      34.3444      0.7233   0.4707   
-  DMonth_7       25480.9       9055.86     2.814    0.0060   *** +  DMonth_6       37.4909      36.4277      1.029    0.3051   
-  DMonth_8       89124.5       9055.86     9.842    5.47e-16 *** +  DMonth_7       20.6351      36.4277      0.5665   0.5720   
-  DMonth_9       −5723.43      9055.86    −0.6320   0.5290   +  DMonth_8       82.7939      36.4277      2.273    0.0245   ** 
-  DMonth_10       2760.99      9412.13     0.2933   0.7699   +  DMonth_9        6.53550     36.4277      0.1794   0.8579   
-  DMonth_11      36554.2       9055.86     4.037    0.0001   *** +  DMonth_10      23.7511      37.3488      0.6359   0.5258   
-  DMonth_12     116051         9055.86    12.82     4.32e-22 *** +  DMonth_11      82.3261      36.4277      2.260    0.0253   ** 
-  quelfeb        47773.     15093.     3.165    0.0021   *** +  DMonth_12      52.1579      36.4277      1.432    0.1544   
-  blitz_plac     5096.25     20520.    −0.2483   0.8044  +  quelfeb        18.0311      60.7129      0.2970   0.7669   
 +  blitz_plac    61.4725      98.9193     −0.6214   0.5353  
  
-Mean dependent var   55874.23   S.D. dependent var   46428.75 +Mean dependent var   290.5218   S.D. dependent var   127.8718 
-Sum squared resid    3.32e+10   S.E. of regression   19091.43 +Sum squared resid     1265054   S.E. of regression   94.05601 
-R-squared            0.853460   Adjusted R-squared   0.830916 +R-squared            0.510331   Adjusted R-squared   0.458967 
-F(1491           37.85662   P-value(F)           8.51e-32 +F(15143          9.935605   P-value(F)           7.80e-16 
-Log-likelihood      −1187.162   Akaike criterion     2404.324 +Log-likelihood      −939.6581   Akaike criterion     1911.316 
-Schwarz criterion    2444.276   Hannan-Quinn         2420.517 +Schwarz criterion    1960.419   Hannan-Quinn         1931.256 
-rho                 −0.005234   Durbin-Watson        1.989667+rho                  0.292811   Durbin-Watson        1.405598
  
-Excluding the constant, p-value was highest for variable 28 (DMonth_2)+Excluding the constant, p-value was highest for variable 41 (DMonth_9)
  
 loop: b = 47 loop: b = 47
Linea 3030: Linea 3087:
 ? blitz_plac = const - const ? blitz_plac = const - const
 ? smpl   MI --replace --restrict ? smpl   MI --replace --restrict
-Full data set: 212 observations+Full data set: 371 observations
 Current sample: 53 observations Current sample: 53 observations
 ? blitz_plac = (time == b) ? blitz_plac = (time == b)
-? smpl   Cit != 2 --replace --restrict +? smpl   Cit < 4 --replace --restrict 
-Full data set212 observations+Full data range1:01 - 7:53 (n = 371)
 Current sample: 1:01 - 3:53 (n = 159) Current sample: 1:01 - 3:53 (n = 159)
  
Linea 3041: Linea 3098:
   blitz_plac   blitz_plac
  
-Model 63: Pooled OLS, using 106 observations +Model 63: Pooled OLS, using 159 observations 
-Included cross-sectional units+Included cross-sectional units
 Time-series length = 53 Time-series length = 53
 Dependent variable: deb_risc Dependent variable: deb_risc
Linea 3048: Linea 3105:
                coefficient   std. error   t-ratio   p-value                 coefficient   std. error   t-ratio   p-value 
   ----------------------------------------------------------   ----------------------------------------------------------
-  const           2531.99      6236.56     0.4060   0.6857   +  const         198.766       26.3508      7.543    4.87e-12 *** 
-  MI             38130.      3680.41    10.36     4.52e-17 *** +  MI             −3.29100     18.2734     −0.1801   0.8573   
-  DMonth_2        1111.52      8938.33     0.1244   0.9013   +  GE            182.367       18.1788     10.03     2.92e-18 *** 
-  DMonth_3       35307.4       8427.14     4.190    6.45e-05 *** +  DMonth_2        8.64432     36.2438      0.2385   0.8118   
-  DMonth_4       11731.7       8427.14     1.392    0.1673   +  DMonth_3       27.4670      34.1710      0.8038   0.4228   
-  DMonth_5       85563.7       8427.14    10.15     1.22e-16 *** +  DMonth_4       34.8625      34.1710      1.020    0.3093   
-  DMonth_6       11472.0       8938.33     1.283    0.2026   +  DMonth_5       24.8423      34.1710      0.7270   0.4684   
-  DMonth_7       25480.9       8938.33     2.851    0.0054   *** +  DMonth_6       37.4909      36.2438      1.034    0.3027   
-  DMonth_8       89124.5       8938.33     9.971    2.93e-16 *** +  DMonth_7       20.6351      36.2438      0.5693   0.5700   
-  DMonth_9       −5723.43      8938.33    −0.6403   0.5236   +  DMonth_8       82.7939      36.2438      2.284    0.0238   ** 
-  DMonth_10       2123.96      8938.33     0.2376   0.8127   +  DMonth_9        6.53550     36.2438      0.1803   0.8572   
-  DMonth_11      40535.0       9289.97     4.363    3.37e-05 *** +  DMonth_10      18.6284      36.2438      0.5140   0.6081   
-  DMonth_12     116051         8938.33    12.98     2.00e-22 *** +  DMonth_11      93.4674      37.1602      2.515    0.0130   ** 
-  quelfeb        47773.     14897.     3.207    0.0019   *** +  DMonth_12      52.1579      36.2438      1.439    0.1523   
-  blitz_plac    31845.8      20254.    −1.572    0.1194  +  quelfeb        18.0311      60.4063      0.2985   0.7658   
 +  blitz_plac   133.695       98.4198     −1.358    0.1765  
  
-Mean dependent var   55874.23   S.D. dependent var   46428.75 +Mean dependent var   290.5218   S.D. dependent var   127.8718 
-Sum squared resid    3.23e+10   S.E. of regression   18843.65 +Sum squared resid     1252310   S.E. of regression   93.58106 
-R-squared            0.857239   Adjusted R-squared   0.835276 +R-squared            0.515264   Adjusted R-squared   0.464417 
-F(1491           39.03077   P-value(F)           2.66e-32 +F(15143          10.13372   P-value(F)           4.02e-16 
-Log-likelihood      −1185.778   Akaike criterion     2401.555 +Log-likelihood      −938.8532   Akaike criterion     1909.706 
-Schwarz criterion    2441.507   Hannan-Quinn         2417.748 +Schwarz criterion    1958.809   Hannan-Quinn         1929.646 
-rho                  0.032115   Durbin-Watson        1.915464+rho                  0.287744   Durbin-Watson        1.415418
  
-Excluding the constant, p-value was highest for variable 28 (DMonth_2)+Excluding the constant, p-value was highest for variable 17 (MI)
  
 loop: b = 48 loop: b = 48
Linea 3078: Linea 3136:
 ? blitz_plac = const - const ? blitz_plac = const - const
 ? smpl   MI --replace --restrict ? smpl   MI --replace --restrict
-Full data set: 212 observations+Full data set: 371 observations
 Current sample: 53 observations Current sample: 53 observations
 ? blitz_plac = (time == b) ? blitz_plac = (time == b)
-? smpl   Cit != 2 --replace --restrict +? smpl   Cit < 4 --replace --restrict 
-Full data set212 observations+Full data range1:01 - 7:53 (n = 371)
 Current sample: 1:01 - 3:53 (n = 159) Current sample: 1:01 - 3:53 (n = 159)
  
Linea 3089: Linea 3147:
   blitz_plac   blitz_plac
  
-Model 64: Pooled OLS, using 106 observations +Model 64: Pooled OLS, using 159 observations 
-Included cross-sectional units+Included cross-sectional units
 Time-series length = 53 Time-series length = 53
 Dependent variable: deb_risc Dependent variable: deb_risc
Linea 3096: Linea 3154:
                coefficient   std. error   t-ratio   p-value                 coefficient   std. error   t-ratio   p-value 
   ----------------------------------------------------------   ----------------------------------------------------------
-  const           3210.96      6186.59     0.5190   0.6050   +  const         198.965       26.4218      7.530    5.23e-12 *** 
-  MI             36772.      3650.92    10.07     1.80e-16 *** +  MI             −3.88927     18.3226     −0.2123   0.8322   
-  DMonth_2        1111.52      8866.71     0.1254   0.9005   +  GE            182.367       18.2278     10.00     3.43e-18 *** 
-  DMonth_3       35307.4       8359.61     4.224    5.69e-05 *** +  DMonth_2        8.64432     36.3414      0.2379   0.8123   
-  DMonth_4       11731.7       8359.61     1.403    0.1639   +  DMonth_3       27.4670      34.2630      0.8017   0.4241   
-  DMonth_5       85563.7       8359.61    10.24     8.24e-17 *** +  DMonth_4       34.8625      34.2630      1.017    0.3106   
-  DMonth_6       11472.0       8866.71     1.294    0.1990   +  DMonth_5       24.8423      34.2630      0.7250   0.4696   
-  DMonth_7       25480.9       8866.71     2.874    0.0050   *** +  DMonth_6       37.4909      36.3414      1.032    0.3040   
-  DMonth_8       89124.5       8866.71    10.05     1.99e-16 *** +  DMonth_7       20.6351      36.3414      0.5678   0.5711   
-  DMonth_9       −5723.43      8866.71    −0.6455   0.5202   +  DMonth_8       82.7939      36.3414      2.278    0.0242   ** 
-  DMonth_10       2123.96      8866.71     0.2395   0.8112   +  DMonth_9        6.53550     36.3414      0.1798   0.8575   
-  DMonth_11      36554.2       8866.71     4.123    8.26e-05 *** +  DMonth_10      18.6284      36.3414      0.5126   0.6090   
-  DMonth_12     111035         9215.53    12.05     1.51e-20 *** +  DMonth_11      82.3261      36.3414      2.265    0.0250   ** 
-  quelfeb        47773.     14777.     3.233    0.0017   *** +  DMonth_12      60.6569      37.2603      1.628    0.1057   
-  blitz_plac     40125.1      20091.9      1.997    0.0488   **+  quelfeb        18.0311      60.5690      0.2977   0.7664   
 +  blitz_plac   −101.988       98.6850     −1.033    0.3031  
  
-Mean dependent var   55874.23   S.D. dependent var   46428.75 +Mean dependent var   290.5218   S.D. dependent var   127.8718 
-Sum squared resid    3.18e+10   S.E. of regression   18692.66 +Sum squared resid     1259067   S.E. of regression   93.83316 
-R-squared            0.859518   Adjusted R-squared   0.837906 +R-squared            0.512649   Adjusted R-squared   0.461528 
-F(1491           39.76931   P-value(F)           1.30e-32 +F(15143          10.02819   P-value(F)           5.71e-16 
-Log-likelihood      −1184.925   Akaike criterion     2399.849 +Log-likelihood      −939.2809   Akaike criterion     1910.562 
-Schwarz criterion    2439.801   Hannan-Quinn         2416.042 +Schwarz criterion    1959.664   Hannan-Quinn         1930.502 
-rho                  0.039092   Durbin-Watson        1.902529+rho                  0.288352   Durbin-Watson        1.414335
  
-Excluding the constant, p-value was highest for variable 28 (DMonth_2)+Excluding the constant, p-value was highest for variable 41 (DMonth_9)
  
 loop: b = 49 loop: b = 49
Linea 3126: Linea 3185:
 ? blitz_plac = const - const ? blitz_plac = const - const
 ? smpl   MI --replace --restrict ? smpl   MI --replace --restrict
-Full data set: 212 observations+Full data set: 371 observations
 Current sample: 53 observations Current sample: 53 observations
 ? blitz_plac = (time == b) ? blitz_plac = (time == b)
-? smpl   Cit != 2 --replace --restrict +? smpl   Cit < 4 --replace --restrict 
-Full data set212 observations+Full data range1:01 - 7:53 (n = 371)
 Current sample: 1:01 - 3:53 (n = 159) Current sample: 1:01 - 3:53 (n = 159)
  
Linea 3137: Linea 3196:
   blitz_plac   blitz_plac
  
-Model 65: Pooled OLS, using 106 observations +Model 65: Pooled OLS, using 159 observations 
-Included cross-sectional units+Included cross-sectional units
 Time-series length = 53 Time-series length = 53
 Dependent variable: deb_risc Dependent variable: deb_risc
Linea 3144: Linea 3203:
                coefficient   std. error   t-ratio    p-value                 coefficient   std. error   t-ratio    p-value 
   -----------------------------------------------------------   -----------------------------------------------------------
-  const          2956.92       6578.06     0.4495    0.6541   +  const         202.326       27.1472      7.453     7.98e-12 *** 
-  MI            37555.7        3729.41    10.07      1.82e-16 *** +  MI             −4.96395     18.3757     −0.2701    0.7874   
-  DMonth_2        974.052      9281.99     0.1049    0.9167   +  GE            182.367       18.2822      9.975     4.09e-18 *** 
-  DMonth_3      35169.9        8777.10     4.007     0.0001   *** +  DMonth_2        5.64237     37.0319      0.1524    0.8791   
-  DMonth_4      11594.2        8777.10     1.321     0.1898   +  DMonth_3       24.4651      34.9819      0.6994    0.4855   
-  DMonth_5      85426.2        8777.10     9.733     9.24e-16 *** +  DMonth_4       31.8605      34.9819      0.9108    0.3639   
-  DMonth_6      11334.5        9281.99     1.221     0.2252   +  DMonth_5       21.8403      34.9819      0.6243    0.5334   
-  DMonth_7      25343.5        9281.99     2.730     0.0076   *** +  DMonth_6       34.4889      37.0319      0.9313    0.3533   
-  DMonth_8      88987.0        9281.99     9.587     1.86e-15 *** +  DMonth_7       17.6331      37.0319      0.4762    0.6347   
-  DMonth_9      −5860.90       9281.99    −0.6314    0.5293   +  DMonth_8       79.7920      37.0319      2.155     0.0329   ** 
-  DMonth_10      1986.49       9281.99     0.2140    0.8310   +  DMonth_9        3.53355     37.0319      0.09542   0.9241   
-  DMonth_11     36416.8        9281.99     3.923     0.0002   *** +  DMonth_10      15.6264      37.0319      0.4220    0.6737   
-  DMonth_12    115913          9281.99    12.49      1.95e-21 *** +  DMonth_11      79.3241      37.0319      2.142     0.0339   ** 
-  quelfeb       47773.4       15097.     3.164     0.0021   *** +  DMonth_12      49.1560      37.0319      1.327     0.1865   
-  blitz_plac    −1374.73      20236.    −0.06793   0.9460  +  quelfeb        18.0311      60.7501      0.2968    0.7670   
 +  blitz_plac    −45.0293      98.0800     −0.4591    0.6469  
  
-Mean dependent var   55874.23   S.D. dependent var   46428.75 +Mean dependent var   290.5218   S.D. dependent var   127.8718 
-Sum squared resid    3.32e+10   S.E. of regression   19097.41 +Sum squared resid     1266604   S.E. of regression   94.11359 
-R-squared            0.853369   Adjusted R-squared   0.830810 +R-squared            0.509731   Adjusted R-squared   0.458305 
-F(1491           37.82883   P-value(F)           8.75e-32 +F(15143          9.911788   P-value(F)           8.45e-16 
-Log-likelihood      −1187.195   Akaike criterion     2404.391 +Log-likelihood      −939.7554   Akaike criterion     1911.511 
-Schwarz criterion    2444.342   Hannan-Quinn         2420.583 +Schwarz criterion    1960.613   Hannan-Quinn         1931.451 
-rho                  0.003666   Durbin-Watson        1.972272+rho                  0.295288   Durbin-Watson        1.400338
  
-Excluding the constant, p-value was highest for variable 49 (blitz_plac)+Excluding the constant, p-value was highest for variable 41 (DMonth_9)
  
 loop: b = 50 loop: b = 50
Linea 3174: Linea 3234:
 ? blitz_plac = const - const ? blitz_plac = const - const
 ? smpl   MI --replace --restrict ? smpl   MI --replace --restrict
-Full data set: 212 observations+Full data set: 371 observations
 Current sample: 53 observations Current sample: 53 observations
 ? blitz_plac = (time == b) ? blitz_plac = (time == b)
-? smpl   Cit != 2 --replace --restrict +? smpl   Cit < 4 --replace --restrict 
-Full data set212 observations+Full data range1:01 - 7:53 (n = 371)
 Current sample: 1:01 - 3:53 (n = 159) Current sample: 1:01 - 3:53 (n = 159)
  
Linea 3185: Linea 3245:
   blitz_plac   blitz_plac
  
-Model 66: Pooled OLS, using 106 observations +Model 66: Pooled OLS, using 159 observations 
-Included cross-sectional units+Included cross-sectional units
 Time-series length = 53 Time-series length = 53
 Dependent variable: deb_risc Dependent variable: deb_risc
  
-               coefficient   std. error   t-ratio    p-value  +               coefficient   std. error   t-ratio   p-value  
-  ----------------------------------------------------------- +  ---------------------------------------------------------- 
-  const          2852.94       6320.32     0.4514    0.6528   +  const         199.249       26.4897      7.522    5.48e-12 *** 
-  MI            37488.7        3729.84    10.05      2.00e-16 *** +  MI             −4.74008     18.3697     −0.2580   0.7967   
-  DMonth_2        839.540      9414.74     0.08917   0.9291   +  GE            182.367       18.2746      9.979    3.99e-18 *** 
-  DMonth_3      35307.4        8540.31     4.134     7.92e-05 *** +  DMonth_2       13.3855      37.3560      0.3583   0.7206   
-  DMonth_4      11731.7        8540.31     1.374     0.1729   +  DMonth_3       27.4670      34.3510      0.7996   0.4253   
-  DMonth_5      85563.7        8540.31    10.02      2.33e-16 *** +  DMonth_4       34.8625      34.3510      1.015    0.3119   
-  DMonth_6      11472.0        9058.37     1.266     0.2086   +  DMonth_5       24.8423      34.3510      0.7232   0.4707   
-  DMonth_7      25480.9        9058.37     2.813     0.0060   *** +  DMonth_6       37.4909      36.4348      1.029    0.3052   
-  DMonth_8      89124.5        9058.37     9.839     5.54e-16 *** +  DMonth_7       20.6351      36.4348      0.5664   0.5720   
-  DMonth_9      −5723.43       9058.37    −0.6318    0.5291   +  DMonth_8       82.7939      36.4348      2.272    0.0246   ** 
-  DMonth_10      2123.96       9058.37     0.2345    0.8151   +  DMonth_9        6.53550     36.4348      0.1794   0.8579   
-  DMonth_11     36554.2        9058.37     4.035     0.0001   *** +  DMonth_10      18.6284      36.4348      0.5113   0.6099   
-  DMonth_12    116051          9058.37    12.81      4.39e-22 *** +  DMonth_11      82.3261      36.4348      2.260    0.0254   ** 
-  quelfeb       48045.3       15313.     3.137     0.0023   *** +  DMonth_12      52.1579      36.4348      1.432    0.1545   
-  blitz_plac     2175.88      20526.2      0.1060    0.9158  +  quelfeb        13.2899      61.2818      0.2169   0.8286   
 +  blitz_plac    −56.8945      98.9385     −0.5750   0.5662  
  
-Mean dependent var   55874.23   S.D. dependent var   46428.75 +Mean dependent var   290.5218   S.D. dependent var   127.8718 
-Sum squared resid    3.32e+10   S.E. of regression   19096.72 +Sum squared resid     1265544   S.E. of regression   94.07422 
-R-squared            0.853379   Adjusted R-squared   0.830822 +R-squared            0.510141   Adjusted R-squared   0.458758 
-F(1491           37.83205   P-value(F)           8.72e-32 +F(15143          9.928068   P-value(F)           8.00e-16 
-Log-likelihood      −1187.192   Akaike criterion     2404.383 +Log-likelihood      −939.6888   Akaike criterion     1911.378 
-Schwarz criterion    2444.335   Hannan-Quinn         2420.576 +Schwarz criterion    1960.480   Hannan-Quinn         1931.318 
-rho                  0.003147   Durbin-Watson        1.973342+rho                  0.295609   Durbin-Watson        1.400040
  
-Excluding the constant, p-value was highest for variable 28 (DMonth_2)+Excluding the constant, p-value was highest for variable 41 (DMonth_9)
  
 loop: b = 51 loop: b = 51
Linea 3222: Linea 3283:
 ? blitz_plac = const - const ? blitz_plac = const - const
 ? smpl   MI --replace --restrict ? smpl   MI --replace --restrict
-Full data set: 212 observations+Full data set: 371 observations
 Current sample: 53 observations Current sample: 53 observations
 ? blitz_plac = (time == b) ? blitz_plac = (time == b)
-? smpl   Cit != 2 --replace --restrict +? smpl   Cit < 4 --replace --restrict 
-Full data set212 observations+Full data range1:01 - 7:53 (n = 371)
 Current sample: 1:01 - 3:53 (n = 159) Current sample: 1:01 - 3:53 (n = 159)
  
Linea 3233: Linea 3294:
   blitz_plac   blitz_plac
  
-Model 67: Pooled OLS, using 106 observations +Model 67: Pooled OLS, using 159 observations 
-Included cross-sectional units+Included cross-sectional units
 Time-series length = 53 Time-series length = 53
 Dependent variable: deb_risc Dependent variable: deb_risc
Linea 3240: Linea 3301:
                coefficient   std. error   t-ratio   p-value                 coefficient   std. error   t-ratio   p-value 
   ----------------------------------------------------------   ----------------------------------------------------------
-  const           2674.24      6296.74     0.4247   0.6721   +  const         199.118       26.4621      7.525    5.39e-12 *** 
-  MI             37846.      3715.41    10.19     1.04e-16 *** +  MI             −4.34801     18.3489     −0.2370   0.8130   
-  DMonth_2        1111.52      9024.70     0.1232   0.9022   +  GE            182.367       18.2556      9.990    3.75e-18 *** 
-  DMonth_3       36984.1       8744.16     4.230    5.57e-05 *** +  DMonth_2        8.64432     36.3969      0.2375   0.8126   
-  DMonth_4       11731.7       8508.56     1.379    0.1713   +  DMonth_3       32.6453      34.9310      0.9346   0.3516   
-  DMonth_5       85563.7       8508.56    10.06     1.95e-16 *** +  DMonth_4       34.8625      34.3154      1.016    0.3114   
-  DMonth_6       11472.0       9024.70     1.271    0.2069   +  DMonth_5       24.8423      34.3154      0.7239   0.4703   
-  DMonth_7       25480.9       9024.70     2.823    0.0058   *** +  DMonth_6       37.4909      36.3969      1.030    0.3047   
-  DMonth_8       89124.5       9024.70     9.876    4.64e-16 *** +  DMonth_7       20.6351      36.3969      0.5669   0.5716   
-  DMonth_9       −5723.43      9024.70    −0.6342   0.5275   +  DMonth_8       82.7939      36.3969      2.275    0.0244   ** 
-  DMonth_10       2123.96      9024.70     0.2353   0.8145   +  DMonth_9        6.53550     36.3969      0.1796   0.8578   
-  DMonth_11      36554.2       9024.70     4.050    0.0001   *** +  DMonth_10      18.6284      36.3969      0.5118   0.6096   
-  DMonth_12     116051         9024.70    12.86     3.53e-22 *** +  DMonth_11      82.3261      36.3969      2.262    0.0252   ** 
-  quelfeb        47773.     15041.     3.176    0.0020   *** +  DMonth_12      52.1579      36.3969      1.433    0.1540   
-  blitz_plac    −16767.     20160.    −0.8317   0.4078  +  quelfeb        18.0311      60.6615      0.2972   0.7667   
 +  blitz_plac    −77.6740      97.9371     −0.7931   0.4290  
  
-Mean dependent var   55874.23   S.D. dependent var   46428.75 +Mean dependent var   290.5218   S.D. dependent var   127.8718 
-Sum squared resid    3.29e+10   S.E. of regression   19025.73 +Sum squared resid     1262915   S.E. of regression   93.97647 
-R-squared            0.854467   Adjusted R-squared   0.832078 +R-squared            0.511159   Adjusted R-squared   0.459882 
-F(1491           38.16349   P-value(F)           6.26e-32 +F(15143          9.968575   P-value(F)           6.98e-16 
-Log-likelihood      −1186.797   Akaike criterion     2403.594 +Log-likelihood      −939.5235   Akaike criterion     1911.047 
-Schwarz criterion    2443.545   Hannan-Quinn         2419.786 +Schwarz criterion    1960.150   Hannan-Quinn         1930.987 
-rho                  0.002981   Durbin-Watson        1.973228+rho                  0.293093   Durbin-Watson        1.404983
  
-Excluding the constant, p-value was highest for variable 28 (DMonth_2)+Excluding the constant, p-value was highest for variable 41 (DMonth_9)
  
 loop: b = 52 loop: b = 52
Linea 3270: Linea 3332:
 ? blitz_plac = const - const ? blitz_plac = const - const
 ? smpl   MI --replace --restrict ? smpl   MI --replace --restrict
-Full data set: 212 observations+Full data set: 371 observations
 Current sample: 53 observations Current sample: 53 observations
 ? blitz_plac = (time == b) ? blitz_plac = (time == b)
-? smpl   Cit != 2 --replace --restrict +? smpl   Cit < 4 --replace --restrict 
-Full data set212 observations+Full data range1:01 - 7:53 (n = 371)
 Current sample: 1:01 - 3:53 (n = 159) Current sample: 1:01 - 3:53 (n = 159)
  
Linea 3281: Linea 3343:
   blitz_plac   blitz_plac
  
-Model 68: Pooled OLS, using 106 observations +Model 68: Pooled OLS, using 159 observations 
-Included cross-sectional units+Included cross-sectional units
 Time-series length = 53 Time-series length = 53
 Dependent variable: deb_risc Dependent variable: deb_risc
  
-               coefficient   std. error    t-ratio    p-value  +               coefficient   std. error   t-ratio   p-value  
-  ------------------------------------------------------------ +  ---------------------------------------------------------- 
-  const          2833.81       6320.62     0.4483     0.6550   +  const         199.060       26.4472      7.527    5.33e-12 *** 
-  MI            37527.0        3729.50    10.06       1.89e-16 *** +  MI             −4.17208     18.3386     0.2275   0.8204   
-  DMonth_2       1111.52       9058.93     0.1227     0.9026   +  GE            182.367       18.2454      9.995    3.63e-18 *** 
-  DMonth_3      35307.4        8540.84     4.134      7.92e-05 *** +  DMonth_2        8.64432     36.3765      0.2376   0.8125   
-  DMonth_4      11716.8        8777.32     1.335      0.1852   +  DMonth_3       27.4670      34.2961      0.8009   0.4245   
-  DMonth_5      85563.7        8540.84    10.02       2.34e-16 *** +  DMonth_4       40.6624      34.9114      1.165    0.2461   
-  DMonth_6      11472.0        9058.93     1.266      0.2086   +  DMonth_5       24.8423      34.2961      0.7243   0.4700   
-  DMonth_7      25480.9        9058.93     2.813      0.0060   *** +  DMonth_6       37.4909      36.3765      1.031    0.3045   
-  DMonth_8      89124.5        9058.93     9.838      5.56e-16 *** +  DMonth_7       20.6351      36.3765      0.5673   0.5714   
-  DMonth_9      −5723.43       9058.93    −0.6318     0.5291   +  DMonth_8       82.7939      36.3765      2.276    0.0243   ** 
-  DMonth_10      2123.96       9058.93     0.2345     0.8152   +  DMonth_9        6.53550     36.3765      0.1797   0.8577   
-  DMonth_11     36554.2        9058.93     4.035      0.0001   *** +  DMonth_10      18.6284      36.3765      0.5121   0.6094   
-  DMonth_12    116051          9058.93    12.81       4.41e-22 *** +  DMonth_11      82.3261      36.3765      2.263    0.0251   ** 
-  quelfeb       47773.4       15098.2      3.164      0.0021   *** +  DMonth_12      52.1579      36.3765      1.434    0.1538   
-  blitz_plac      148.114     20237.3      0.007319   0.9942  +  quelfeb        18.0311      60.6276      0.2974   0.7666   
 +  blitz_plac    −86.9987      97.8822     0.8888   0.3756  
  
-Mean dependent var   55874.23   S.D. dependent var   46428.75 +Mean dependent var   290.5218   S.D. dependent var   127.8718 
-Sum squared resid    3.32e+10   S.E. of regression   19097.89 +Sum squared resid     1261502   S.E. of regression   93.92385 
-R-squared            0.853361   Adjusted R-squared   0.830801 +R-squared            0.511706   Adjusted R-squared   0.460487 
-F(1491           37.82660   P-value(F)           8.77e-32 +F(15143          9.990432   P-value(F)           6.48e-16 
-Log-likelihood      −1187.198   Akaike criterion     2404.396 +Log-likelihood      −939.4345   Akaike criterion     1910.869 
-Schwarz criterion    2444.348   Hannan-Quinn         2420.589 +Schwarz criterion    1959.971   Hannan-Quinn         1930.809 
-rho                  0.002308   Durbin-Watson        1.974960+rho                  0.291644   Durbin-Watson        1.407834
  
-Excluding the constant, p-value was highest for variable 49 (blitz_plac)+Excluding the constant, p-value was highest for variable 41 (DMonth_9)
  
 loop: b = 53 loop: b = 53
Linea 3318: Linea 3381:
 ? blitz_plac = const - const ? blitz_plac = const - const
 ? smpl   MI --replace --restrict ? smpl   MI --replace --restrict
-Full data set: 212 observations+Full data set: 371 observations
 Current sample: 53 observations Current sample: 53 observations
 ? blitz_plac = (time == b) ? blitz_plac = (time == b)
-? smpl   Cit != 2 --replace --restrict +? smpl   Cit < 4 --replace --restrict 
-Full data set212 observations+Full data range1:01 - 7:53 (n = 371)
 Current sample: 1:01 - 3:53 (n = 159) Current sample: 1:01 - 3:53 (n = 159)
  
Linea 3329: Linea 3392:
   blitz_plac   blitz_plac
  
-Model 69: Pooled OLS, using 106 observations +Model 69: Pooled OLS, using 159 observations 
-Included cross-sectional units+Included cross-sectional units
 Time-series length = 53 Time-series length = 53
 Dependent variable: deb_risc Dependent variable: deb_risc
Linea 3336: Linea 3399:
                coefficient   std. error   t-ratio   p-value                 coefficient   std. error   t-ratio   p-value 
   ----------------------------------------------------------   ----------------------------------------------------------
-  const           2580.06      6259.65     0.4122   0.6812   +  const         199.120       26.4625      7.525    5.39e-12 *** 
-  MI             38034.      3693.53    10.30     6.11e-17 *** +  MI             −4.35430     18.3492     −0.2373   0.8128   
-  DMonth_2        1111.52      8971.54     0.1239   0.9017   +  GE            182.367       18.2559      9.989    3.76e-18 *** 
-  DMonth_3       35307.4       8458.45     4.174    6.83e-05 *** +  DMonth_2        8.64432     36.3976      0.2375   0.8126   
-  DMonth_4       11731.7       8458.45     1.387    0.1688   +  DMonth_3       27.4670      34.3160      0.8004   0.4248   
-  DMonth_5       88238.7       8692.65    10.15     1.24e-16 *** +  DMonth_4       34.8625      34.3160      1.016    0.3114   
-  DMonth_6       11472.0       8971.54     1.279    0.2043   +  DMonth_5       29.9984      34.9316      0.8588   0.3919   
-  DMonth_7       25480.9       8971.54     2.840    0.0056   *** +  DMonth_6       37.4909      36.3976      1.030    0.3047   
-  DMonth_8       89124.5       8971.54     9.934    3.50e-16 *** +  DMonth_7       20.6351      36.3976      0.5669   0.5716   
-  DMonth_9       −5723.43      8971.54    −0.6380   0.5251   +  DMonth_8       82.7939      36.3976      2.275    0.0244   ** 
-  DMonth_10       2123.96      8971.54     0.2367   0.8134   +  DMonth_9        6.53550     36.3976      0.1796   0.8578   
-  DMonth_11      36554.2       8971.54     4.074    9.84e-05 *** +  DMonth_10      18.6284      36.3976      0.5118   0.6096   
-  DMonth_12     116051         8971.54    12.94     2.49e-22 *** +  DMonth_11      82.3261      36.3976      2.262    0.0252   ** 
-  quelfeb        47773.     14952.     3.195    0.0019   *** +  DMonth_12      52.1579      36.3976      1.433    0.1540   
-  blitz_plac    −26749.     20042.    −1.335    0.1853  +  quelfeb        18.0311      60.6627      0.2972   0.7667   
 +  blitz_plac    −77.3408      97.9389     −0.7897   0.4310  
  
-Mean dependent var   55874.23   S.D. dependent var   46428.75 +Mean dependent var   290.5218   S.D. dependent var   127.8718 
-Sum squared resid    3.26e+10   S.E. of regression   18913.67 +Sum squared resid     1262963   S.E. of regression   93.97824 
-R-squared            0.856177   Adjusted R-squared   0.834050 +R-squared            0.511141   Adjusted R-squared   0.459862 
-F(1491           38.69430   P-value(F)           3.70e-32 +F(15143          9.967841   P-value(F)           7.00e-16 
-Log-likelihood      −1186.171   Akaike criterion     2402.341 +Log-likelihood      −939.5265   Akaike criterion     1911.053 
-Schwarz criterion    2442.293   Hannan-Quinn         2418.534 +Schwarz criterion    1960.156   Hannan-Quinn         1930.993 
-rho                  0.002038   Durbin-Watson        1.990962+rho                  0.295181   Durbin-Watson        1.402430
  
-Excluding the constant, p-value was highest for variable 28 (DMonth_2)+Excluding the constant, p-value was highest for variable 41 (DMonth_9)
  
  
 Number of iterations: 53 Number of iterations: 53
 +
 +# Equazione buona senza interacting e quelfeb per grafico:
 +? ols deb_risc const TO GE dummify(Month)
 +
 +Model 70: Pooled OLS, using 159 observations
 +Included 3 cross-sectional units
 +Time-series length = 53
 +Dependent variable: deb_risc
 +
 +              coefficient   std. error   t-ratio   p-value 
 +  ---------------------------------------------------------
 +  const        193.793       26.3376      7.358    1.28e-11 ***
 +  TO             5.81356     18.1747      0.3199   0.7495  
 +  GE           188.181       18.1747     10.35     3.75e-19 ***
 +  DMonth_2      12.2506      34.1632      0.3586   0.7204  
 +  DMonth_3      27.4670      34.1632      0.8040   0.4227  
 +  DMonth_4      34.8625      34.1632      1.020    0.3092  
 +  DMonth_5      24.8423      34.1632      0.7272   0.4683  
 +  DMonth_6      37.4909      36.2356      1.035    0.3026  
 +  DMonth_7      20.6351      36.2356      0.5695   0.5699  
 +  DMonth_8      82.7939      36.2356      2.285    0.0238   **
 +  DMonth_9       6.53550     36.2356      0.1804   0.8571  
 +  DMonth_10     18.6284      36.2356      0.5141   0.6080  
 +  DMonth_11     82.3261      36.2356      2.272    0.0246   **
 +  DMonth_12     52.1579      36.2356      1.439    0.1522  
 +
 +Mean dependent var   290.5218   S.D. dependent var   127.8718
 +Sum squared resid     1269251   S.E. of regression   93.55990
 +R-squared            0.508707   Adjusted R-squared   0.464660
 +F(13, 145)           11.54918   P-value(F)           8.26e-17
 +Log-likelihood      −939.9214   Akaike criterion     1907.843
 +Schwarz criterion    1950.807   Hannan-Quinn         1925.290
 +rho                  0.300117   Durbin-Watson        1.391224
 +
 +Excluding the constant, p-value was highest for variable 41 (DMonth_9)
 +
 +? epsilon = $uhat
 +Generated series epsilon (ID 56)
 +#smpl --restrict MI
 +? gnuplot epsilon --time-series --with-lines
 +wrote /home/pietro/gpttmp01.plt
 +#smpl --full
 +? diffdeb_risc = deb_risc - deb_risc(-12)
 +Generated series diffdeb_risc (ID 57)
 +? ols diffdeb_risc const TO GE dummify(Month)
 +
 +Model 71: Pooled OLS, using 123 observations
 +Included 3 cross-sectional units
 +Time-series length = 41
 +Dependent variable: diffdeb_risc
 +
 +              coefficient   std. error   t-ratio    p-value
 +  ---------------------------------------------------------
 +  const         −9.77442     41.1376     −0.2376    0.8126 
 +  TO            12.8990      28.7903      0.4480    0.6550 
 +  GE            32.6359      28.7903      1.134     0.2595 
 +  DMonth_2      −1.06716     53.2167     −0.02005   0.9840 
 +  DMonth_3     −20.6547      53.2167     −0.3881    0.6987 
 +  DMonth_4     −26.2829      53.2167     −0.4939    0.6224 
 +  DMonth_5     −20.1314      53.2167     −0.3783    0.7060 
 +  DMonth_6     −20.8600      57.4806     −0.3629    0.7174 
 +  DMonth_7     −27.3309      57.4806     −0.4755    0.6354 
 +  DMonth_8    −102.182       57.4806     −1.778     0.0782  *
 +  DMonth_9      −7.44336     57.4806     −0.1295    0.8972 
 +  DMonth_10     −5.74832     57.4806     −0.1000    0.9205 
 +  DMonth_11    −26.4004      57.4806     −0.4593    0.6469 
 +  DMonth_12     −6.56286     57.4806     −0.1142    0.9093 
 +
 +Mean dependent var  −15.62364   S.D. dependent var   126.4347
 +Sum squared resid     1852140   S.E. of regression   130.3538
 +R-squared            0.050311   Adjusted R-squared  -0.062954
 +F(13, 109)           0.444190   P-value(F)           0.949496
 +Log-likelihood      −766.1390   Akaike criterion     1560.278
 +Schwarz criterion    1599.649   Hannan-Quinn         1576.270
 +rho                  0.296560   Durbin-Watson        1.400303
 +
 +Excluding the constant, p-value was highest for variable 34 (DMonth_2)
 +
 +#smpl --restrict MI
 +? gnuplot epsilon --time-series --with-lines
 +wrote /home/pietro/gpttmp02.plt
 +#smpl --full
  
blitz.1373232001.txt.gz · Ultima modifica: 2013/07/07 23:20 da pietro