Dear All,
I'm trying to generate a sum of variables generated from a questionnaire.
Unfortunately to be able to score this questionnaire some answers are not coded in whole numbers.
I'll try to explain:
1. Question: How are you?
Answer choices: bad "=" 1, good "=" 2.5, great "=" 5
2. Question How do you feel compared to last month?
Answer choices: worse "=" 1, slightly worse "=" 2.4, same "=" 3.6, slightly better "=" 4.8, way better "=" 5
To score this questionnaire the numerical value of the answers should be added up together.
Now, summing up these variables is easy when the values are whole number since you can change the value label to whatever number you need and sum it up this way.
Unfortunately STATA does not let me change the value labels to numbers like 2.5 since only integers are allowed.
Is there any other way that I can tell STATA that "good = 2.5"?
Thank you very much for you help!
I'm trying to generate a sum of variables generated from a questionnaire.
Unfortunately to be able to score this questionnaire some answers are not coded in whole numbers.
I'll try to explain:
1. Question: How are you?
Answer choices: bad "=" 1, good "=" 2.5, great "=" 5
2. Question How do you feel compared to last month?
Answer choices: worse "=" 1, slightly worse "=" 2.4, same "=" 3.6, slightly better "=" 4.8, way better "=" 5
To score this questionnaire the numerical value of the answers should be added up together.
Now, summing up these variables is easy when the values are whole number since you can change the value label to whatever number you need and sum it up this way.
Unfortunately STATA does not let me change the value labels to numbers like 2.5 since only integers are allowed.
Is there any other way that I can tell STATA that "good = 2.5"?
Thank you very much for you help!
Comment