blemish {qAnalyst} | R Documentation |
Blemish dataframe comes from a linen manifacturing. 100 square yards of fabric are sampled and blemishes are counted.
data(blemish)
A data frame with 40 observations on the following 2 variables.
blemish
number of blemishes counted
linenSampled
sample id
Data from blemish example are suitable to be projected onto a C control chart.
Industrial data.
This type of data can be used within attribute chart presentations.
data(blemish) cchart=spc(x=blemish$blemish, type="c", name="blemish") plot(cchart)