I obtained a poor discrimination(AUROC) and a good callibration(according to hosmer lemeshow) in a logistic regression model. How can I address this situation?
Asked
Active
Viewed 637 times
1
-
1I would not rely on the HL test, in general. – Todd D Mar 02 '17 at 04:52
-
Hosmer-Lemeshow test is considered obsolete: http://stats.stackexchange.com/questions/145112/hosmer-lemeshow-test-with-weighted-data/145116#145116 – kjetil b halvorsen Apr 13 '17 at 09:22
2 Answers
1
Clearly, your explanatory variables doesn't explain the response very well - at least in the model you are using. You could try adding interaction terms, and/or use b-splines of the explanatory variables if they are continuous and their relationship to the response may be nonlinear.

jwimberley
- 3,679
- 2
- 11
- 20
-
1What is the range of values of the probabilities predicted by your model and how many observations do you have? – Mar 02 '17 at 04:54
0
HL statistic gives you goodness-of-fit measure of your model, and in your case it's a good model.
When constructing the ROC curve, you plot the points with different probability thresholds. While you may have a well-fitted model, that doesn't necessary mean you have good classification performance over some of the thresholds. A possibility is the skewness of your data.

SmallChess
- 6,764
- 4
- 27
- 48