Size: 1885
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: |
'''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 18: | Line 23: |
* [[Stata/StoredResults|Stored Results]] |
|
Line 25: | Line 27: |
* [[Stata/DatetimeFunctions|Datetime Functions]] * [[Stata/DatetimePseudoFunctions|Datetime Pseudo-Functions]] |
|
Line 31: | Line 31: |
== Functions == * [[Stata/DatetimeFunctions|Datetime Functions]] * [[Stata/DatetimePseudoFunctions|Datetime Pseudo-Functions]] |
|
Line 34: | Line 39: |
== General Purpose Commands == | |
Line 35: | 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 36: | Line 91: |
== Commands == | == Estimation Commands == |
Line 38: | Line 93: |
* [[Stata/Collapse|Collapse]] * [[Stata/Contract|Contract]] * [[Stata/Duplicates|Duplicates]] * [[Stata/Egen|Egen]] * [[Stata/Label|Label]] * [[Stata/List|List]] * [[Stata/Rename|Rename]] * [[Stata/Reshape|Reshape]] |
* [[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 47: | Line 107: |
== Post-estimation Commands == | |
Line 48: | Line 109: |
== Programming == * [[Stata/AdoFiles|Ado Files]] * [[Stata/Macros|Macros]] * [[Stata/Mata|Mata]] * [[Stata/Matrices|Matrices]] * [[Stata/Programs|Programs]] * [[Stata/Python|Python]] * [[Stata/Scalars|Scalars]] == Modeling == * [[Stata/Logistic|Logistic]] * [[Stata/Logit|Logit]] * [[Stata/Predict|Predict]] * [[Stata/Regress|Regress]] == Reporting == * [[Stata/LogFiles|Log Files]] * [[Stata/ReportFiles|Report Files]] == Analysis == * [[Stata/Graphing|Graphing]] * [[Stata/Modeling|Modeling]] ---- |
* [[Stata/Estat|estat]] * [[Stata/Estimates|estimates]] * [[Stata/Margins|margins]] * [[Stata/Predict|predict]] * [[Stata/Test|test]] * [[Stata/TestParm|testparm]] |
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