Differences between revisions 61 and 68 (spanning 7 versions)
Revision 61 as of 2025-04-04 00:19:16
Size: 3231
Comment: Links
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]]
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 22: Line 27:
 * [[Stata/DatetimeFunctions|Datetime Functions]]
 * [[Stata/DatetimePseudoFunctions|Datetime Pseudo-Functions]]
Line 28: Line 31:

== Functions ==

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

Line 85: Line 91:
== Estimation Commands ==
Line 86: Line 93:

== Modeling Commands ==

 * [[Stata/Estat|estat]]
Line 93: Line 96:
 * [[Stata/Margins|margins]]
Line 96: Line 98:
 * [[Stata/Predict|predict]]
Line 102: Line 103:
 * [[Stata/Test|test]]
 * [[Stata/TestParm|testparm]]
Line 108: Line 107:
== Post-estimation Commands ==
Line 109: Line 109:

== 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/Estat|estat]]
 * [[Stata/Estimates|estimates]]
 * [[Stata/Margins|margins]]
 * [[Stata/Predict|predict]]
 * [[Stata/Test|test]]
 * [[Stata/TestParm|testparm]]

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