ss.data.pc.r {SixSigma} | R Documentation |
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)
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
Note
This data set is used in chapter 8 of the book “Six Sigma with R” (see References).
Source
See references.
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
data(ss.data.pc.r)
summary(ss.data.pc.r)
[Package SixSigma version 0.11.1 Index]