Hello SL,
Despite a lot of searching and tinkering, I can't figure out how to output a table I have generated via -list- command into a database file. I should note that I am using Stata12 so I don't have access to -putexcel-
Starting with a list of countries by change in poverty rate (list country change_pov in 1/5) I'd like to output the results of what's generated in the Results window:
+--------------------------------------+
| country chang~190 |
|--------------------------------------|
1. | Swaziland -33.55 |
2. | Mali -28.97 |
3. | Central African Republic -28.54 |
4. | Sierra Leone -25.05 |
5. | Uganda -19.465 |
Yes, I can cut-and-paste this, but for larger lists it's time consuming (and inelegant!). How do I save the results of the List command as a CSV or Excel file?
Thanks!
-nick
Despite a lot of searching and tinkering, I can't figure out how to output a table I have generated via -list- command into a database file. I should note that I am using Stata12 so I don't have access to -putexcel-
Starting with a list of countries by change in poverty rate (list country change_pov in 1/5) I'd like to output the results of what's generated in the Results window:
+--------------------------------------+
| country chang~190 |
|--------------------------------------|
1. | Swaziland -33.55 |
2. | Mali -28.97 |
3. | Central African Republic -28.54 |
4. | Sierra Leone -25.05 |
5. | Uganda -19.465 |
Yes, I can cut-and-paste this, but for larger lists it's time consuming (and inelegant!). How do I save the results of the List command as a CSV or Excel file?
Thanks!
-nick
Comment