Hi there,
Sorry, but this one is making my head in, specially becuase the code used to run smoothly. My issue is that the recode command seems not to be working correctly, so at some point in my code I have this syntaxis:
That throws the error '0 invalid name' and there is a value 0 for those missing, I would appreciate it if somebody could let me know what I am doing wrong.
Kind regards
Ruben
Sorry, but this one is making my head in, specially becuase the code used to run smoothly. My issue is that the recode command seems not to be working correctly, so at some point in my code I have this syntaxis:
Code:
ren sexo female lab var female "Indicator variable for the sex of the worker" recode female (0=.) (1=0) (2=1)
Kind regards
Ruben

Comment