Hi!
I am working on a project that will explore whether long-term averaged traffic noise exposure is associated with body mass index in children measured at different ages (0-7). I use linear mixed models, with which I have little experience. My model looks like this:
mixed zbmi centnoise age age2 c.centnoise#c.age i.gender c.age##i.gender c.age2##i.gender || PREG_ID_1569: alder_mnd, cov(unstr) mle
-The continous noise variable is centered, but age is not (it includes 0). Is it in general good practice to center all continous variables?
-In order to answer my question, I look at the interaction term between noise and age to see whether the slope is influenced by noise, and if significant, one can say that noise is associated with bmi longitudinally. I am correct? (And the centnoise, the centered noise variable, indicate the average change in zbmi per one unit increase in the noise variable?) In the above model, this interaction term turns out to be insignificant. However, both age-gender-interactions are significant. Is a good way to proceed with gender stratified analyses, or should I stop with the model shown?
-In addition, I would like to include the covariate "diet" in the model. However, diet is only measured at the last time point (age 7). Is it still OK to include diet if I restrict analysis to only those who have this diet information?
-I also have some time varying categorical covariates I consider to include. In order to make interpretation easier, is it OK to generate a variabel that is the mean of a covariate's scores? (i.e., maternal smoking coded 0 or 1 at 5 different time points made by (smoking0+smoking1+...+smoking4)/4)
Best regards,
Kjell V. Weyde
I am working on a project that will explore whether long-term averaged traffic noise exposure is associated with body mass index in children measured at different ages (0-7). I use linear mixed models, with which I have little experience. My model looks like this:
mixed zbmi centnoise age age2 c.centnoise#c.age i.gender c.age##i.gender c.age2##i.gender || PREG_ID_1569: alder_mnd, cov(unstr) mle
-The continous noise variable is centered, but age is not (it includes 0). Is it in general good practice to center all continous variables?
-In order to answer my question, I look at the interaction term between noise and age to see whether the slope is influenced by noise, and if significant, one can say that noise is associated with bmi longitudinally. I am correct? (And the centnoise, the centered noise variable, indicate the average change in zbmi per one unit increase in the noise variable?) In the above model, this interaction term turns out to be insignificant. However, both age-gender-interactions are significant. Is a good way to proceed with gender stratified analyses, or should I stop with the model shown?
-In addition, I would like to include the covariate "diet" in the model. However, diet is only measured at the last time point (age 7). Is it still OK to include diet if I restrict analysis to only those who have this diet information?
-I also have some time varying categorical covariates I consider to include. In order to make interpretation easier, is it OK to generate a variabel that is the mean of a covariate's scores? (i.e., maternal smoking coded 0 or 1 at 5 different time points made by (smoking0+smoking1+...+smoking4)/4)
Best regards,
Kjell V. Weyde
Comment