Hi,
I have a dataset that looks something like this:
Now, I want to append v1b and v1c on top of v1a in order to combine it into one variable of v1. The problem is this is within the same dataset, so I can't simply append using another DTA.
Is there an easier way to do this other than to create new DTA files and then append?
Thanks.
I have a dataset that looks something like this:
ID | v1a | v1b | v1c |
1 | 1 | 1 | 2 |
2 | 1 | 3 | |
3 | 2 | ||
4 | 5 | ||
5 | 3 | 3 | 1 |
Now, I want to append v1b and v1c on top of v1a in order to combine it into one variable of v1. The problem is this is within the same dataset, so I can't simply append using another DTA.
Is there an easier way to do this other than to create new DTA files and then append?
Thanks.
Comment