Size: 199
Comment:
|
Size: 1243
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]] * [[Stata/SystemParameters|System Parameters]] * [[Stata/StoredResults|Stored Results]] |
Line 19: | Line 21: |
== Data == | == Syntax == |
Line 21: | Line 23: |
See | * [[Stata/NumericFunctions|Numeric Functions]] * [[Stata/StringFunctions|String Functions]] * [[Stata/DatetimeFunctions|Datetime Functions]] * [[Stata/DatetimePseudoFunctions|Datetime Pseudo-Functions]] * [[Stata/FileIO|File I/O]] * [[Stata/Looping|Looping]] * [[Stata/AggregatingData|Aggregating Data]] * [[Stata/JoiningData|Joining Data]] |
Line 23: | Line 32: |
* [[Stata/FileIO]] * [[Stata/ReportFiles]] |
== 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]] == Analysis == * [[Stata/Graphing|Graphing]] * [[Stata/Modeling|Modeling]] |
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.
Contents
Data Model
Syntax
Programming
Reporting