Learn R Programming

SixSigma (version 0.11.1)

ss.data.pc: Data set for the printer cartridge example

Description

This data set contains data from a simulated process of printer cartridge filling.

Usage

data(ss.data.pc)

Arguments

Format

A data frame with 24 observations on the following 6 variables.

pc.col

a factor with levels C B for the colour

pc.filler

a factor with levels 1 2 3

pc.volume

a numeric vector

pc.density

a numeric vector

pc.batch

a numeric vector

pc.op

a factor with levels A B C D for the operator

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

Run the code above in your browser using DataLab