Learn R Programming

qcc (version 2.2)

dyedcloth: Dyed cloth data

Description

In a textile finishing plant, dyed cloth is inspected for the occurrence of defects per 50 square meters. The data on ten rolls of cloth are presented.

Usage

data(dyedcloth)

Arguments

References

Montgomery, D.C. (1991) Introduction to Statistical Quality Control, 2nd ed, New York, John Wiley & Sons, pp. 183--184

Examples

Run this code
data(dyedcloth)
attach(dyedcloth)
summary(dyedcloth)
plot(x/size, type="b")
detach(dyedcloth)

Run the code above in your browser using DataLab