Learn R Programming

SixSigma (version 0.9-3)

ss.data.strings: Data set for the Guitar Strings example

Description

This data set contains data from a simulated process of guitar strings production.

Usage

data(ss.data.strings)

Arguments

Format

A data frame with 120 observations on the following 6 variables.
id
a numeric vector
type
a factor with levels A5 B2 D4 E1 E6 G3
res
a numeric vector for resistance
len
a numeric vector for length
sound
a numeric vector for
power
a numeric vector

Source

See references.

References

Cano, Emilio L., Moguerza, Javier M. and Redchuk, Andrés. 2012. Six Sigma with R. Statistical Engineering for Process Improvement, Use R!, vol. 36. Springer, New York. http://www.springer.com/statistics/book/978-1-4614-3651-5.

Examples

Run this code
data(ss.data.strings)
summary(ss.data.strings)

Run the code above in your browser using DataLab