Statalist The Stata Listserver


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: RE: estout with lags


From   "Ben Jann" <[email protected]>
To   <[email protected]>
Subject   st: RE: estout with lags
Date   Tue, 29 Aug 2006 21:25:31 +0200

-estout- should not have any problems reporting these coefficients. 
Example:

. xtreg wage l(0/2).exp, fe

(output omitted)

. estout, c("b se") style(fixed)

                                      
                        b           se
exp              .0155268      .043717
L.exp           -.0180075     .0456269
L2.exp          -.0118741      .043767
_cons             38.1055     1.528001

Or do I misunderstand something here?
ben

> -----Original Message-----
> From: [email protected] [mailto:owner-
> [email protected]] On Behalf Of Scott Cunningham
> Sent: Tuesday, August 29, 2006 4:52 PM
> To: [email protected]
> Subject: st: estout with lags
> 
> I've estimated this model
> 
> xi:xtreg depvar l(0/2).indepvar i.year, fe i(id) robust
> 
> I want to automate -estout- to report both the contemporaneous
> parameter estimates of indepvar, as well as the 2 lags.  I do not see
> how to do this from the help file.  Is it possible?
> *
> *   For searches and help try:
> *   http://www.stata.com/support/faqs/res/findit.html
> *   http://www.stata.com/support/statalist/faq
> *   http://www.ats.ucla.edu/stat/stata/

*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index