Hi,
I am trying to use a loop to create new categorical variables with three groups each for 3 numerical values. I know how to do this for one variable without a loop using the gen and replace commands and then assigning labels to the values, but can someone assist me with how to accomplish this more quickly using a loop for all 3 variables? thank you!
I am trying to use a loop to create new categorical variables with three groups each for 3 numerical values. I know how to do this for one variable without a loop using the gen and replace commands and then assigning labels to the values, but can someone assist me with how to accomplish this more quickly using a loop for all 3 variables? thank you!
Comment