Dear all,
I have a categorical variable from a dataset that contains both numeric and string data:
Variable: bmi, the categories are from 1 to 3 and the 4th category is "NA". How can I manage it that NA is recoded into 4, so that I don't get error messages anymore? the Recode or encode command did not work so far
Many thanks,
Lena
I have a categorical variable from a dataset that contains both numeric and string data:
Variable: bmi, the categories are from 1 to 3 and the 4th category is "NA". How can I manage it that NA is recoded into 4, so that I don't get error messages anymore? the Recode or encode command did not work so far
Many thanks,
Lena

Comment