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
F statistics for excluded instruments after re ec2slsDear Statalisters, I am running Baltagi's ec2sls random effects model. xtivreg investment (favoriti…
How to estimate data that are censored by different criteriaDear Statalists, I have an outcome variable y, which records a company's transaction value. The var…
How to Combine Categorical Variables into One Variable?Greetings Stata Users: I am trying to generate a variable that has the categories of the outcome of…
Count observationsHello, I am trying to count observations which have the same value for some variable but different I…
rangejoin reversed?Hi all, Working with two different datasets, and wondering if it is possible to perform rangejoin w…
Subscribe to:
Post Comments (Atom)
0 Response to Multivariate adjustment linear mixed models for studies with repeated measurements
Post a Comment