Re: [R] lmer error confusion

2007-05-16 Thread Douglas Bates
On 5/16/07, Rick DeShon <[EMAIL PROTECTED]> wrote: > Hi All. > > I'm trying to run a simple model from Baayan, Davidson, & Bates and getting > a confusing error message. Any ideas what I'm doing wrong here? > > # Here's the data. > Subj<- factor(rep(1:3,each=6)) > Item<- factor(rep(1:3

[R] lmer error confusion

2007-05-16 Thread Rick DeShon
Hi All. I'm trying to run a simple model from Baayan, Davidson, & Bates and getting a confusing error message. Any ideas what I'm doing wrong here? # Here's the data. Subj<- factor(rep(1:3,each=6)) Item<- factor(rep(1:3,6)) SOA <- factor(rep(0:1,3,each=3)) RT <- c(466,520,50