Statalist


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

st: Save estimates in a data file


From   Rafael Claro <[email protected]>
To   [email protected]
Subject   st: Save estimates in a data file
Date   Wed, 28 Oct 2009 23:37:23 -0200

Dear Listers,

I’ve been trying to save the results of an analysis as a new data file. 

The scenario is very simple. First I estimate some “means” with the command:

foreach x of local mm {
mean income if mm == `x’, over( track)
}

where:
mm = 1200
track = 10

Then, these estimated values (track number and mean value only) have to be saved in a new data file, specific to each “mm” value.
 
I’ve been trying to solve this with the command “estimates save” but I have not been able of doing it so.
 
My only option now is to generate the “means”, with egen, directly on the data file, drop all other information and then save the file with a different name…. however I’m pretty sure that there might be a simpler/easier way of doing it.

Thanks in advance for your help.

Best,
RClaro
*
*   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–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index