# NOT RUN {
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