Skip to content

help in coding random effects in lmer

1 message · Michael Lawrence

#
Oh, another benefit of including trial-by-trial data is that you can
increase the signal-to-noise ratio for the effects of interest by
covarying out temporal/sequential effects that typically are of less
interest; for example, response hand, time since last response (if
targets are temporally uncertain), etc. You can also quantify things
are are indeed of interest but that may not have been possible to
measure in traditional anova: I like to add block-number and
trial-number-within-block to look at  the effects of practice and
fatigue, respectively (you could even let block/trial interact with
the other effects of interest to see if/how those effects are affected
by practice & fatigue). Lately I've been exploring adding the previous
trial's RT as a covariate; if you ever look at the correlation between
current and previous trial RT, it's typically quite large and likely
driven by things like vigilance cycles that may not be of interest. On
this theme, a colleague mentioned an alternative approach he's seen
folks adopt whereby you first do a PCA that includes several trials
back of RTs, then include the first component as a covariate in the
mixed model; I'm still not sure what this achieves over-and-above the
more straightforward case of simply using the previous trial's RT, but
it certainly sounds sexy :Op

Mike
On Sat, Jul 31, 2010 at 10:07 PM, Mike Lawrence <Mike.Lawrence at dal.ca> wrote: