Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: RE: RE: What's wrong with this "For" command?


From   "Nick Cox" <[email protected]>
To   <[email protected]>
Subject   st: RE: RE: What's wrong with this "For" command?
Date   Tue, 30 Sep 2003 11:46:12 +0100

FF NN

> > I met some confusing problem and refered to the
> > reference book but haven't got any clue yet.
> > 
> > Here's my code in the do file:
> > ......
> > gen last_occu=ro_jcd01 
> >  
> > for ro_jcd02-ro_jcd10 : last_occu=@ if @!=. 
> > .....
> > 
> > Everytime the computer told me:
> > "ro_jcd02-ro_jcd10" invalid list type 
> > while these are valid variables in my dataset

Kieran McCaul

> for var ro_jcd02-ro_jcd10 : last_occu=@ if @!=.

also insert "replace" 

Nick 
[email protected] 

*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index