SLIDE 35 35
When we have repeated obs for each S, this introduces a correl across Ss between, e.g., score at T=1 and score at T=2. This correl complicates the definition of test statistics for the different null hypotheses.
- lmer() is designed to take account of these correls in defining
appropriate testing procedures.
- Models with only fixed effects are analysed using lm(). Models
with both fixed and random effects are called mixed models and are analysed using lmer() (or lme() or aov(), …).
- Subject (or suid) is sometimes referred to as the ‘grouping’ factor.
In linguistic studies, ‘stimuli’ (e.g., words) can also be a random effect if each ‘speaker’ responds to each word.
- Subjects can vary randomly in their overall average score (or
‘intercept’); but they can also vary in their sensitivity to T (or ‘slope’). How to specify and test these models with lmer()?
S T = 1 T = 2 T = 3 1 3 4 7 2 5 5 6 … … … … 8 1 2 5
Preliminary Issues in Mixed Models