I have downloaded an xlsx spreadsheet with some data. The data is formated with a numeric value and a subsequent text like this: 4. Agree.
When I transfer all the data to stata I dont get all the values 1 - 5; i get only the ones that have been answered; 1,3,5.
How can I edit my variables so that all of the ones that this applies to gets the same values example:
1. Very disagree = 3
2. Disagree = 0
3. Neither agree or disagree = 5
4. Agree = 0
5. Very much agree =17
.b Dont know = 2
I hope I make myself clear.
When I transfer all the data to stata I dont get all the values 1 - 5; i get only the ones that have been answered; 1,3,5.
How can I edit my variables so that all of the ones that this applies to gets the same values example:
1. Very disagree = 3
2. Disagree = 0
3. Neither agree or disagree = 5
4. Agree = 0
5. Very much agree =17
.b Dont know = 2
I hope I make myself clear.

Comment