BookmarkSubscribeRSS Feed
☑ This topic is solved. Need further help from the community? Please sign in and ask a new question.
rvdv
Calcite | Level 5

Hi all,

 

When I run a multilevel multivariable logistic regression model with random intercept and fixed effects, my 'Odds Ratio Estimates' table is presented. At the bottom of this table is the following: "Effects of continuous variables are evaluated as one unit offsets from the mean. The suboption AT changes the reference value and the suboption UNIT changes the offsets."

 

Now, I know that when presenting continuous variables in a logistic regression model, the OR means that for every one-unit increase in your continuous variable, the odds on the dependent variable increases by factor X.

 

However, the line in SAS talks about "one unit offsets from the mean."

 

Does anyone know what is meant by this? Why does this refer to the mean? And then how do you correctly interpret this OR?

 

Much appreciated for any insights

 

 

1 ACCEPTED SOLUTION

Accepted Solutions
StatDave
SAS Super FREQ

It depends on your model. If your continuous variable, X, is only included as a linear effect in the model (such as MODEL Y=X or CLASS A; MODEL Y=A X A*X) then the odds ratio is the same regardless of the value of X at which it is computed. That is because the change in X on the log odds scale is linear. But if your model involves X nonlinearly (such as MODEL Y=X X*X), then it will change.

View solution in original post

3 REPLIES 3
jiltao
SAS Super FREQ

It means one-unit increase in X from mean to mean+1.

 

Thanks,

Jill

rvdv
Calcite | Level 5

@jiltao 

Thank you for your response!
I understand that it means one-unit increase in X from mean to mean+1.

However, what I am struggling with is understanding how to interpret it at lower numbers.

For example: suppose my mean age is 70, the OR shows the difference in odds between 70 years and 71 years, but what does that say about 69 years?

 

Thanks in advance,

Roos

StatDave
SAS Super FREQ

It depends on your model. If your continuous variable, X, is only included as a linear effect in the model (such as MODEL Y=X or CLASS A; MODEL Y=A X A*X) then the odds ratio is the same regardless of the value of X at which it is computed. That is because the change in X on the log odds scale is linear. But if your model involves X nonlinearly (such as MODEL Y=X X*X), then it will change.

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
  • 3 replies
  • 342 views
  • 3 likes
  • 3 in conversation