Hi all,
I have built the following linear mixed model to understand the association of accelerated biological aging (grimAge) with pulmonary function assessed annually. Instead of using time as the time-scale, I used chronological age incremented by 1 year at each annual visit.
mixed pulmonary c.chronologicalage##c.chronologicalage##c.grimage i.sexe || id: chronologicalage, residuals(ar 1, t(chronologicalage))
The coefficients and p values I presented in my paper are the ones for the interaction terms [grimage * chronological age] and then [grimage * squared chronological age].
I did similar models with the other existing biological aging clocks so basically same thing but instead of grim age biological age, it was the biological age provided by another clock.
Given that the models are repeated 6 times (I used 6 different biological aging clocks), I am asked to correct with Benjamini Hochberg.
I completely understand how it works if I only had one beta coefficient and a p value but here given that for each clock I presented a beta (and p value) for the interaction term with chronological age and then for the interaction term with chronological age squared, I am struggling with providing the corrected p values with Benjamini Hochberg.
Any advice would be extremely helpful to me. Thank you very much for your time.
Best, Pierre
I have built the following linear mixed model to understand the association of accelerated biological aging (grimAge) with pulmonary function assessed annually. Instead of using time as the time-scale, I used chronological age incremented by 1 year at each annual visit.
mixed pulmonary c.chronologicalage##c.chronologicalage##c.grimage i.sexe || id: chronologicalage, residuals(ar 1, t(chronologicalage))
The coefficients and p values I presented in my paper are the ones for the interaction terms [grimage * chronological age] and then [grimage * squared chronological age].
I did similar models with the other existing biological aging clocks so basically same thing but instead of grim age biological age, it was the biological age provided by another clock.
Given that the models are repeated 6 times (I used 6 different biological aging clocks), I am asked to correct with Benjamini Hochberg.
I completely understand how it works if I only had one beta coefficient and a p value but here given that for each clock I presented a beta (and p value) for the interaction term with chronological age and then for the interaction term with chronological age squared, I am struggling with providing the corrected p values with Benjamini Hochberg.
Any advice would be extremely helpful to me. Thank you very much for your time.
Best, Pierre

Comment