Dear Statalist,
By reading the manual, I see that there is an instruction
. recode varlist (missing=.)
that does exactly what I meant to do, so I am all set as far as my work is
concerned. I am just curious to understand.
The bahavior of
. recode varlist (.a/.z=.)
resembles
. recode varlist (nonmissing=.)
And it looks inconsistent with the rest of the -recode- syntax to me.
Am I just totally confused? Or is there something wrong here?
Definitely sounds like odd behavior to me. Looking at -recode.ado-, I
notice there are these lines: