Hi,
My code is:
However it has put a 1 in the new variable where there are missing values in var_33, rather than just where there is a score of 2 or greater in var_33.
Any advice?
Thanks
My code is:
Code:
generate var_66 = 1 if var_33 >=2
Any advice?
Thanks
Comment