asdocx: Export from Stata to Word, Excel, LaTeX & HTML › Forums › asdocx Forum › Printing problem in labels and xtdpdgmm dynamic panel results with asdocx › Reply To: Printing problem in labels and xtdpdgmm dynamic panel results with asdocx
asdocx now exports regression estimates from xtdpdgmm
program.
See the following example
* First update asdocx asdocx_update * load example data webuse abdata * Estimate regression models and make nested output tables asdocx xtdpdgmm L(0/1).n w k, iv(L2.n w k, d) m(d) nocons nest replace asdocx xtdpdgmm L(0/1).n w k, iv(L2.n) iv(w k, d) m(d) nocons nest 0 |1 2 3 ----+----------------------------------------------------------------------------- 1 | (1) (2) ----+----------------------------------------------------------------------------- 2 | L(0/1).n L(0/1).n 3 |L.n 0.151 1.094*** 4 | (0.131) (0.141) 5 |w -0.515*** -0.557*** 6 | (0.051) (0.076) 7 |k 0.414*** 0.135** 8 | (0.047) (0.056) 9 |Observations 891 891 ----------------------------------------------------------------------------------