Learn R Programming

SixSigma (version 0.9-2)

ss.data.pb1: Particle Boards Example - Individual Data

Description

Humidity of 30 raw material used to make particle boards for individual control chart.

Usage

data(ss.data.pb1)

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.

Examples

Run this code
data(ss.data.pb1)
summary(ss.data.pb1)
library(qcc)
pb.groups.one <- with(ss.data.pb1, qcc.groups(pb.humidity, pb.group))
pb.xbar.one <- qcc(pb.groups.one, type="xbar.one")
summary(pb.xbar.one)
plot(pb.xbar.one)

Run the code above in your browser using DataLab