Learn R Programming

BHH2 (version 2016.05.31)

woolen.data: Textile experiment data set

Description

Woolen thread experiment data set.

Usage

data(woolen.data)

Arguments

Format

This data frame with 27 observations contains the following columns:
x1
numeric. Length of test specimens factor.
x2
numeric. Amplitude of loading cycle factor.
x3
numeric. Load factor.
y
numeric. Cycles to failure response.

Source

Box, G. E. P. and D. R. Cox (1964). "An Analysis of Transformations (with discussion)", Journal of the Royal Statistical Society, Series B, Vol. 26, No. 2, pp. 211--254.

References

Box G. E. P, Hunter, J. S. and Hunter, W. C. (2005). Statistics for Experimenters II. New York: Wiley.

Examples

Run this code
data(woolen.data)
str(woolen.data)
plot(woolen.data)

Run the code above in your browser using DataLab