Differences between revisions 4 and 8 (spanning 4 versions)
Revision 4 as of 2021-05-19 16:08:32
Size: 446
Comment:
Revision 8 as of 2022-03-16 16:34:11
Size: 860
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]]
Line 19: Line 19:
== Data == == Syntax ==
Line 21: Line 21:
See:

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

----
 * [[Stata/NumericFunctions|Numeric Functions]]
 * [[Stata/StringFunctions|String Functions]]
 * [[Stata/FileIO|File I/O]]
Line 30: Line 27:
== Output == == Programming ==
Line 32: Line 29:
See:  * [[Stata/AdoAndDoFiles|Ado and Do Files]]
 * [[Stata/Macros|Macros]]
 * [[Stata/Programs|Programs]]
 * [[Stata/Python|Python]]
Line 34: Line 34:
 * [[Stata/FileIO|File I/O]]

== Reporting ==
Line 37: Line 40:

----
Line 43: Line 44:

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 2025-10-24 18:54:50 by DominicRicottone)