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

Re: st: simple question


From   Dan Blanchette <[email protected]>
To   [email protected]
Subject   Re: st: simple question
Date   Wed, 2 Jun 2004 16:47:15 -0400 (EDT)

Perhaps you want to recode them with special missing values?

. replace var1=.a if var1==99999
. replace var1=.b if var1==77777

or better:
. recode var1 (99999=.a) (77777=.b)

This will "treat" them as missing in calculations but you do not loose the fact
that .a means "unknown" and .b means "refused to answer".

Dan Blanchette
Carolina Population Center  UNC-CH
[email protected]

>From 	  Suzy <[email protected]>
>To 	  [email protected]
>Subject 	  st: simple question
>Date 	  Wed, 02 Jun 2004 15:17:54 -0400
>Hi, I have continuous variables that are coded 99999 or 77777 for unknown or refused to answer. How do I handle this? I don't want to treat them as missing, if possible.
>Thank you.
>Suzy


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