17 March 2018 15 8K Report

Hello, I am using the lme4 package to do statistics on EEG ERP data (and also reaction times), but am still new to this (first time doing such a big analysis...)

Now I want to do a post-hoc analysis and compare the different levels of the factors, but since it is a quite complicated model with a lot of factors and also interactions, I’m quite unsure about the interpretation. I tried using different approaches:

lsmeansLT(fmGDmAgeIGDmDirLexFamConcIGLatDomI, test.effs=NULL, adjust="tukey", test = adjusted("holm"))

1) anova(fmGDmAgeIGDmDirLexFamConcIGLatDomI): here I get Sum Sq Mean Sq NumDF DenDF F.value Pr(>F), but not for all factors, which confuses me, and I don’t know what these values mean or what exactly this anova does (is it just a regular ANOVA instead of LME or is it really to interpret LME output?) It says it did Anova of Type III.

2) summary(glht(fmGDmAgeIGDmDirLexFamConcIGLatDomI, linfct = mcp(DomainElRow = "Tukey")), test = adjusted("holm")): This is quite nice, for each row of electrodes I get a comparison with each of the other ones. This is what I want, but can I really use this in light of the interactions that I see between DomainElRow (the different electrode domains/rows) and other factors such as Age? Are these interactions taken into account or do the values represent the mean deviance with everything else being held constant?

3) lsmeansLT(fmGDmAgeIGDmDirLexFamConcIGLatDomI, test.effs=NULL, adjust="tukey", test = adjusted("holm")): I think here I just get mean values (am I right? It says Least Squares Means table), but weirdly, it doesn’t show me all of the factors in my model. Also again, how can I interpret these means of the main effects and interactions? I want to be able to say something about what I observe...

4) posthoc.test |z|) Group == 0 -4.398659 2.695821 -1.632 0.9781

DomainElRowFrontal == 0 -47.145710 4.080135 -11.555

More Christina --'s questions See All
Similar questions and discussions