Hi,
I have a panel data of 30 subjects with 15 longitudinal observations each. These subjects were allocated to receive either the intervention A or B. I have measured a number of plasma biomarkers as continuous outcomes (non-normally distributed, so I use the log10 transformation) and have different covariates which are possible confounders.
I am using linear mixed models to compute the effect of the intervention on the outcomes at the different time-points. I would like to adjust the models by potential confounders, but I am not sure if the rule that generally applies to multivariate models (1 adjusting variable for every 10 observations or outcomes) applies here. I suppose that a dataset with a large number of observations per subject allows adjusting for more variables. Could you please help me with this?
My code is:
xtset id week
xtmixed log_biomarker confounder1 confouder2 confounder3 confounder4 confouder5 i.week##arm || idnum:, covariance(independent) vce(robust)
Thanks in advance,
Sergio
Related Posts with Multivariate adjustment linear mixed models for studies with repeated measurements
Crossed random effects model not working after update to Stata/MP 16.1 if sample size exceeds 50 000Dear Statalisters, I've found that a fairly simple crossed random effects multilevel model I estima…
Unbalanced Panel data to balanced panel data for 5 YearsDear All I have an unbalanced panel data from year 2006 to year 2018. There are firms with data as …
caterpillar plot for multi level analysisHi, I would be grateful for some advice please. I have done a multi level regression analysis. Leve…
Setting base level for regression's interaction with continuous variableHello Stata experts! Thanks in advance for reading my post, hope the lockdown is somewhat bearable …
'Wrong' sign with fixed effectsHi there, I was hoping to get help regarding a change is signs of a coefficient when using fixed ef…
Subscribe to:
Post Comments (Atom)
0 Response to Multivariate adjustment linear mixed models for studies with repeated measurements
Post a Comment