search for: mchsd

Displaying 1 result from an estimated 1 matches for "mchsd".

Did you mean: mchsi
2005 Jul 15
1
Adjusted p-values with TukeyHSD (patch)
...26.87 0.03 27.10 0.00 0.00 For a small number of contrasts they're equivalent, for example: data(warpbreaks) fm1 <- aov(breaks ~ wool + tension, data = warpbreaks) tHSD <- TukeyHSD(fm1, "tension", ordered = FALSE) print(tHSD) mcHSD <- simint(breaks ~ wool + tension, data = warpbreaks, whichf="tension", type="Tukey") summary(mcHSD) I also attached the complete function (mTukeyHSD.R) to this message, in case the patch is not accepted and someone else needs to do the s...