Good morning to everybody!!
Is it correct according to you what I wrote?
For each continuous variable, data collected at the scheduled visits were analyzed by linear mixed models including as fixed factors the time (18m, 24m), group of diagnosis , and their interaction (time* group of diagnosis). The reference levels were “18m” for time, and “typical” for group of diagnosis. Interaction terms between groups of diagnosis and time were included to determine if groups of diagnosis led to different trajectories over time. Random intercepts for participants accounted for the dependence of repeated measures. Un unstructured covariance matrix was assumed. P-values for the overall effects of factors and their interactions were obtained. Contrasts were assessed to test differences, specifically among groups by time, and among times by group. Mixed models can accommodate unbalanced data patterns and use all available observations and children/subjects in the analysis. Inferences are valid under the assumption that missing observations are “missing at random”.
I use this syntax
Thanks to everybody
Tommaso
Is it correct according to you what I wrote?
For each continuous variable, data collected at the scheduled visits were analyzed by linear mixed models including as fixed factors the time (18m, 24m), group of diagnosis , and their interaction (time* group of diagnosis). The reference levels were “18m” for time, and “typical” for group of diagnosis. Interaction terms between groups of diagnosis and time were included to determine if groups of diagnosis led to different trajectories over time. Random intercepts for participants accounted for the dependence of repeated measures. Un unstructured covariance matrix was assumed. P-values for the overall effects of factors and their interactions were obtained. Contrasts were assessed to test differences, specifically among groups by time, and among times by group. Mixed models can accommodate unbalanced data patterns and use all available observations and children/subjects in the analysis. Inferences are valid under the assumption that missing observations are “missing at random”.
I use this syntax
Code:
xtmixed VARIABLEA Diagnosi_numbis##timepoint || ID:, covariance(unstructured) reml
Tommaso

Comment