Skip to content
Prev 3378 / 20628 Next

specifying model with multiple interactions

Hi James,
I think you probably want something along the lines of

 BatUp ~ Speed + Delivery + (1|Subject) + (0+Speed|Subject) +
(0+Delivery|Subject)

assuming that Subject is a unique identifier for each participant. I
highly doubt that you want the (1|Delivery) term in there, as it
surely makes more sense to think of this as a fixed factor.

I'm sure someone will correct me if I'm wrong...
-Ista
On Mon, Mar 1, 2010 at 5:47 PM, James Croft <james.croft at aut.ac.nz> wrote: