Learn R Programming

EngrExpt (version 0.1-6)

tensile: Tensile breaking strength of steel samples

Description

The breaking strength of samples of steel that were stress tested. This data set is called break in Nelson, Coffin and Copeland (2003). We changed the name because break is a reserved word in R.

Arguments

References

Peter R. Nelson, Marie Coffin and Karen A. F. Copeland (2003), Introductory Statistics for Engineering Experimentation, Elsevier. (Appendix A)

Examples

Run this code
str(tensile)
qqmath(~ bstrength, tensile, aspect = 1,
       xlab = "Standard normal quantiles",
       ylab = "Breaking strength of steel samples (unknown units)")

Run the code above in your browser using DataLab