There is a fundamental question that I have not been able to fully understand. I have a 5 independent groups and want to know which of these group means are different. So I have two choices: 1. Do one-way anova and then post hoc test (eg. Tukey) 2. Just do multiple t test and then adjust p values , using pairwise.t.test Which approach should I go? what is the different between these two approach?
A followup question: If these 5 groups are dependent groups (repeated measure), then what is the correct way to do those comparison? Is there any difference from when those groups are independent?
Thank you in advance for the expert opinion.