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: saving -proportion- estimates to a .dta or .csv file


From   Maarten Buis <[email protected]>
To   [email protected]
Subject   Re: st: saving -proportion- estimates to a .dta or .csv file
Date   Thu, 3 Nov 2011 18:26:41 +0100

On Thu, Nov 3, 2011 at 5:54 PM, Tim Evans wrote:
> I'm trying to save and export the proportion estimates I obtain from using -proportion- into a useable data file, either .csv or .dta.
>
> How would I return the results from the following code into a data file:
>
> sysuse auto
> proportion rep78 , over(foreign)

*------- begin example --------
sysuse auto
tab rep78, gen(rep)
collapse (mean) rep?, by(foreign)
*------ end example ----------
(For more on examples I sent to the Statalist see:
http://www.maartenbuis.nl/example_faq )

Hope this helps,
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