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
See this note.
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
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.