| Size: 729 Comment:  |  ← Revision 75 as of 2025-10-24 18:54:50  ⇥ Size: 3431 Comment: Updates | 
| Deletions are marked like this. | Additions are marked like this. | 
| Line 3: | Line 3: | 
| '''Stata''' is both a static-typed, interpreted language and a proprietary program to run programs written in Stata. There are no other notable implementations of a Stata (language) interpreter. | '''Stata''' (sometimes typeset as '''STATA''') is both a programming language and a statistical software suite. | 
| Line 5: | Line 5: | 
| <<TableOfContents>> | There are no other notable implementations of the language. | 
| Line 7: | Line 7: | 
| ---- | == General == | 
| Line 9: | Line 9: | 
| == Data Model == | * [[Stata/AdoFiles|Ado Files]] | 
| Line 14: | Line 11: | 
| * [[Stata/DataTypes|Data Types]] * [[Stata/Frames|Frames]] * [[Stata/Macros|Macros]] * [[Stata/Mata|Mata]] * [[Stata/Matrices|Matrices]] | |
| Line 15: | Line 17: | 
| * [[Stata/Programs|Programs]] * [[Stata/Python|Python]] * [[Stata/Scalars|Scalars]] * [[Stata/StoredResults|Stored Results]] * [[Stata/SystemParameters|System Parameters]] * [[Stata/SystemVariables|System Variables]] * [[Stata/Weights|Weights]] | |
| Line 20: | Line 27: | 
| * [[Stata/AggregatingData|Aggregating Data]] | |
| Line 21: | Line 29: | 
| * [[Stata/JoiningData|Joining Data]] * [[Stata/Logic|Logic]] * [[Stata/Looping|Looping]] | |
| Line 22: | Line 33: | 
| == Functions == | |
| Line 23: | Line 35: | 
| * [[Stata/DatetimeFunctions|Datetime Functions]] * [[Stata/DatetimePseudoFunctions|Datetime Pseudo-Functions]] * [[Stata/NumericFunctions|Numeric Functions]] * [[Stata/StringFunctions|String Functions]] | |
| Line 24: | Line 40: | 
| == Programming == | == General Purpose Commands == | 
| Line 26: | Line 42: | 
| * [[Stata/AdoAndDoFiles|Ado and Do Files]] * [[Stata/Macros|Macros]] * [[Stata/Programs|Programs]] * [[Stata/Python|Python]] | * [[Stata/Append|append]] * [[Stata/Assert|assert]] * [[Stata/Browse|browse]] * [[Stata/By|by]] * [[Stata/Capture|capture]] * [[Stata/Cd|cd]] * [[Stata/Clear|clear]] * [[Stata/Cls|cls]] * [[Stata/Collapse|collapse]] * [[Stata/Compress|compress]] * [[Stata/Confirm|confirm]] * [[Stata/Contract|contract]] * [[Stata/Correlate|correlate]] * [[Stata/Count|count]] * [[Stata/Describe|describe]] * [[Stata/Display|display]] * [[Stata/Do|do]] * [[Stata/Drop|drop]] * [[Stata/Ds|ds]] * [[Stata/Duplicates|duplicates]] * [[Stata/Edit|edit]] * [[Stata/EGen|egen]] * [[Stata/FrAlias|fralias]] * [[Stata/FrGet|frget]] * [[Stata/FrLink|frlink]] * [[Stata/Generate|generate]] * [[Stata/Graph|graph]] * [[Stata/GSort|gsort]] * [[Stata/Inspect|inspect]] * [[Stata/Keep|keep]] * [[Stata/Label|label]] * [[Stata/List|list]] * [[Stata/Log|log]] * [[Stata/Merge|merge]] * [[Stata/Order|order]] * [[Stata/Preserve|preserve]] * [[Stata/PutDocx|putdocx]] * [[Stata/PutExcel|putexcel]] * [[Stata/Pwd|pwd]] * [[Stata/PwCorr|pwcorr]] * [[Stata/Recast|recast]] * [[Stata/Recode|recode]] * [[Stata/Rename|rename]] * [[Stata/Replace|replace]] * [[Stata/Reshape|reshape]] * [[Stata/Restore|restore]] * [[Stata/Set|set]] * [[Stata/Sort|sort]] * [[Stata/Summarize|summarize]] * [[Stata/Table|table]] * [[Stata/Tabulate|tabulate]] * [[Stata/Unab|unab]] | 
| Line 31: | Line 95: | 
| == Estimation Commands == | |
| Line 32: | Line 97: | 
| * [[Stata/Logistic|logistic]] * [[Stata/Logit|logit]] * [[Stata/Mlogit|mlogit]] * [[Stata/Ologit|ologit]] * [[Stata/Proportion|proportion]] * [[Stata/Regress|regress]] * [[Stata/Sem|sem]] * [[Stata/Stepwise|stepwise]] * [[Stata/Svy|svy]] * [[Stata/SvySet|svyset]] * [[Stata/Total|total]] * [[Stata/TsSet|tsset]] * [[Stata/Xi|xi]] * [[Stata/XtSet|xtset]] | |
| Line 33: | Line 112: | 
| == Reporting == | == Post-estimation Commands == | 
| Line 35: | Line 114: | 
| * [[Stata/LogFiles|Log Files]] * [[Stata/ReportFiles|Report Files]] | * [[Stata/Estat|estat]] * [[Stata/Estimates|estimates]] * [[Stata/Margins|margins]] * [[Stata/Predict|predict]] * [[Stata/Test|test]] * [[Stata/TestParm|testparm]] | 
| Line 38: | Line 121: | 
| == User-written commands == | |
| Line 39: | Line 123: | 
| * [[Stata/Mahapick|mahapick]] | |
| Line 40: | Line 125: | 
| == Analysis == | == See also == | 
| Line 42: | Line 127: | 
| * [[Stata/Models|Models]] | [[https://www.stata.com/manuals/icombinedsubjecttableofcontents.pdf|Stata user manual]] | 
Stata
Stata (sometimes typeset as STATA) is both a programming language and a statistical software suite.
There are no other notable implementations of the language.
General
Syntax
Functions
General Purpose Commands
Estimation Commands
Post-estimation Commands
User-written commands
