Differences between revisions 53 and 67 (spanning 14 versions)
Revision 53 as of 2024-04-25 17:02:33
Size: 2939
Comment: Recategorize estat
Revision 67 as of 2025-05-20 18:05:46
Size: 3195
Comment: Rewrite intro
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 15: Line 12:
 * [[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]]
 * [[Stata/SystemParameters|System Parameters]]
 * [[Stata/SystemVariables|System Variables]]
Line 30: Line 35:

Line 83: Line 86:
 * [[Stata/Unab|unab]]
Line 84: Line 88:
== Estimation Commands ==
Line 85: Line 90:
 * [[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 86: Line 104:
== Modeling Commands == == Post-estimation Commands ==
Line 89: Line 107:
 * [[Stata/Logistic|logistic]]
 * [[Stata/Logit|logit]]
 * [[Stata/Estimates|estimates]]
 * [[Stata/Margins|margins]]
Line 92: Line 110:
 * [[Stata/Regress|regress]]
 * [[Stata/Svy|svy]]
 * [[Stata/SvySet|svyset]]
Line 96: Line 111:



== Programming ==

 * [[Stata/AdoFiles|Ado Files]]
 * [[Stata/Frames|Frames]]
 * [[Stata/Macros|Macros]]
 * [[Stata/Mata|Mata]]
 * [[Stata/Matrices|Matrices]]
 * [[Stata/Programs|Programs]]
 * [[Stata/Python|Python]]
 * [[Stata/Scalars|Scalars]]
 * [[Stata/StoredResults|Stored Results]]
 * [[Stata/SystemParameters|System Parameters]]
 * [[Stata/SystemVariables|System Variables]]

----

 * [[Stata/TestParm|testparm]]

Stata (last edited 2025-05-20 18:06:30 by DominicRicottone)