Search found 3 matches
- Wed May 14, 2014 4:59 am
- Forum: Data Manipulation
- Topic: Combining duplicate observations
- Replies: 4
- Views: 3627
- Tue May 13, 2014 3:13 am
- Forum: Data Manipulation
- Topic: Combining duplicate observations
- Replies: 4
- Views: 3627
Re: Combining duplicate observations
Thank you so much! This works to the point that I now have the following output: Obs | Series X | Series Y #1 | 1 | 1.5 #2 | 1 | 1.5 #3 | 2 | 3.5 #4 | 2 | 3.5 #5 | 3 | 5.5 #6 | 3 | 5.5 The final thing that I would like to do is remove the duplicate Series X values, to hopefully get: Obs | Series X |...
- Mon May 12, 2014 7:26 am
- Forum: Data Manipulation
- Topic: Combining duplicate observations
- Replies: 4
- Views: 3627
Combining duplicate observations
Hello all, I am new to Eviews and I was wondering if I could do the following. Suppose I have imported the following dataset into Eviews 8: Obs | Series X | Series Y #1 | 1 | 1 #2 | 1 | 2 #3 | 2 | 3 #4 | 2 | 4 #5 | 3 | 5 #6 | 3 | 6 For every unique value of Series X I would like to have all of its S...
