Learn R Programming

SixSigma (version 0.9-52)

ss.data.pc.r: Data set for the printer cartridge example, by region

Description

This data set contains data from a simulated process of printer cartridge filling. The dataframe contains defects by region of each type of cartridge.

Usage

data(ss.data.pc.r)

Arguments

Format

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

pc.regions

a factor with levels region.1 region.2 region.3 region.4 region.5

pc.def.a

a numeric vector for defects type A

pc.def.b

a numeric vector for defects type B

pc.def

a numeric vector for total defects

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.pc.r)
summary(ss.data.pc.r)

# }

Run the code above in your browser using DataLab