Re: [R] post hoc tests two way repeated measures anova

2008-08-18 Thread Jean-Pierre Bresciani
Hi, and thanks for the advices. I actually tried using 'lme', but haven't figured out the appropriate syntax to get the random error correct with repeated measures. let's say i have 3 independent variables, with 'aov', i would write something like: aov(dep_var~(indep_var1*indep_var2*indep_var3) +

Re: [R] post hoc tests two way repeated measures anova

2008-08-16 Thread Frank E Harrell Jr
Dieter Menne wrote: Jean-Pierre Bresciani tuebingen.mpg.de> writes: is there a specific/appropriate function/package to perform post hoc tests when running a two way repeated measures anova? I'm looking for something that will be equivalent to the 'TukeyHSD()' for between subjects anova (with

Re: [R] post hoc tests two way repeated measures anova

2008-08-16 Thread Dieter Menne
Jean-Pierre Bresciani tuebingen.mpg.de> writes: > is there a specific/appropriate function/package to perform post hoc tests > when running a two way repeated measures anova? I'm looking for something > that will be equivalent to the 'TukeyHSD()' for between subjects anova (with > 'aov()'). For o

[R] post hoc tests two way repeated measures anova

2008-08-15 Thread Jean-Pierre Bresciani
Hi, is there a specific/appropriate function/package to perform post hoc tests when running a two way repeated measures anova? I'm looking for something that will be equivalent to the 'TukeyHSD()' for between subjects anova (with 'aov()'). For one way repeated measures anova, the 'pairwise.t.test