Learn R Programming

SixSigma (version 0.11.1)

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

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. https://link.springer.com/book/10.1007/978-1-4614-3652-2.

Examples

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

Run the code above in your browser using DataLab