Hello,
How do you adjust for sex in a logistic regression? By adding the variable to the model is it already adjusted for or is there some other method I need to follow?
Also, if my sex variable is coded as 1=male and 2=female, do I need to recode it as 0=male and 1=female in order to adjust for it?
I am currently using the following command:
Thank you in advance!
How do you adjust for sex in a logistic regression? By adding the variable to the model is it already adjusted for or is there some other method I need to follow?
Also, if my sex variable is coded as 1=male and 2=female, do I need to recode it as 0=male and 1=female in order to adjust for it?
I am currently using the following command:
Code:
logistic depression curmetsyn agenew sex curdiabetic curdrnk
Comment