Hello everyone,

So I ran an anova with aov and then I want to run post-hoc comparisons but
keep receiving this message :
> no applicable method for "TukeyHSD"

Here is my code:

> d<-read.table("d.txt")
> d
>    Obs subj Hand Gaze    RT
> 1    1   s1    1    1 401.4
> 2    2   s2    1    1 363.3......

> summary(ano <- aov(RT~(Hand*Gaze)+Error(subj/(Hand*Gaze)),data=d ))


This seems to work fine, but then I use
> fm1Tukey=TukeyHSD(fm1,"Hand") ; fm1Tukey

And receive 
> no applicable method for "TukeyHSD"


I can¹t seem to find the error nor anyone ever answering that question which
seems to pop-up here and there on other websites (eg, Nabble)....


Tnaks in advance for your help,

__________________ 
Patrick Bédard Ph.D.
Dept. of Neuroscience
Brown University



        [[alternative HTML version deleted]]

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to