Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

st: RE: export -xtreg- output


From   "Martin Weiss" <[email protected]>
To   <[email protected]>
Subject   st: RE: export -xtreg- output
Date   Sun, 8 Aug 2010 16:16:11 +0200

<>

***********
webuse nlswork, clear

capture which estout
if _rc ssc install estout

gen age2 = age*age
gen ttl_exp2 = ttl_exp*ttl_exp
gen tenure2 = tenure*tenure
gen byte black = race==2
xtset idcode
//    Fixed-effects model
xtreg ln_w grade age* ttl_exp* /* 
 */  tenure* black not_smsa south, fe
est store mymodel

sysuse auto, clear
areg price weight length, absorb(rep78)

esttab . mymodel using myfile.csv, scsv replace

!start myfile.csv
***********


HTH
Martin

-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Hobst
Sent: Sonntag, 8. August 2010 15:50
To: [email protected]
Subject: st: export -xtreg- output

Hello

is it possible to export the -xtreg- or -areg- output to a excel file or a
.tiff ?

Thanks for your help.
-- 
View this message in context:
http://statalist.1588530.n2.nabble.com/export-xtreg-output-tp5386135p5386135
.html
Sent from the Statalist mailing list archive at Nabble.com.
*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/

*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index