ss.data.pb3: Particle Boards Example - Attribute data
Description
Counts of raw materials stockouts during 22 weekdays in a
month.
Arguments
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.
http://www.springer.com/statistics/book/978-1-4614-3651-5.
data(ss.data.pb3)
summary(ss.data.pb3)
if (require(qcc)){
with(ss.data.pb3,
plot(qcc(stockouts, orders, type ="p"))
)
} else {
message("qcc package is needed to run this example")
}