Statalist The Stata Listserver


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

st: RE: estout droplist does not drop variable name


From   "Ben Jann" <[email protected]>
To   <[email protected]>
Subject   st: RE: estout droplist does not drop variable name
Date   Wed, 30 Aug 2006 09:54:07 +0200

Use the global -drop()- option outside the -cells()- option, i.e.:

 . estout temp ..., cells("b(fmt(%9.8f)) se)") drop(X1 X2) 

ben

> -----Original Message-----
> From: [email protected] [mailto:owner-
> [email protected]] On Behalf Of Johannes Geyer
> Sent: Wednesday, August 30, 2006 9:50 AM
> To: [email protected]
> Subject: st: estout droplist does not drop variable name
> 
> Dear Statalisters,
> 
> I try to use estout for a selection of variables from an estimation with
> Stata 9.2 Intercooled. I use the following code:
> 
> estout temp using ${FOLDER}file.xls,  cells("b(fmt(%9.8f) drop(X1 X2) )
> se( fmt(%9.8f) drop(X1 X2))")
> 
> It works fine with the coefficients and standard errors, however the names
> of the variables are still in the outputfile - how can I drop these?
> 
> Any help would be appreciated,
> thank you
> 
> Johannes
> 
> ___________________
> Johannes Geyer
> Deutsches Institut f�r Wirtschaftsforschung (DIW Berlin)
> German Institute for Economic Research
> Koenigin-Luise-Stra�e 5
> 14195 Berlin, Germany
> Tel: +49-30-89789-258
> 
> *
> *   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