Hello everyone
A knee prosthesis is well positioned when the line that goes from the center of the hip to the center of the ankle passes through the middle of the knee (more or less). We have three methods of knee alignment (conventional, navigation or robotic surgery). And we measured the alignment before and after surgery in the x-rays.
So we have the following variables:
So I used a repeated measurements general linear model using error_0 and error_1 as the repeated measurement and group as grouping variable.
Looking at the graph, it looks that there might be some interaction:
And, if I am not in a mistake, looking at the following tables it seems that:
But, when we run the post hoc test, we do not get significative differences. Why is that? What are those posc hot test referred to?
Any help would be greatly appreciated.
Thank you.
A knee prosthesis is well positioned when the line that goes from the center of the hip to the center of the ankle passes through the middle of the knee (more or less). We have three methods of knee alignment (conventional, navigation or robotic surgery). And we measured the alignment before and after surgery in the x-rays.
So we have the following variables:
- error_0: Difference (in absolute value) between the optimum (180 degrees) and the preoperative alignment. [error_0 = abs(180 - axis_0)]
- error_1: Difference (in absolute value) between the optimum (180 degrees) and the postoperative alignment. [error_1 = abs(180 - axis_1)]
- group: Type of treatment (conventional, navigation or robotic surgery)
So I used a repeated measurements general linear model using error_0 and error_1 as the repeated measurement and group as grouping variable.
Looking at the graph, it looks that there might be some interaction:

And, if I am not in a mistake, looking at the following tables it seems that:
- There is a general change in the error from preop to postop if we do not look at the type of treatment (p<0.001)
- There is not differences in the mean error [(preop+postop/2)] between the 3 different types of treatment (p=0.174)
- But there is an interaction effect between the time and the type of treatment. Meaning that one or several treatments gets more improvement from the preop to the postop (p=0.020). And, by looking at the graph, robotic surgery is our best candidate (as expected).


But, when we run the post hoc test, we do not get significative differences. Why is that? What are those posc hot test referred to?

Any help would be greatly appreciated.
Thank you.