Learn R Programming

SixSigma (version 0.9-3)

ss.data.pb3: Particle Boards Example - Attribute data

Description

Counts of raw materials stockouts during 22 weekdays in a month.

Usage

data(ss.data.pb3)

Arguments

Format

A data frame with 22 observations on the following 3 variables.
day
Day id
stockouts
Number of stockouts
orders
Number of orders

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.

Examples

Run this code
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")
}

Run the code above in your browser using DataLab