Differences between revisions 3 and 12 (spanning 9 versions)
Revision 3 as of 2021-03-16 18:29:47
Size: 317
Comment:
Revision 12 as of 2022-09-24 19:54:57
Size: 999
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]]

----
 * [[Stata/DataTypes|Data Types]]
 * [[Stata/DataFormats|Data Formats]]
 * [[Stata/Metadata|Metadata]]
Line 19: Line 19:
== Data == == Syntax ==
Line 21: Line 21:
See:  * [[Stata/NumericFunctions|Numeric Functions]]
 * [[Stata/StringFunctions|String Functions]]
 * [[Stata/DatetimeFunctions|Datetime Functions]]
 * [[Stata/DatetimePseudoFunctions|Datetime Pseudo-Functions]]
 * [[Stata/FileIO|File I/O]]
Line 23: Line 27:
 * [[Stata/FileIO]]
 * [[Stata/LogFiles]]
 * [[Stata/ReportFiles]]
 * [[Stata/DataFormats]]
Line 28: Line 28:
----
== Programming ==

 * [[Stata/AdoAndDoFiles|Ado and Do Files]]
 * [[Stata/Macros|Macros]]
 * [[Stata/Programs|Programs]]
 * [[Stata/Mata|Mata]]
 * [[Stata/Python|Python]]



== Reporting ==

 * [[Stata/LogFiles|Log Files]]
 * [[Stata/ReportFiles|Report Files]]
Line 34: Line 48:
See:

* [[Stata/Models]]
 * [[Stata/Models|Models]]

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)