Regression Models for Categorical Dependent Variables Using Stata, Revised Edition, by J. Scott Long and Jeremy Freese assumes that you are using Stata 8 or later. If you are running Stata 7 or Stata 6, most of the commands work, but some things must be done differently, and the output will look slightly different.
You can download the datasets, do-files, and author-written commands used to produce the output in the book from within Stata using the net command.
To download the datasets and do-files, type
. net from http://www.stata-press.com/data/lfr/
. net describe rmcdvs
. net install rmcdvs
. net get rmcdvs
To download the author-written commands, type
. net from http://www.indiana.edu/~jslsoc/stata/
. net describe spostst8
. net get spostst8.pkg
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:
| rmcdvs.zip | PKZIP format, 776K |
| rmcdvs.tar.Z | Unix tar.Z format 119K |
We suggest that you create a new directory and copy the materials there.