[R] Post hoc comparisons for interaction effects linear mixed effects models (lm4)

Katharina Voigt katharina.voigt1 at gmail.com
Sat Mar 25 02:24:43 CET 2017


Hi,
I want to obtain post hoc comparisons for a model with a three-way interaction (FullModel5 <- lmer(CIVADmc ~ 1 + Factor1 * Factor2 * Factor3 + (1|ID) + (1 | Item), data=Exp3_WTP_diffi).
I tried: "summary(glht(FullModel4, linfct = mcp(Factor1*Factor2*Factor3 = "Tukey")), test = adjusted("holm”))” , but this does not work.
any suggestions?








	[[alternative HTML version deleted]]



More information about the R-help mailing list