As another example, let’s recode vote (voting intentions) for 12 political parties in the Dutch parliament into left, center, and right parties. We then tabulate the original and new variables so that we can check that everything came out correctly. . use http://.stata-press/data/r13/re...
by thread: AW: st: RE: AW: RE: AW: recode 9, 99, 999,..., into missing Nextby thread: st: how to recode when 9,99, 999 indicate real values and missing values for different variables Indexes): Date Thread © 1996–2018 StataCorp LLC | Terms of use | Privacy | ...
for some variables, 9 or 99 might be the real values. I was wondering if there is any good way to deal with this kind of recoding. (In the past we have a discussion thread of using the value label information such as "not answered" to deal with this question. What I am asking her...
Sent: Monday, May 17, 2010 12:35 AM To: statalist@hsphsun2.harvard.edu Subject: AW: st: RE: AW: RE: AW: recode 9, 99, 999,..., into missing <> What does the -mvdecode- solution look like then? Like this? *** clear* inp byte(var1 var2) int(var3 var4) 1 1 1 1 ...
If all i see is 9 or 99 or 999, then the value must be a missing. It may be that we know that the range is such that these may be real and the missing must be 999 (or etc.). ___ From: owner-statalist@hsphsun2.harvard.edu [owner-statalist@hsphsun2.harvard.edu] On Behalf...
i am new to stata and having some trouble on recoding values to take account of missing values in the data set. Try -help mvencode- --- --- Fred Wolfe Tel (316) 263-2125 National Data Bank for Rheumatic Diseases Fax (316) 263-0761 Wichita, Kansas fwolfe@arthritis-research.org -...