Hi, I want to do something very very simple and have tried searching statalist for the command that will produce it. I have generated the average GDP for each country and would now like to list the countries in order of highest GDP to the least. I think all I need is one command after this:
egen meanGDP = mean(GDP), by (country)
Any advice would be appreciated. Thanks in advance.
egen meanGDP = mean(GDP), by (country)
Any advice would be appreciated. Thanks in advance.
Comment