Most of us first encountered STATA in an Econometrics class, where we were given cleaned datasets and detailed do-files. Using STATA was merely a mechanical process of cutting and pasting. The goal of these computer sessions was to interpret regression results, rather than to learn STATA.
So when I wrote my first quantitative essay with original data, I did all the analysis interactively without using do-files. It was not until my first RA job that I realized all the time I spent typing cautiously on the STATA command window (knowing there is no ‘undo’ in STATA) was utterly inefficient. Looking back, I even admit that my first ever merge
was done semi-manually. Weeks of tedious manual work could have been done in just one day, if I had known how to use STATA.
Here are some very helpful STATA tutorial pages from which I learned how to use STATA properly. I hope these links can help you avoid a detour like the one I took.
- Introduction to STATA by Germán Rodríguez at Princeton: a nice overview of the basics in STATA.
- University of Wisconsin SSCC STATA Tutorials:
- Data Wrangling in STATA: a 9-part progression to grasp the very basics of STATA.
- STATA Programming Essentials: learning the basic building blocks (macros, loops) of programming in STATA.
- STATA Programming Tools: more advanced programming tools from double quotes to defining your own programs.
- Outputting Tables: very easily yet flexible ways to output your summary statistics and regression outputs.
- Examples of STATA graphs: - Graph Library, UCLA - Types of graph, official STATA support - Graphs for survey data, Survey Design and Analysis Services - Some sophisticated user-written graphs, Survey Design and Analysis Services