TukeyHSD(fit)
Error in TukeyHSD(fit) : object 'fit' not found
> TukeyHSD(anova)
Error in UseMethod("TukeyHSD") : 
  no applicable method for 'TukeyHSD' applied to an object of class
"function"
> TukeyHSD(group)
Error in UseMethod("TukeyHSD") : 
  no applicable method for 'TukeyHSD' applied to an object of class
"c('integer', 'numeric')"
> TukeyHSD(y)
Error in UseMethod("TukeyHSD") : 
  no applicable method for 'TukeyHSD' applied to an object of class
"c('double', 'numeric')"
> TukeyHSD(data)
Error in UseMethod("TukeyHSD") : 
  no applicable method for 'TukeyHSD' applied to an object of class
"function"
> TukeyHSD(summary)
Error in UseMethod("TukeyHSD") : 
  no applicable method for 'TukeyHSD' applied to an object of class
"function"
-- 
View this message in context: 
http://r.789695.n4.nabble.com/Tukey-HSD-not-working-tp3084505p3085572.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org 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