Differences between revisions 1 and 46 (spanning 45 versions)
Revision 1 as of 2021-03-16 17:11:03
Size: 199
Comment:
Revision 46 as of 2023-06-09 15:45:05
Size: 2710
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:
== Data Model ==

 * [[Stata/DataFormats|Data Formats]]
 * [[Stata/DataTypes|Data Types]]
 * [[Stata/Metadata|Metadata]]
 * [[Stata/StoredResults|Stored Results]]
 * [[Stata/SystemParameters|System Parameters]]
 * [[Stata/SystemVariables|System Variables]]


Line 11: Line 24:
See  * [[Stata/AggregatingData|Aggregating Data]]
 * [[Stata/DatetimeFunctions|Datetime Functions]]
 * [[Stata/DatetimePseudoFunctions|Datetime Pseudo-Functions]]
 * [[Stata/FileIO|File I/O]]
 * [[Stata/JoiningData|Joining Data]]
 * [[Stata/Logic|Logic]]
 * [[Stata/Looping|Looping]]
 * [[Stata/NumericFunctions|Numeric Functions]]
 * [[Stata/StringFunctions|String Functions]]
Line 13: Line 34:
 * [[Stata/Macros]]

== Commands ==

 * [[Stata/Append|Append]]
 * [[Stata/Assert|Assert]]
 * [[Stata/Browse|Browse]]
 * [[Stata/Capture|Capture]]
 * [[Stata/Cd|Cd]]
 * [[Stata/Clear|Clear]]
 * [[Stata/Cls|Cls]]
 * [[Stata/Collapse|Collapse]]
 * [[Stata/Compress|Compress]]
 * [[Stata/Confirm|Confirm]]
 * [[Stata/Contract|Contract]]
 * [[Stata/Count|Count]]
 * [[Stata/Describe|Describe]]
 * [[Stata/Display|Display]]
 * [[Stata/Drop|Drop]]
 * [[Stata/Ds|Ds]]
 * [[Stata/Duplicates|Duplicates]]
 * [[Stata/Edit|Edit]]
 * [[Stata/Egen|Egen]]
 * [[Stata/FrAlias|FrAlias]]
 * [[Stata/FrGet|FrGet]]
 * [[Stata/FrLink|FrLink]]
 * [[Stata/Generate|Generate]]
 * [[Stata/Graph|Graph]]
 * [[Stata/Gsort|Gsort]]
 * [[Stata/Inspect|Inspect]]
 * [[Stata/Keep|Keep]]
 * [[Stata/Label|Label]]
 * [[Stata/List|List]]
 * [[Stata/Log|Log]]
 * [[Stata/Merge|Merge]]
 * [[Stata/Order|Order]]
 * [[Stata/PutDocx|PutDocx]]
 * [[Stata/PutExcel|PutExcel]]
 * [[Stata/Pwd|Pwd]]
 * [[Stata/Recast|Recast]]
 * [[Stata/Recode|Recode]]
 * [[Stata/Rename|Rename]]
 * [[Stata/Replace|Replace]]
 * [[Stata/Reshape|Reshape]]
 * [[Stata/Sort|Sort]]
 * [[Stata/Summarize|Summarize]]
 * [[Stata/Table|Table]]
 * [[Stata/Tabulate|Tabulate]]



== Programming ==

 * [[Stata/AdoFiles|Ado Files]]
 * [[Stata/Frames|Frames]]
 * [[Stata/Macros|Macros]]
 * [[Stata/Mata|Mata]]
 * [[Stata/Matrices|Matrices]]
 * [[Stata/Programs|Programs]]
 * [[Stata/Python|Python]]
 * [[Stata/Scalars|Scalars]]



== Modeling ==

 * [[Stata/Logistic|Logistic]]
 * [[Stata/Logit|Logit]]
 * [[Stata/Predict|Predict]]
 * [[Stata/Regress|Regress]]
Line 19: Line 109:
== Data == == See also ==
Line 21: Line 111:
See [[https://www.stata.com/manuals/icombinedsubjecttableofcontents.pdf|Stata user manual]]
Line 23: Line 113:
 * [[Stata/FileIO]]
 * [[Stata/ReportFiles]]

Stata (last edited 2025-04-04 00:30:07 by DominicRicottone)