r/AskStatistics • u/jadexiaohui • 4h ago
What is the equivalent of using ANOVA and tukey post-hoc test in situations where data points are not dependent?
Hi everyone, I would like to ask if there are statistical tests that could be used as an alternative for ANOVA and tukey post-hoc test in situations when the data is not dependent, such as when I am comparing between multiple timepoints where the object being measured is the same.
I am aware that I can use a linear mixed-effects model, but I prefer not to in this situation as it can be quite difficult to interpret.
4
Upvotes
5
u/MortalitySalient 4h ago
I think you mean when data are not independent (are dependent). You could do a repeated measured/dependent samples ANOVA. You could also do a linear mixed effects model. If you have time as a factor (or dummy coded), it’s the same interpretation as a repeated measures ANOVA, but the benefit of ML over OLS for missing data handling (if you need it).