multcomp (version 0.3-5)

waste: Industrial Waste Data Set

Description

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.

Usage

data(waste)

Arguments

source

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.

Details

See Westfall et al. (1999, p. 177)

Examples

Run this code
data(waste)
summary(aov(waste ~ envir + temp + envir*temp, data=waste))

summary(simint(waste ~ envir:temp, data=waste,
               type="Tetrade", eps=0.01))
summary(simtest(waste ~ envir:temp, data=waste,
                type="Tetrade", eps=0.01))

Run the code above in your browser using DataLab