Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


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

Re: st: the use of loop function in Stata


From   Rosie Chen <[email protected]>
To   "[email protected]" <[email protected]>
Subject   Re: st: the use of loop function in Stata
Date   Tue, 13 Mar 2012 07:36:36 -0700 (PDT)

Nick, thank you very much for the further advice, which makes the syntax more efficient. Given the loop syntax I have, how to save all the histogram graphs? If I use the code below, the error message says: "file histogram.gph already exists". 


foreach var of varlist lp*{

    histogram `var',  by(AID4, col(1))

    graph save histogram
}


*
*   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–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index