Support materials for
An Introduction to Stata for Health Researchers, Second Edition
You can download the datasets, do-files, and unofficial commands that were used in An Introduction to Stata for Health Researchers, Second Edition from within Stata using the net command.
The book sugggests that the datasets and do-files be downloaded to the directory C:\docs\ishr2, but you can store them wherever you wish. To download the files to C:\docs\ishr2, type
. cd C:\docs . mkdir ishr2 . cd ishr2 . net from http://www.stata-press.com/data/ishr2/ . net install ishr2-ado . net get ishr2-data . net get ishr2-do
If you installed the files from the previous edition of this book, you will need to append the replace option to the net install command.
If you do not have an Internet connection from within Stata, you can download one of the following files:
ishr2.zip | Zip format, 168 K |
ishr2.tar.Z | Unix tar.Z format 221 K |
We suggest that you create a new directory and copy the materials there.