-------------------------------------------------------------------------------
      name:  <unnamed>
       log:  /proj/pdautor/NBER-GR/AADHP-JOLE-Sag-May2015/do/estimate/../../out
> /auxiliary/recession.txt
  log type:  text
 opened on:   4 May 2015, 21:33:00

. 
. #delimit ;
delimiter now ;
. esttab,
>         title("Lagged Effect of Import Exposure on 2007-2011 Employment Chang
> es")
>         nodepvars
>         collabels(, none)
>         mlabels(, none)
>         keep(d_import_usch_1999_2007 d_import_usch_2007_2011 _cons)
>         b(%9.2f) se(%9.2f)
>         star(* .10 ** .05 *** .01)
>         label
>         varwidth(40)
>         indicate("1-Digit Mfg Sector Dummies = `sectors'")
>         stats(N, fmt(0))
>         note("Changes in US import exposure are instrumented per the text.");

Lagged Effect of Import Exposure on 2007-2011 Employment Changes
------------------------------------------------------------------------
                                                  (1)             (2)   
------------------------------------------------------------------------
Change in Import Exposure, 1999-2007            -1.06***        -0.84*  
                                               (0.40)          (0.46)   

Change in Import Exposure, 2007-2011             0.59            0.89   
                                               (0.67)          (0.68)   

Constant                                        -5.02***        -5.30***
                                               (0.52)          (0.43)   

1-Digit Mfg Sector Dummies                         No             Yes   
------------------------------------------------------------------------
N                                                 392             392   
------------------------------------------------------------------------
Changes in US import exposure are instrumented per the text.
* p<.10, ** p<.05, *** p<.01

. #delimit cr
delimiter now cr
. 
. log close
      name:  <unnamed>
       log:  /proj/pdautor/NBER-GR/AADHP-JOLE-Sag-May2015/do/estimate/../../out
> /auxiliary/recession.txt
  log type:  text
 closed on:   4 May 2015, 21:33:00
-------------------------------------------------------------------------------
