Size: 317
Comment:
|
← Revision 68 as of 2025-05-20 18:06:30 ⇥
Size: 3216
Comment: Added section
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
<<TableOfContents>> | '''Stata''' (sometimes typeset as '''STATA''') is both a programming language and a statistical software suite. |
Line 5: | Line 5: |
---- | There are no other notable implementations of the language. |
Line 7: | Line 7: |
== General == | |
Line 8: | Line 9: |
* [[Stata/AdoFiles|Ado Files]] * [[Stata/DataFormats|Data Formats]] * [[Stata/DataTypes|Data Types]] * [[Stata/Frames|Frames]] * [[Stata/Macros|Macros]] * [[Stata/Mata|Mata]] * [[Stata/Matrices|Matrices]] * [[Stata/Metadata|Metadata]] * [[Stata/Programs|Programs]] * [[Stata/Python|Python]] * [[Stata/Scalars|Scalars]] * [[Stata/StoredResults|Stored Results]] * [[Stata/SystemParameters|System Parameters]] * [[Stata/SystemVariables|System Variables]] |
|
Line 11: | Line 26: |
See: | * [[Stata/AggregatingData|Aggregating Data]] * [[Stata/FileIO|File I/O]] * [[Stata/JoiningData|Joining Data]] * [[Stata/Logic|Logic]] * [[Stata/Looping|Looping]] |
Line 13: | Line 32: |
* [[Stata/Macros]] | == Functions == |
Line 15: | Line 34: |
---- | * [[Stata/DatetimeFunctions|Datetime Functions]] * [[Stata/DatetimePseudoFunctions|Datetime Pseudo-Functions]] * [[Stata/NumericFunctions|Numeric Functions]] * [[Stata/StringFunctions|String Functions]] |
Line 17: | Line 39: |
== General Purpose Commands == | |
Line 18: | Line 41: |
* [[Stata/Append|append]] * [[Stata/Assert|assert]] * [[Stata/Browse|browse]] * [[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/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/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 19: | Line 91: |
== Data == | == Estimation Commands == |
Line 21: | Line 93: |
See: | * [[Stata/Gsem|gsem]] * [[Stata/Logistic|logistic]] * [[Stata/Logit|logit]] * [[Stata/Mlogit|mlogit]] * [[Stata/Ologit|ologit]] * [[Stata/Regress|regress]] * [[Stata/Sem|sem]] * [[Stata/Stepwise|stepwise]] * [[Stata/Svy|svy]] * [[Stata/SvySet|svyset]] * [[Stata/TsSet|tsset]] * [[Stata/Xi|xi]] * [[Stata/XtSet|xtset]] |
Line 23: | Line 107: |
* [[Stata/FileIO]] * [[Stata/LogFiles]] * [[Stata/ReportFiles]] * [[Stata/DataFormats]] |
== Post-estimation Commands == |
Line 28: | Line 109: |
---- | * [[Stata/Estat|estat]] * [[Stata/Estimates|estimates]] * [[Stata/Margins|margins]] * [[Stata/Predict|predict]] * [[Stata/Test|test]] * [[Stata/TestParm|testparm]] |
Line 30: | Line 116: |
== See also == | |
Line 31: | Line 118: |
== Analysis == See: * [[Stata/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