1

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?

amoeba
  • 93,463
  • 28
  • 275
  • 317
user132783
  • 11
  • 2

2 Answers2

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
  • 1
    What 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