Differences between revisions 57 and 72 (spanning 15 versions)
Revision 57 as of 2024-11-16 22:02:17
Size: 3073
Comment: Time series data
Revision 72 as of 2025-10-24 16:55:16
Size: 3435
Comment: Link
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]]
 * [[Stata/Weights|Weights]]
Line 22: Line 28:
 * [[Stata/DatetimeFunctions|Datetime Functions]]
 * [[Stata/DatetimePseudoFunctions|Datetime Pseudo-Functions]]
Line 28: Line 32:

== Functions ==

 * [[Stata/DatetimeFunctions|Datetime Functions]]
 * [[Stata/DatetimePseudoFunctions|Datetime Pseudo-Functions]]
Line 30: Line 39:

Line 46: Line 53:
 * [[Stata/Correlate|correlate]]
Line 72: Line 80:
 * [[Stata/PwCorr|pwcorr]]
Line 83: Line 92:
 * [[Stata/Unab|unab]]
Line 84: Line 94:
== Estimation Commands ==
Line 85: Line 96:

== Modeling Commands ==

 * [[Stata/Estat|estat]]
 * [[Stata/Gsem|gsem]]
Line 91: Line 99:
 * [[Stata/Margins|margins]]
 * [[Stata/Predict|predict]]
 * [[Stata/Mlogit|mlogit]]
 * [[Stata/Ologit|ologit
]]
 * [[Stata/Proportion|proportion]]
Line 94: Line 103:
 * [[Stata/Sem|sem]]
Line 97: Line 107:
 * [[Stata/Test|test]]  * [[Stata/Total|total]]
Line 102: Line 112:
== Post-estimation Commands ==
Line 103: Line 114:
 * [[Stata/Estat|estat]]
 * [[Stata/Estimates|estimates]]
 * [[Stata/Margins|margins]]
 * [[Stata/Predict|predict]]
 * [[Stata/Test|test]]
 * [[Stata/TestParm|testparm]]
Line 104: Line 121:
== Programming == == User-written commands ==
Line 106: Line 123:
 * [[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/Mahapick|mahapick]]

Stata (last edited 2025-10-24 18:54:50 by DominicRicottone)