Hi,
i'm testing the efficacy of the same treatment on three different groups of patients.
I chose anova test (https://stats.idre.ucla.edu/stata/se...is-with-stata/) for repeated measures, and this is my command:
anova edsst gravitygroup / id | gravitygroup time gravitygroup#time, repeated(time)
in which edsst is my dependent, gravitygroup my independent variable (the three group of patients), and time represents the two time points in which i analyzed the effect of the same treatment.
I'd like to perform a post hoc analysis, comparing the difference group by group (1 vs 2, 2 vs 3 and 1 vs 3) to verify the magnitude of difference and to test if there is only one group that differs from others.
How can i obtain these results?
thanks a lot
i'm testing the efficacy of the same treatment on three different groups of patients.
I chose anova test (https://stats.idre.ucla.edu/stata/se...is-with-stata/) for repeated measures, and this is my command:
anova edsst gravitygroup / id | gravitygroup time gravitygroup#time, repeated(time)
in which edsst is my dependent, gravitygroup my independent variable (the three group of patients), and time represents the two time points in which i analyzed the effect of the same treatment.
I'd like to perform a post hoc analysis, comparing the difference group by group (1 vs 2, 2 vs 3 and 1 vs 3) to verify the magnitude of difference and to test if there is only one group that differs from others.
How can i obtain these results?
thanks a lot

Comment