Hey,
I have a small question with regard to some data I am analyzing.
They are in the form of:
So for x = 0,2, I have 4 observations for y: 4,6 and 7.
I would like to get them like this:
Is there a easy way to do this in Stata?
Thanks,
Willem
I have a small question with regard to some data I am analyzing.
They are in the form of:
| x | y | ||||
| 0,2 | 4 | 6 | 7 | ||
| 0,3 | 2 | 5 | 6 | 9 | 10 |
| 0,4 | 3 | 2 | 12 | 4 |
I would like to get them like this:
| x | y |
| 0,2 | 4 |
| 0,2 | 6 |
| 0,2 | 7 |
| 0,3 | 2 |
| 0,3 | 5 |
| 0,3 | 6 |
| .. | .. |
Thanks,
Willem

Comment