Title | Interpreting “outcome does not vary” error message when running logistic | |
Author | Paul Lin, StataCorp |
You probably have a dependent variable that is coded as 1 and 2 for the two outcomes
1 the event did not occur 2 the event did occur
Stata wants the coding
0 the event did not occur 1 the event did occur
All you have to do to fix the problem is
. replace dep_var = dep_var - 1
We create variable y and code it as 1 and 2, and this produces the error message. After recoding the variable, we fit the model.
Here is an example:
. sysuse auto (1978 Automobile Data) . gen y=foreign+1 . codebook y
y (unlabeled) |
y | Coefficient Std. err. z P>|z| [95% conf. interval] | |
price | .0009296 .0002999 3.10 0.002 .0003418 .0015174 | |
weight | -.0058785 .0016986 -3.46 0.001 -.0092078 -.0025493 | |
_cons | 9.000473 2.627577 3.43 0.001 3.850517 14.15043 | |
The coding
0 the event did not occur 1 the event did occur
is just an example of the type of coding Stata requires. Stata actually assumes the dependent variable is of the form
0 the event did not occur nonzero the event did occur
and draws no distinction between the nonzero numbers. Thus, if you had a dependent variable that recorded the number of times an event occurred and you now wanted to analyze simply whether the event occured 1 or more times, you could use that count variable as a dependent variable with logistic, logit, or probit.
Learn
Free webinars
NetCourses
Classroom and web training
Organizational training
Video tutorials
Third-party courses
Web resources
Teaching with Stata
© Copyright 1996–2024 StataCorp LLC. All rights reserved.
×
We use cookies to ensure that we give you the best experience on our website—to enhance site navigation, to analyze usage, and to assist in our marketing efforts. By continuing to use our site, you consent to the storing of cookies on your device and agree to delivery of content, including web fonts and JavaScript, from third party web services.
Cookie Settings
Last updated: 16 November 2022
StataCorp LLC (StataCorp) strives to provide our users with exceptional products and services. To do so, we must collect personal information from you. This information is necessary to conduct business with our existing and potential customers. We collect and use this information only where we may legally do so. This policy explains what personal information we collect, how we use it, and what rights you have to that information.
These cookies are essential for our website to function and do not store any personally identifiable information. These cookies cannot be disabled.
This website uses cookies to provide you with a better user experience. A cookie is a small piece of data our website stores on a site visitor's hard drive and accesses each time you visit so we can improve your access to our site, better understand how you use our site, and serve you content that may be of interest to you. For instance, we store a cookie when you log in to our shopping cart so that we can maintain your shopping cart should you not complete checkout. These cookies do not directly store your personal information, but they do support the ability to uniquely identify your internet browser and device.
Please note: Clearing your browser cookies at any time will undo preferences saved here. The option selected here will apply only to the device you are currently using.