hello,
I'm trying to create a new variable that takes cases from another variable. It has to do so that the first case of the old variable is placed in cases 1-26 of the newvariable. The value of case number 2 of the old variable placed in cases 27-53 of the newvariable. I tried to give a simple example below. How can I create this new variable? (total 240 cases)
var1 newvar
1 1
2 1
3 1
4 2
2
2
thanks in advance.
I'm trying to create a new variable that takes cases from another variable. It has to do so that the first case of the old variable is placed in cases 1-26 of the newvariable. The value of case number 2 of the old variable placed in cases 27-53 of the newvariable. I tried to give a simple example below. How can I create this new variable? (total 240 cases)
var1 newvar
1 1
2 1
3 1
4 2
2
2
thanks in advance.