Dear all,
thank you in advance for your time.
I am currently conducting a logistic regression analysis with the outcome variable being the presence or absence of a particular pathology. The predictors I am using are as follows:
Sex
Muscle mass
BMI
Subcutaneous fat
and others
However, I have encountered an issue regarding collinearity among my predictors, particularly with sex. Specifically, muscle mass and subcutaneous fat exhibit significant differences between men and women.
In my review of relevant literature, I have noticed similar situations where predictors are transformed into z-scores calculated separately within each sex category. For instance, in women, muscle mass is z-transformed using the mean and standard deviation specific to women, and the same procedure is applied for men.
Subsequently, these z-scores are incorporated into the regression model in place of the original variables. In my case, the model would look like this:
p(pathology)=a + b1(Sex) + b2(Zmusclemass) + b3(Zsubcutaneousfat)....+ e
and so on.
Do you believe this approach is reasonable?
Thank you very much!
Gianfranco
thank you in advance for your time.
I am currently conducting a logistic regression analysis with the outcome variable being the presence or absence of a particular pathology. The predictors I am using are as follows:
Sex
Muscle mass
BMI
Subcutaneous fat
and others
However, I have encountered an issue regarding collinearity among my predictors, particularly with sex. Specifically, muscle mass and subcutaneous fat exhibit significant differences between men and women.
In my review of relevant literature, I have noticed similar situations where predictors are transformed into z-scores calculated separately within each sex category. For instance, in women, muscle mass is z-transformed using the mean and standard deviation specific to women, and the same procedure is applied for men.
Subsequently, these z-scores are incorporated into the regression model in place of the original variables. In my case, the model would look like this:
p(pathology)=a + b1(Sex) + b2(Zmusclemass) + b3(Zsubcutaneousfat)....+ e
and so on.
Do you believe this approach is reasonable?
Thank you very much!
Gianfranco
Comment