Differences between revisions 5 and 25 (spanning 20 versions)
Revision 5 as of 2021-12-06 04:58:00
Size: 747
Comment:
Revision 25 as of 2023-03-15 21:08:02
Size: 1655
Comment:
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 interpret and execute programs written in Stata. There are no other notable implementations of a Stata (language) interpreter. '''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 13: Line 13:
 * [[Stata/DataTypes|Data Types]]
Line 15: Line 16:
 * [[Stata/SystemParameters|System Parameters]]
 * [[Stata/SystemVariables|System Variables]]
 * [[Stata/StoredResults|Stored Results]]
Line 20: Line 24:
 * [[Stata/AggregatingData|Aggregating Data]]
 * [[Stata/DatetimeFunctions|Datetime Functions]]
 * [[Stata/DatetimePseudoFunctions|Datetime Pseudo-Functions]]
Line 21: Line 28:
 * [[Stata/JoiningData|Joining Data]]
 * [[Stata/Looping|Looping]]
 * [[Stata/NumericFunctions|Numeric Functions]]
 * [[Stata/StringFunctions|String Functions]]



== Commands ==

 * [[Stata/Duplicates|Duplicates]]
 * [[Stata/Egen|Egen]]
 * [[Stata/Rename|Rename]]
Line 26: Line 45:
 * [[Stata/AdoAndDoFiles|Ado and Do Files]]  * [[Stata/AdoFiles|Ado Files]]
Line 28: Line 47:
 * [[Stata/Mata|Mata]]
 * [[Stata/Matrices|Matrices]]
Line 30: Line 51:
 * [[Stata/Scalars|Scalars]]



== Modeling ==

 * [[Stata/Logistic|Logistic]]
 * [[Stata/Logit|Logit]]
Line 42: Line 71:
 * [[Stata/Models|Models]]  * [[Stata/Graphing|Graphing]]
 * [[Stata/Modeling|Modeling]]

----



== See also ==

[[https://www.stata.com/manuals/icombinedsubjecttableofcontents.pdf|Stata user manual]]

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

Commands

Programming

Modeling

Reporting

Analysis


See also

Stata user manual


CategoryRicottone

Stata (last edited 2025-10-24 18:54:50 by DominicRicottone)