BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
mjkop56
Obsidian | Level 7

This link has directions for conducting a multinomial logit, including how to calculate predicted probabilities.

https://stats.idre.ucla.edu/sas/dae/multinomiallogistic-regression/


Question: If the 95% CIs of the predicted probabilities do NOT overlap, can we conclude there is a statistically significant difference (at 5% level) between the probabilities?

I understand if the CIs do overlap, they may or may not be statistically significantly different.


EXAMPLE BELOW

For the below screenshot for example, when type of program = 3 and SES = 1 the predicted probability is 0.2021 (95% CI: 0.08459, 0.3197) where as for type of program = 2 and SES = 3, the probability is 0.7009 (95% CI: 0.5709, 0.8309). Therefore they do not overlap, so can we conclude the probabilities are statistically significant at the 5% level?

 

mjkop56_0-1632844332568.png

 







 

 

1 ACCEPTED SOLUTION

Accepted Solutions
StatDave
SAS Super FREQ

No. Confidence intervals that overlap or not is not equivalent to a test of the difference. If you want to test pairwise differences (or ratios) among the levels of the variable specified in the LSMEANS statement on the mean (probability) scale rather than the log odds scale, then you can use the NLMeans macro as shown in this note. See the section titled "Multinomial Response — Using the NLMeans macro". 

View solution in original post

1 REPLY 1
StatDave
SAS Super FREQ

No. Confidence intervals that overlap or not is not equivalent to a test of the difference. If you want to test pairwise differences (or ratios) among the levels of the variable specified in the LSMEANS statement on the mean (probability) scale rather than the log odds scale, then you can use the NLMeans macro as shown in this note. See the section titled "Multinomial Response — Using the NLMeans macro". 

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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
  • 360 views
  • 1 like
  • 2 in conversation