Support materials for
Data Analysis Using Stata
You can download the datasets and do-files for Data Analysis Using Stata from within Stata using the net command.
At the Stata prompt, type
. mkdir c:\data\kk . cd c:\data\kk . net from http://www.stata-press.com/data/kk/ . 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:
kk.zip | Zip format, 4.9M |
kk.tar.Z | Unix tar.Z format 7.7M |
To extract the file kk.zip, create a new folder: c:\data\kk. To do so on a Windows system, use Windows Explorer, move into the directory c:\data, select File > New > Folder, and insert c:\data\kk.
Afterwards copy kk.zip into this folder. Unzip the file kk.zip using any program that can unzip zip archives. Make sure to preserve the kksoep subdirectory contained in the zip file.