xmp10.08 {Devore5} | R Documentation |
The xmp10.08
data frame has 22 rows and 2 columns of data on
the elastic modulus of Mg-based alloys obtained by a new ultrasonic
process for specimens produced using three different casting
processes.
data(xmp10.08)
This data frame contains the following columns:
Die
, Permanent
, and Plaster
Devore, J. L. (2000) Probability and Statistics for Engineering and the Sciences (5th ed), Duxbury
(1998), ``On the development of a new approach for the deterimination of yield strength in Mg-based alloys'', Light Metal Age, Oct. 51–53.
data(xmp10.08) str(xmp10.08) fm1 <- aov(elastic ~ type, data = xmp10.08) anova(fm1)