---------------- help for outit ----------------Output data with linefeeds --------------------------
outit varlist , using(filename) [replace] varlist = variables to be output. Include / to indicate where a linefeed should occur. using(filename) = filename is the name of the file where the raw data file will be written. replace = include this option to overwrite the file.
Examples --------
. outit read write math, using(myfile.txt) . outit read write math, using(myfile.txt) replace . outit read write math science socst, using(myfile.txt) replace
Authors -------
Phil Ender & Michael N. Mitchell Statistical Computing and Consulting UCLA, Academic Technology Services enderatucla.edu mnmatucla.edu