Right now i have data with Variable labels Year, Country, AverageEloRating, AverageRank as panel data (so years are repeated throughout the data set for each individual country). However, I need to generate variables to be Year (without repeat), Afghanistan, Albania, Algeria, etc. with the 30 year timeframe, and each countries elorating listed below the individual country label.
I have been playing around with the reshape command although unable to find a command to shape my data set this way. Does anyone no a way in which I could solve this problem?
Thanks!
I have been playing around with the reshape command although unable to find a command to shape my data set this way. Does anyone no a way in which I could solve this problem?
Thanks!

Comment