Transcription of Getting Started in Data Analysis using Stata
{{id}} {{{paragraph}}}
Getting Started in Data Analysis using Stata (v. ) Oscar Torres-Reyna December 2007 PU/DSS/OTR Stata Tutorial Topics What is Stata ? Stata screen and general description First steps: Setting the working directory (pwd and cd ..) Log file (log using ..) Memory allocation (set mem ..) Do-files (doedit) Opening/saving a Stata datafile Quick way of finding variables Subsetting ( using conditional if ) Stata color coding system From SPSS/SAS to Stata Example of a dataset in Excel From Excel to Stata (copy-and-paste, *.)
log using mylog.log, append . To replace a log file add the option replace, type: log using mylog.log, replace . Note that the option replace will delete the contents of the previous version of the log. First steps: memory allocation . Stata 12+ will automatically allocate the necessary memory to open a file. It is recommended to
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}