STATA comes with a set of sample data files. This helps the learner in understanding how different set of tests can be applied to single data. For the purpose of understanding this module I will be using auto.dta and will be applying some tests to this data. However, importing data from MS excel to STATA is important.
Selecting example datasets
In order to select example datasets, click on File and scroll down to example datasets. Click on “Example Datasets…”. A new window will open. There will be two options:
- Example Datasets installed with STATA
- STATA Manual Datasets
While option 1 provides different datasets in STATA, that were installed as default with the software. On the other hand, option 2 will enable to have web access all the datasets which have been computed using STATA.
To full fill the purpose of this article select option 1. After which a new page will open that enlists different datasets. For every dataset you can use 2 options, i.e. use or describe. When you Click “Describe”, it will give you the description of dataset variables in Output window and when you click “Use” it will reflect all the variables in Variable window.
Importing data to Data Editor
Since we have selected an Example Dataset, the data for each variable is automatically transferred to data editor window (see below):

If the data is stored in excel, then import the data to STATA by copying the data from MS Excel into the Data Editor. In order to do so, click on the Data Editor icon on the bar as shown below:

While pasting the data in the data editor window, it will give you two options:
- Treat first row as data
- Treat first row as variable names
In cases where there are variable names we will select Option 2 so that the variables names are added on the top row. The Data Editor like MS excel allows the analyst to make changes in the responses if and when needed.
Introduction to STATA | How to manage variables in STATA? |
Priya Chetty
Latest posts by Priya Chetty (see all)
- How the difference in gender, influence career outcomes? - December 12, 2019
- Importance of strategic management to excel in business - December 11, 2019
- Why am I being suggested to go for a higher word count category? - December 8, 2019
how to import data from MS word to Stata