Consumer Pillows Comfort
1 1 A 59
2 1 B 26
3 1 C 38
4 2 D 85
5 2 E 92
6 2 F 69
7 3 G 74
8 3 H 52
9 3 I 27
10 4 A 63
11 4 D 70
12 4 G 68
13 5 B 26
14 5 E 98
15 5 H 59
16 6 C 31
17 6 F 60
18 6 I 35
19 7 A 62
20 7 E 85
21 7 I 30
22 8 B 23
23 8 F 73
24 8 G 75
25 9 C 49
26 9 D 74
27 9 H 51
28 10 A 52
29 10 F 76
30 10 H 43
31 11 B 18
32 11 D 79
33 11 I 41
34 12 C 42
35 12 E 84
36 12 G 81
TukeyHSD gives
fit <- aov(Comfort~ Consumer+Pillow,data=d)
TukeyHSD(fit,"Pillow")
Tukey multiple comparisons of means
95% family-wise confidence level
Fit: aov(formula = Comfort ~ Consumer + Pillow, data = d)
$Pillow
diff lwr upr
B-A -31.00 -45.8641937 -16.1358063
C-A -15.50 -30.3641937 -0.6358063
...
But simint from the multcomp library gives