| xmp13.11 {Devore5} | R Documentation |
The xmp13.11 data frame has 30 rows and 6 columns giving the
ball bond shear strength from a wire bonding process and several
covariates.
This data frame contains the following columns:
Devore, J. L. (2000) Probability and Statistics for Engineering and the Sciences (5th ed), Duxbury
Vardeman, S. (1994) Statistics Engineering Problem Solving,
data(xmp13.11)
fm1 <- lm(Strength ~ Force + Power + Temperature + Time,
data = xmp13.11)
summary(fm1)
anova(fm1)