Skip to content
Back to formatted view

Raw Message

Message-ID: <0a466f59ae59720a51ec39bd3ba33c59@ucdavis.edu>
Date: 2005-10-27T00:35:12Z
From: Jarrett Byrnes
Subject: Post Hoc Groupings
In-Reply-To: <43601DF2.9000802@math.ucalgary.ca>

Indeed, the following works as well
On Oct 26, 2005, at 5:23 PM, P Ehlers wrote:

> fm1 <- aov(breaks ~ wool*tension, data = warpbreaks)
> TukeyHSD(fm1, c("wool","tension", "wool:tension"))

However, when working with my own dataset,  I get the following errors. 
  I have some inkling this may be due to a slightly unbalanced sample 
size, but am uncertain of this.

 > rich.aov <- aov(X.open ~ Dock*Slip, data=dock_2004_data)
 > TukeyHSD(rich.aov, c("Dock", "Slip"))

Error in rep.int(n, length(means)) : unimplemented type 'NULL' in 'rep'
In addition: Warning messages:
1: non-factors ignored: Slip in: replications(paste("~", xx), data = mf)
2: non-factors ignored: Dock, Slip in: replications(paste("~", xx), 
data = mf)

I am pleased to know that these errors are not quite the