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]

Re: st: Copying Stata graphs/output to PowerPoint


From   Maarten buis <[email protected]>
To   [email protected]
Subject   Re: st: Copying Stata graphs/output to PowerPoint
Date   Mon, 2 Aug 2010 17:03:43 +0000 (GMT)

--- On Mon, 2/8/10, Maarten buis wrote:
<snip>
> The .do file I used is replicated below:
> 
> *--------------- begin example -------------------
> cd c:/temp
> sysuse auto, clear
> gen byte baseline = 1
> eststo clear
> eststo : logit foreign mpg baseline, nocons
> esttab using test, eform rtf replace
> 
> predict pr
> twoway line pr mpg, sort
> graph export Graph.wmf, replace
> *--------------- end example ----------------------

I forgot to mention that this requires Ben Jann's
-estout- package, which you can download by typing
in Stata: -ssc install estout-.

-- Maarten

--------------------------
Maarten L. Buis
Institut fuer Soziologie
Universitaet Tuebingen
Wilhelmstrasse 36
72074 Tuebingen
Germany

http://www.maartenbuis.nl
--------------------------


      

*
*   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