Statalist The Stata Listserver


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

st: using information in value labels


From   "Alexander Nervedi" <[email protected]>
To   [email protected]
Subject   st: using information in value labels
Date   Tue, 13 Feb 2007 02:23:50 +0000

Hi

I have a complex survey dataset which has been helpfully cleaned - each variable has its missing values coded with 9/99/999/999 or 98/998/9998 etc. and things like Missing, Did not respond, refused to answer etc. are all coded in as value labels.

I would like to treat all of these as missing and want to run a loop as follow

local allvars x1 ... x100

foreach var of local allvars{

label list `var'
*pseudo code follows
scan label to see which levels include - "Missing", "missing", "did not respond", etc
for each level `i' {
recode `var' (`i' = .)
}

}


I was wondering if this is something that could be reasonably be implemented.

Saludos!
Alex

_________________________________________________________________
Laugh, share and connect with Windows Live Messenger http://clk.atdmt.com/MSN/go/msnnkwme0020000001msn/direct/01/?href=http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-us&source=hmtagline

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