Differences between revisions 4 and 14 (spanning 10 versions)
Revision 4 as of 2021-05-19 16:08:32
Size: 446
Comment:
Revision 14 as of 2022-09-25 20:00:28
Size: 1091
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

'''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.
Line 9: Line 11:
== Syntax == == Data Model ==
Line 11: Line 13:
See:

 * [[Stata/Macros|Macros]]

----
 * [[Stata/DataTypes|Data Types]]
 * [[Stata/DataFormats|Data Formats]]
 * [[Stata/Metadata|Metadata]]
 * [[Stata/SystemParameters|System Parameters]]
 * [[Stata/StoredResults|Stored Results]]
Line 19: Line 21:
== Data == == Syntax ==
Line 21: Line 23:
See:

 * [[Stata/DataFormats|Data Formats]]
 * [[Stata/Metadata|Metadata]]

----
 * [[Stata/NumericFunctions|Numeric Functions]]
 * [[Stata/StringFunctions|String Functions]]
 * [[Stata/DatetimeFunctions|Datetime Functions]]
 * [[Stata/DatetimePseudoFunctions|Datetime Pseudo-Functions]]
 * [[Stata/FileIO|File I/O]]
Line 30: Line 31:
== Output == == Programming ==
Line 32: Line 33:
See:  * [[Stata/AdoAndDoFiles|Ado and Do Files]]
 * [[Stata/Macros|Macros]]
 * [[Stata/Programs|Programs]]
 * [[Stata/Mata|Mata]]
 * [[Stata/Python|Python]]
Line 34: Line 39:
 * [[Stata/FileIO|File I/O]]

== Reporting ==
Line 37: Line 45:

----
Line 43: Line 49:

See:

Stata

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.


Data Model

Syntax

Programming

Reporting

Analysis


CategoryRicottone

Stata (last edited 2026-04-12 15:57:27 by DominicRicottone)