Dear Statalist,
In the repeated-measures mixed-effects linear models, the fixed effects often includes main terms, time, and interaction with time. But when adjusting for confounders, do we need to add time interaction with confounders?
Here is the example I found from published paper (Janmaat et al, 2019 Nephrol Dial Transplant):
eGFR_epi are the eGFR values over time based on the CKD-EPI equation. The variable Time represents the time between the index date and each subsequent eGFR value. categoricalDBP represents the dichotomized diastolic blood pressure ≥80 mmHg and <80 mmHg at baseline. For the fixed effects, They included DBP at baseline and the time and the interaction between DBP at baseline and the time.
When defining the adjusted model for the association between categorical baseline DBP and subsequent kidney function decline, all categorical confounders should be placed behind the BY in the model. Furthermore, in addition to the baseline confounders, the interaction between baseline confounder and time is added in the fixed effects part. (let's suppose the confounders are baseline values, and remains same across the Time with individual studynumber).
Model A
mixed eGFR_epi categoricalDBP##Time sex##Time c.age##Time race##Time c.alcohol##Time || studynumber:
But, if we adjust only the confounders without additional interaction terms with time, the results must be different.
Model B
mixed eGFR_epi categoricalDBP##Time sex c.age race c.alcohol || studynumber:
My questions are:
1. Do you suggest add confounder*Time interaction when adjusting for confounders in repeated-measures mixed-effects linear models?
2. If so, how to interpret the confounder*Time interaction
3. How to explain to reviewers why we add this confounder*Time interaction?
Cheers!
Will
Related Posts with Mixed-effects linear models confounder interaction with time
Combine string variables to make one idHi, I would like to combine string variables to make one id for each variable. The dataset looks l…
crossed random effects with binomial dataGreeting Experts, I am using Stata to create and analyze a mixed effect model for my data. I tested…
Categorical covariate for Parametric Survival ModelHello House, I am running parametric survival models using Code: streg Xlist distribution () time f…
Error while trying to add legend to a KM plot.Hi, I am trying to create Kaplan-Meier curves and trying to see the difference according to age cate…
Manual -xtprobit, fe- and -xtoprobit, fe-?Dear listers, after estimating fixed effect regressions for an outcome with a limited number of val…
Subscribe to:
Post Comments (Atom)
0 Response to Mixed-effects linear models confounder interaction with time
Post a Comment