|
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]
RE: st: st. "for" command in stata X
Thanks Maarten.
BW,m
-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of Maarten buis
Sent: 19 June 2008 15:51
To: [email protected]
Subject: Re: st: st. "for" command in stata X
--- "Dherani, Mukesh" <[email protected]> wrote:
> I am trying to recode missing values to 0 as I used to in stata 8
> using 'for x in any' but stata 9 is not accepting it. I am using
> foreach using following command but it is returning with error.
The loop should be:
foreach var in varlist fwauri1 fwauri2 fwauri3 fwauri4 {
recode `var' .=0
}
-- Maarten
-----------------------------------------
Maarten L. Buis
Department of Social Research Methodology
Vrije Universiteit Amsterdam
Boelelaan 1081
1081 HV Amsterdam
The Netherlands
visiting address:
Buitenveldertselaan 3 (Metropolitan), room Z434
+31 20 5986715
http://home.fsw.vu.nl/m.buis/
-----------------------------------------
__________________________________________________________
Sent from Yahoo! Mail.
A Smarter Email http://uk.docs.yahoo.com/nowyoucan.html
*
* 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/
*
* 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/