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: construct a loop


From   "Daniel Klein" <[email protected]>
To   [email protected]
Subject   Re: st: construct a loop
Date   Sat, 19 Feb 2011 13:29:33 +0100

Hi Nick,

how about something like this:

/*Exaple*/

forval j = 1/3 {
	loc i = `j' - 1
	forval k = 0/`i' {
		stmh varX ,c(`j',`k')
	}
}
/*End*/

Best
Daniel
-- 
NEU: FreePhone - kostenlos mobil telefonieren und surfen!			
Jetzt informieren: http://www.gmx.net/de/go/freephone
*
*   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