Statalist


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

RE: st: AW: simple question


From   Maarten buis <[email protected]>
To   stata list <[email protected]>
Subject   RE: st: AW: simple question
Date   Tue, 5 Feb 2008 12:30:19 +0000 (GMT)

-- Martin Weiss sugested:
> g redundism= zredundab==1|zdismissa==1

Good call, you can expand it to respect missing values in the following
way:

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

In the code by Martin they are given the value 0, while in the code by
Maarten they are missing. (Sorry, I could not resist this nice
opportunity to emphasize the difference between my name and Martin...)

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


      ___________________________________________________________
Yahoo! Answers - Got a question? Someone out there knows the answer. Try it
now.
http://uk.answers.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