I have a dataset that has all numerical answers in the range of 1 to 5 (including decimals). An example of this is below:
I need to scale these numbers up to a 1-10 scale, in witch 1,00 stays 1,00 and 5,00 becomes 10,00. All other numbers need to be scaled appropriately in between. I could not find an easy way to scale variables like this. Can anyone tell me how to do this or point me in the right direction/ towards appropriate documentation?
Code:
. Var1 Var2 Var3 Respondent1 3,46 4,81 1,44 Respondent2 2,90 4,23 3,99 Respondent3 1,57 3,78 2,82
Comment