Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: Reply about appending output


From   "Julia Gamas Buentello" <[email protected]>
To   "'Julia Gamas Buentello'" <[email protected]>, <[email protected]>
Subject   st: Reply about appending output
Date   Sun, 14 Mar 2004 11:58:54 -0600

Hi,
I hope I have interpreted the question correctly.  To append results after
doing some calculations you could do something like the following:

1) do your calculations
2) save them as a file in stata namefile.dta
3) do your next calculations
4) save as tempfile
5) append using namefile.dta, replace
6) do more calculations (if they are the same calculations then you could
write a do file like calculations.do)
7) "append using namefiel, replace
And so forth.
8) "outsheet" your results 
_____________________________
Julia A. Gamas Buentello
MIT Postdoctoral Fellow - EAPS
617-258-0230



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