My variable "q2" has two values: 1 and 2. Their labels are No and Yes, respectively.
Now I want to change it to 0==No, 1==Yes.
I know one method: generating a new variable. Do we have better method that can replace current q2 instead of generating a new var? Because I've already have a lot of variables.
Many thanks in advance!
0 Response to How to change value labels?
Post a Comment