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

Hello guys, i am a little confused and a simple explanation will help here. 

I ran these two codes. The second code is for the interaction model.

Variable names are "mi" and "sprob"

Proc logistic data = new descending; Model health = mi sprob; run;

Proc logistic data = new descending; Model health = mi sprob mi*sprob ; run;

 

I discovered that the Odds ratios was not displayed  for 'mi' or 'sprob' in the interaction model  when i ran it and i am wondering the reason why. The first code gave me an odds ratio but the second just didn't. Is there any theory for this? Either statistical or otherwise?

 

 

Thanks

 

1 ACCEPTED SOLUTION
1 REPLY 1

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

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