Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

I received the following message in SAS:

Measures of association between the observed and predicted values were not calculated because the mean scored predicted probabilities are indistinguishable when they are classified into intervals of length 0.008.

share|improve this question

closed as not a real question by Andy W, gung, whuber Sep 13 '12 at 16:46

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

It appears that your predicted probabilities are all falling into the same bin width, so your model is not a good fit to your data. See here.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.