Learn R Programming

SixSigma (version 0.11.1)

ss.data.wby: Woodboard profiles

Description

This data set contains 50 profiles corresponding to the density measurements of 50 0.5in-thick engineered woodboard, measured in 500 locations.

Usage

data("ss.data.wby")

Arguments

Format

A matrix with 500 rows (locations) and 50 columns (woodboard).

Details

This data set illustrates concepts in the book ``Quality Control with R''. This data set should be used along with the ss.data.wbx data set.

References

Cano, E.L. and Moguerza, J.M. and Prieto Corcoba, M. (2015) Quality Control with R. An ISO Standards Approach. Springer.

Walker, E. amd Wright, W (2002) Comparing curves with additive models. J. Qual. Technol. 34(1), 118--129

See Also

ss.data.wbx

Examples

Run this code

data(ss.data.wbx)
data(ss.data.wby)
plotProfiles(profiles = ss.data.wby,
    x = ss.data.wbx)

Run the code above in your browser using DataLab