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]

st: RE: foreach command


From   Nick Cox <[email protected]>
To   "'[email protected]'" <[email protected]>
Subject   st: RE: foreach command
Date   Tue, 22 May 2012 17:45:58 +0100

You need a line like 

display "`: label (subchapter2) `i''" _n 

before the -xtreg- call. 

Nick 
[email protected] 

Caliph Omar Moumin
 
I wanted to regress a data with many categories so i used this command
 by subchapter2, sort: xtreg cost duration sex agegroup group, re robust
 
the problem is this command does not accept xi: command to change the var 'agegroup' into dummy variable
 
then i try to use foreach command, and i appplied it like this
 foreach subchapter2_value in 1 2 3 4 5 6 7 8 9 10 11 {
xi: xtreg cost duration sex i.agegroup group if subchapter2== `subchapter2_value', re robust
}
 
 
Now the problem is i cannot see the label name in the later case
 
 
Does anyone knows how to add the label name with each regression when using foreach command?

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