What does it means if no CI was given for binary logistic regression analysis in SPSS output?
Asked
Active
Viewed 1,031 times
1
-
3If you made a screenshot of SPSS output, post it on [imgur](http://imgur.com) and give us the link or we can insert the picture in your post for you. It would also be better to [register](http://stats.stackexchange.com/faq#login) your account. – chl Dec 19 '12 at 10:45
-
2I would suggest you probably have linear separation of your data. The "signature" of this is large coefficients followed by extreme standard errors. You have categorical variables, so this usually means that one of the categories has either $0\text{%}$ or $100\text{%}$ response. – probabilityislogic Dec 26 '12 at 06:16
2 Answers
3
I expect that you have discovered the Hauck-Donner effect in logistic regression where the likelihood flattens out and gives a much too large estimate of the standard error using Wald techniques. You need to find a tool that will give results based on likelihood ratios rather than Wald techniques when this happens.

kjetil b halvorsen
- 63,378
- 26
- 142
- 467

Greg Snow
- 46,563
- 2
- 90
- 159
1
It looks like that the standard errors for your coefficients (B) are so large (look at the column named S.E.) that the values of $\exp(B + SE)$ are practically infinite. You probably need a larger sample size or more relevant variables. Basically you couldn't reject the null hypothesis (no effect) with your model.

dsaxton
- 11,397
- 1
- 23
- 45

user765195
- 2,075
- 1
- 20
- 27
-
1I also would suggest to investigate the existing data base for anomalies... – Giorgio Spedicato Dec 26 '12 at 08:08
-
In addition to what @user765195 wrote about overall sample size, you probably need to watch out for specific categories of predictors that have sample sizes in the single digits. – rolando2 Dec 28 '12 at 00:50