xmp11.16 {Devore5} | R Documentation |
The xmp11.16
data frame has 16 rows and 6 columns of data from
a blocked, 2^3 replicated factorial design.
This data frame contains the following columns:
(1951), Factorial experiments in pilot plant studies, Industrial and Engineering Chemistry, 1300–1306.
Devore, J. L. (2000) Probability and Statistics for Engineering and the Sciences (5th ed), Duxbury
data(xmp11.16) ## leave -1/+1 encoding for experimental factors, convert block fm1 <- aov(strength ~ tempture * gas * conc + block, data = xmp11.16) summary(fm1) # anova table