Hello, I'm trying to find make an odds ratio table. My dependent variable is a binary 0,1 (1 being hypertensive and 0 not). and i have the following independent categorical variables : age (3 categories), sex, education level (4 levels), and BMI (3 categories). I also have the following independent binary variables INT (has access to internet/not); SMOK (smokes/not); EXER (exercises or not) and ALCOL (drinks alcol or not).
I wrote the following code
logit HYP i.AGE i.SEX i.EDU i.BMI INT SMOK EXER ALCOL
logit , or
However, i know that there may be potential confounders affecting my result. How do I know which ones to account for and how do i account for them to find more accurate odds ratio. Does finding adjusted odds ratio consider confounders or will I have to find and account for each confounder?
Thank you in advance
I wrote the following code
logit HYP i.AGE i.SEX i.EDU i.BMI INT SMOK EXER ALCOL
logit , or
However, i know that there may be potential confounders affecting my result. How do I know which ones to account for and how do i account for them to find more accurate odds ratio. Does finding adjusted odds ratio consider confounders or will I have to find and account for each confounder?
Thank you in advance
Comment