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/