Differences between revisions 5 and 52 (spanning 47 versions)
Revision 5 as of 2021-12-06 04:58:00
Size: 747
Comment:
Revision 52 as of 2024-04-25 17:01:48
Size: 2939
Comment: Style: SAS procs get listed all uppercase, POSIX commands get listed all lowercase, so Stata commands should be listed all lowercase
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 14: Line 14:
 * [[Stata/DataTypes|Data Types]]
Line 20: Line 21:
 * [[Stata/AggregatingData|Aggregating Data]]
 * [[Stata/DatetimeFunctions|Datetime Functions]]
 * [[Stata/DatetimePseudoFunctions|Datetime Pseudo-Functions]]
Line 21: Line 25:
 * [[Stata/JoiningData|Joining Data]]
 * [[Stata/Logic|Logic]]
 * [[Stata/Looping|Looping]]
 * [[Stata/NumericFunctions|Numeric Functions]]
 * [[Stata/StringFunctions|String Functions]]



== General Purpose 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/Do|do]]
 * [[Stata/Drop|drop]]
 * [[Stata/Ds|ds]]
 * [[Stata/Duplicates|duplicates]]
 * [[Stata/Edit|edit]]
 * [[Stata/Egen|egen]]
 * [[Stata/Estat|estat]]
 * [[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/Preserve|preserve]]
 * [[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/Restore|restore]]
 * [[Stata/Set|set]]
 * [[Stata/Sort|sort]]
 * [[Stata/Summarize|summarize]]
 * [[Stata/Table|table]]
 * [[Stata/Tabulate|tabulate]]



== Modeling Commands ==

 * [[Stata/Logistic|logistic]]
 * [[Stata/Logit|logit]]
 * [[Stata/Predict|predict]]
 * [[Stata/Regress|regress]]
 * [[Stata/Svy|svy]]
 * [[Stata/SvySet|svyset]]
 * [[Stata/Test|test]]
Line 26: Line 101:
 * [[Stata/AdoAndDoFiles|Ado and Do Files]]  * [[Stata/AdoFiles|Ado Files]]
 * [[Stata/Frames|Frames]]
Line 28: Line 104:
 * [[Stata/Mata|Mata]]
 * [[Stata/Matrices|Matrices]]
Line 30: Line 108:
 * [[Stata/Scalars|Scalars]]
 * [[Stata/StoredResults|Stored Results]]
 * [[Stata/SystemParameters|System Parameters]]
 * [[Stata/SystemVariables|System Variables]]

----
Line 33: Line 117:
== Reporting == == See also ==
Line 35: Line 119:
 * [[Stata/LogFiles|Log Files]]
 * [[Stata/ReportFiles|Report Files]]



== Analysis ==

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

Stata (last edited 2026-04-12 15:57:27 by DominicRicottone)