tensile: Tensile breaking strength of steel samples

Description Format References Examples

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.

Format

A data frame with 18 observations on the following variable.

bstrength

breaking strength (unknown units)

References

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

Examples

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

Example output

Loading required package: lattice
'data.frame':	18 obs. of  1 variable:
 $ bstrength: int  34 53 84 107 137 156 176 207 227 254 ...

EngrExpt documentation built on May 1, 2019, 9:15 p.m.

Related to tensile in EngrExpt...