Displaying 1 result from an estimated 1 matches for "ampstopb".
2007 Feb 22
1
investigating interactions with mixed models
I'm investigating a number of dependent variables using mixed models, e.g.
data.lmer45 = lmer(ampStopB ~ (type + stress + MorD)^3 + (1|speaker) +
(1|word), data=data)
The p-values for some of the 2-way and 3-way interactions are significant
at a 0.05 level and I have been trying to find out how to understand the
exact nature of the interactions. Does anyone know if it is possible to run
post-ho...