Dear Stata User,
I have a continuos variable, set as below:
How to rescale a variable on a range from 2 to 27 with gaps of 3 and 22. Basically, what I want that “rating” takes values from 2 (lowest value of “rating”) to 27 (lowest value of “rating”) excluding rescaling values of 3 and 22.
Please, advise me on this issue.
I have a continuos variable, set as below:
Code:
set obs 100 gen rating = runiform()
Please, advise me on this issue.
Comment