Dear Statalisters
I am trying to recode a string variable and am having a hard time.
My command is as follows:
gen str8 race= PT_RACE
this command worked, I then tried to recode using the following command:
recode race=1 if PT_RACE==RAC101 (the race variable is coded as RAC101,
RAC102, etc.)
when I put this command in it reads:
=exp not allowed
Recode is not for strings, use -replace- instead. Further, remind that
strings are better put in double quotes ("string") before taken to an
evaluation. That would make: