Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

Suppose one wants to compute the odds ratio of a disease for a person in group $A$ versus that of a person in group $B$. Suppose we consider the following: (i) include age in the odds ratio calculation, (ii) include age and height in the odds ratio calculation. Is it possible for the odds ratio for (ii) to be much greater than the odds ratio of (i)?

share|improve this question

2 Answers

Yes, it is possible for group (ii) to be greater. (whether it's MUCH greater would depend on your definition)

For an intuitive point of view, (i) averages out the effect of height among the people in the groups, but (ii) allows the effect to vary.

If you are to look at the calculation (taken from wikipedia on logistic regression), the model is $1/(1+e^{-z})$; so as $z$ gets larger, the odds would increase as well.

Hope this helps.

share|improve this answer

Yes, this is entirely possible. What you're talking about is the confounding of the association between Group and Disease by in this case height. It's entirely possible for confounding to push the observed association downward, and when corrected for, to have the odds ratio rise. Indeed, if the confounder is negatively associated with the exposure and the disease, this should be what happens.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.