Learn R Programming

SixSigma (version 0.11.1)

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

Run the code above in your browser using DataLab