SLIDE 67 UGent
STATS
VM
Two-Way Analysis of Variance Testing specific hypothesis for two-way data mcmast2<-glht(cell,linfct=mcp(pd = "Tukey")) summary(mcmast2,test = adjusted(type = "none")) ## ## Simultaneous Tests for General Linear Hypotheses ## ## Multiple Comparisons of Means: Tukey Contrasts ## ## ## Fit: lm(formula = propreduction ~ pd - 1, data = mast) ## ## Linear Hypotheses: ## Estimate Std. Error t value Pr(>|t|) ## multiparous.high - heifer.high == 0 29.540 4.127 7.157 0.000375 *** ## heifer.low - heifer.high == 0
4.127 -12.726 1.44e-05 *** ## multiparous.low - heifer.high == 0
4.127 -12.182 1.86e-05 *** ## heifer.medium - heifer.high == 0
4.127
## multiparous.medium - heifer.high == 0
4.127
## heifer.low - multiparous.high == 0
4.127 -19.884 1.05e-06 *** ## multiparous.low - multiparous.high == 0
4.127 -19.340 1.24e-06 *** ## heifer.medium - multiparous.high == 0
4.127 -12.924 1.32e-05 *** ## multiparous.medium - multiparous.high == 0
4.127 -10.119 5.41e-05 *** ## multiparous.low - heifer.low == 0 2.245 4.127 0.544 0.606087 ## heifer.medium - heifer.low == 0 28.725 4.127 6.960 0.000437 *** ## multiparous.medium - heifer.low == 0 40.300 4.127 9.764 6.63e-05 *** ## heifer.medium - multiparous.low == 0 26.480 4.127 6.416 0.000677 *** ## multiparous.medium - multiparous.low == 0 38.055 4.127 9.220 9.18e-05 *** ## multiparous.medium - heifer.medium == 0 11.575 4.127 2.805 0.030979 * ## --- ## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1 ## (Adjusted p values reported -- none method)
(UG & UH) Applied Statistics and Data Modeling 2020 54 / 77