waste {multcomp} | R Documentation |
Industrial waste data set taken from Westfall et al. (1999, p. 177). Simultaneous confidence intervals for interaction contrasts in a two-way layout with interactions.
data(waste)
This data frame contains the following variables
low
, medium
,
high
.env1
... env5
.See Westfall et al. (1999, p. 177)
P. H. Westfall, R. D. Tobias, D. Rom, R. D. Wolfinger, Y. Hochberg (1999). Multiple Comparisons and Multiple Tests Using the SAS System. Cary, NC: SAS Institute Inc.
data(waste) summary(aov(waste ~ envir + temp + envir*temp, data=waste)) summary(simint(waste ~ envir:temp, data=waste, type="Tetrade", eps=0.1)) summary(simtest(waste ~ envir:temp, data=waste, type="Tetrade", eps=0.1))