Learn R Programming

SixSigma (version 0.9-52)

ss.data.rr: Gage R&R data

Description

Example data for Measure phase of the Six Sigma methodology.

Usage

data(ss.data.rr)

Arguments

Format

A data frame with 27 observations on the following 5 variables.

prototype

a factor with levels prot #1 prot #2 prot #3

operator

a factor with levels op #1 op #2 op #3

run

a factor with levels run #1 run #2 run #3

time1

a numeric vector

time2

a numeric vector

References

Cano, Emilio L., Moguerza, Javier M. and Redchuk, Andr<U+00E9>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
# NOT RUN {
data(ss.data.rr)
summary(ss.data.rr)

# }

Run the code above in your browser using DataLab