Statalist The Stata Listserver


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

Re: st: list output to file


From   "jean ries" <[email protected]>
To   [email protected]
Subject   Re: st: list output to file
Date   Wed, 4 Oct 2006 13:21:57 +0200

Steffen,

As far as I know, Gnuplot can read tab- and comma-separated text
files, which can be produced by Stata's -outsheet- command.

Hope this helps.

Jean


On 10/4/06, Steffen Hokland <[email protected]> wrote:
I'm trying to output the result of a 'list'-command:

       list Heat_time TGT5 if Temp == 40.5 & OXi == 1 & TGT5 != ., noobs
clean noheader

to a file:

       file open regression using regression_test.dat, write text

using the

       file write regression <something-appropriate-pertaining-to-the-list-
command>

command (because I want to use Gnuplot to plot my data, albeit it's
probably not comme ille faut on this list). Obviously it can be done
using a log-file, however I'd like to be able to direct the output to
a specified file.

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