From the course: Introduction to Stata
Unlock the full course today
Join today to access over 24,800 courses taught by industry experts.
Importing data - Stata Tutorial
From the course: Introduction to Stata
Importing data
- [Instructor] In this session we'll explore how to load data and import data into Stata. The basics of loading data are fairly straightforward but Stata offers some powerful import features and also some easy copy and paste options. In this session we'll focus on both menu options in Stata and on three particular Stata commands. The command clear allows us to wipe all data in our current Stata session. Be careful, there is no back button in Stata and executing this command will remove all your data in your current session. The command use is used to load data sets and it's fairly easy to use. The command sysuse is a sibling of use and it's actually a command that we'll be using a lot in this course but you'll probably never use for real. Sysuse stands for system use and allows you to load the training data sets that come inbuilt with Stata. And finally, import is a command that allows you to import non-Stata data files into…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.