I used the following model: model1= lmer(A~B*C+(1|block)) where A is a quantitative (continuous) variable and B and C are qualitative ones, with respectively 3 and 4 levels (A and B are crossed, 1 repetition of A-B combination treatments by block and 4 blocks).

anova(model1) gave significant results for A, B and the interaction A*B.

As post-hoc test, I would like to use pairwise.t.test (p.ajust.method="holm") in order to access which levels are significant. Is it the right method? If not, could anyone tell me why please?

Moreover, I read that people used lsmeans or ghlt. Does anyone knows what is the best between the 3 post-hoc tests and why? Thank you!

More Pauline Hervé's questions See All
Similar questions and discussions