BookmarkSubscribeRSS Feed
xianwei
Calcite | Level 5

Hi,

When I ran ordered logistic regression for ordinal outcome variable (like modified Rankin scale, 0-6), SAS gave the following note "Measures of association between the observed and predicted values were not calculated because the mean scored predicted probabilities are indistinguishable". Please explain what the note means. Even though note was presented, sas also provided statistical result. Was result correct when note also appeared? If not be correct, how do I deal with the issue? Thank you very much.

Best

xianwei

1 REPLY 1
StatDave
SAS Super FREQ

That message occurs when all of the predicted probabilities from the model are very close together as described in the "Rank Correlation of Observed Responses and Predicted Probabilities" section of the LOGISTIC documentationYou can save the predicted probabilities to a data set by using the P= option in the OUTPUT statement.  If your model gives all observations very similar predicted probabilities then it clearly is not effective at distinguishing the response levels.  Improving the model may require alteration such as treating numeric, ordinal categorical predictors as continuous or adding other predictors.  If one of your parameter estimates is extremely large, then the computation of predicted probabilities may be dominated by it.  This can result in all predicted probabilities being almost identical, causing this note.  If some parameter estimates (or their standard errors) are very large, then you may need to remove them from the model.

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 2523 views
  • 0 likes
  • 2 in conversation