Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

Re: st: simple question


From   Maarten buis <[email protected]>
To   [email protected]
Subject   Re: st: simple question
Date   Tue, 5 Feb 2008 12:21:27 +0000 (GMT)

--- I wrote:
> ge redundism = 0 if !missing(zredundab,zdismissa)
> replace redundism=1 if zredundab==1|zdismissa==1

--- Paul answered:
> Maarten's suggestion works perfectly as long as you have no missing
> data

correct, the -replace- command should have been:

replace redundism=1 if (zredundab==1|zdismissa==1) & ///
                       !missing(zredundab,zdismissa)

thanks,
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 inbox http://uk.mail.yahoo.com

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