Introducing Stata 18: Unlocking New Insights with Enhanced Data Analysis and Visualization
Integrated environment: Data management, modeling, and graphics all within a consistent command syntax and output format.
Extensive documentation and community: Comprehensive manuals, help files, and an active user community produce numerous examples and user-contributed packages.
Reliability and stability: Well-tested statistical procedures trusted in academic and applied research.
Efficiency for applied researchers: Commands focused on common empirical workflows reduce the need for low-level programming.
2.1 Project structure
How to Get Started with Stata 18
Project Manager: A built-in Project Manager allows users to save a complete environment (datasets, do-files, logs, graphs, and settings) as a .stpr file. Opening the project restores the exact state, simplifying collaboration and replication.
Do-file Editor Improvements: Live syntax checking, code folding for if/else and loops, and a new "Run Selection" hotkey (Ctrl+Shift+Enter) that executes highlighted code without clearing the console.
Git Integration: Directly clone, commit, pull, and push from within Stata’s GUI using the git command set or the new Git tool window. This bridges the gap between point-and-click users and version control.