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
Nick Cox <[email protected]>
To
[email protected]
Subject
Re: st: construct a loop
Date
Sat, 19 Feb 2011 19:14:41 +0000
Here is another way to do it.
foreach p in "1 0" "2 0" "3 0" "2 1" "3 1" "3 2" {
tokenize "`p'"
stmh varX, c(`1' , `2')
}
Nick
On Sat, Feb 19, 2011 at 12:03 PM, Nikolaos Pandis <[email protected]> wrote:
> I would like to run the following commands using the 4 level varX:
> stmh varX,c(1,0)
> stmh varX,c(2,0)
> stmh varX,c(3,0)
> stmh varX,c(2,1)
> stmh varX,c(3,1)
> stmh varx,c(3,2)
>
> I would grateful if someone would help me construct a loop to run all the above commands.
*
* 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/