Re: [R] tukey.1

2010-11-09 Thread Raphael Fraser
x27;s in it? > What's aov.pen? > > On Tue, Nov 9, 2010 at 10:13 AM, Raphael Fraser > wrote: >> I have been trying to do tukey's test to no avail. This is what I have >> and the error produced: >> >> pen.df = data.frame(blend, treatment, y) >> source

Re: [R] tukey.1

2010-11-09 Thread Sarah Goslee
ave > and the error produced: > > pen.df = data.frame(blend, treatment, y) > source("tukey.1.r") > tukey.1(aov.pen, pen.df) > Error in tukey.1(aov.pen, pen.df) : the model must be two-way > > This is a two-way design. Therefore I am confused. Can anyone help? > >

[R] tukey.1

2010-11-09 Thread Raphael Fraser
I have been trying to do tukey's test to no avail. This is what I have and the error produced: pen.df = data.frame(blend, treatment, y) source("tukey.1.r") tukey.1(aov.pen, pen.df) Error in tukey.1(aov.pen, pen.df) : the model must be two-way This is a two-way design. Therefor