Support materials for
Data Analysis Using Stata, Second Edition
You can download the datasets and do-files for Data Analysis Using Stata, Second Edition from within Stata using the net command.
At the Stata prompt, type
. mkdir c:\data\kk2 . cd c:\data\kk2 . net from http://www.stata-press.com/data/kk2/ . net get data . mkdir kksoep . cd kksoep . net get kksoep . cd ..
If you do not have an Internet connection from within Stata, you can download the datasets and do-files by using one of the following files:
kk2.zip | Zip format, 4.7M |
kk2.tar.Z | Unix tar.Z format 7.3M |
To extract the file kk2.zip, create a new folder: c:\data\kk2. Copy kk2.zip into this folder. Unzip the file kk2.zip using any program that can unzip zip archives. (Most computers have such a program already installed. If not you can get one for free using the Internet, e.g., pkzip, which is developed by PKWARE.) Make sure to preserve the kksoep subdirectory contained in the zip file.