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

data(ss.data.pb3)

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.

Note

This data set is used in chapter 12 of the book ``Six Sigma with R'' (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.pb3)
summary(ss.data.pb3)
#>       day          stockouts          orders     
#>  Min.   : 1.00   Min.   : 1.000   Min.   :75.00  
#>  1st Qu.: 6.25   1st Qu.: 5.500   1st Qu.:76.00  
#>  Median :11.50   Median :10.000   Median :80.50  
#>  Mean   :11.50   Mean   : 9.682   Mean   :79.86  
#>  3rd Qu.:16.75   3rd Qu.:13.000   3rd Qu.:82.75  
#>  Max.   :22.00   Max.   :19.000   Max.   :85.00