|
Size: 1243
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]] * [[Stata/DataFormats|Data Formats]] |
| Line 14: | Line 12: |
| * [[Stata/DataFormats|Data Formats]] | * [[Stata/Frames|Frames]] * [[Stata/Macros|Macros]] * [[Stata/Mata|Mata]] * [[Stata/Matrices|Matrices]] |
| Line 16: | Line 17: |
| * [[Stata/Programs|Programs]] * [[Stata/Python|Python]] * [[Stata/Scalars|Scalars]] * [[Stata/StoredResults|Stored Results]] |
|
| Line 17: | Line 22: |
| * [[Stata/StoredResults|Stored Results]] |
* [[Stata/SystemVariables|System Variables]] * [[Stata/Weights|Weights]] |
| Line 23: | Line 27: |
| * [[Stata/AggregatingData|Aggregating Data]] * [[Stata/FileIO|File I/O]] * [[Stata/JoiningData|Joining Data]] * [[Stata/Logic|Logic]] * [[Stata/Looping|Looping]] == Functions == * [[Stata/DatetimeFunctions|Datetime Functions]] * [[Stata/DatetimePseudoFunctions|Datetime Pseudo-Functions]] |
|
| Line 25: | Line 39: |
| * [[Stata/DatetimeFunctions|Datetime Functions]] * [[Stata/DatetimePseudoFunctions|Datetime Pseudo-Functions]] * [[Stata/FileIO|File I/O]] * [[Stata/Looping|Looping]] * [[Stata/AggregatingData|Aggregating Data]] * [[Stata/JoiningData|Joining Data]] |
|
| Line 32: | Line 40: |
| == General Purpose Commands == | |
| Line 33: | Line 42: |
| * [[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 34: | Line 95: |
| == Programming == | == Estimation Commands == |
| Line 36: | Line 97: |
| * [[Stata/AdoAndDoFiles|Ado and Do Files]] * [[Stata/Macros|Macros]] * [[Stata/Programs|Programs]] * [[Stata/Mata|Mata]] * [[Stata/Python|Python]] |
* [[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 42: | Line 112: |
| == Post-estimation Commands == | |
| Line 43: | Line 114: |
| * [[Stata/Estat|estat]] * [[Stata/Estimates|estimates]] * [[Stata/Margins|margins]] * [[Stata/Predict|predict]] * [[Stata/Test|test]] * [[Stata/TestParm|testparm]] |
|
| Line 44: | Line 121: |
| == Reporting == | == User-written commands == |
| Line 46: | Line 123: |
| * [[Stata/LogFiles|Log Files]] * [[Stata/ReportFiles|Report Files]] |
* [[Stata/Mahapick|mahapick]] |
| Line 49: | Line 125: |
| == See also == | |
| Line 50: | Line 127: |
== Analysis == * [[Stata/Graphing|Graphing]] * [[Stata/Modeling|Modeling]] |
[[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
