Hi,
I am a complete newbie, so please pardon what I imagine is a very basic question. I have a gender variable in my dataframe that is coded as 1, 2 and 0 representing "Male", "Female" and "Blank".
I would like to try a couple of things:
- create a new separate gender variable where they are coded as strings to be "male", "female" etc.
- Add labels to the existing Gender variable so anyone else looking at the data knows how they were coded
Thank you so much.