| toys {qAnalyst} | R Documentation |
Toys manufacturing data
Description
toys dataframe reports control quality results from a toys factory.
Usage
data(toys)
Format
A data frame with 80 observations on the following 7 variables.
dayday of ispection
weightweight of the sampled toy
lengthlength of the sampled toy
defectsdefects on sampled toys
samplesampled toys
rejectsnumber of toys rejected in ispected toys
inspecteddimension of inspection sample
Details
Fields have different lengths, due coming from different ispection processes.
Source
Industrial data.
References
This dataset can be use to plot different types of control charts. Fields "rejects" and "inspected" may be used to plot np control charts.
Examples
data(toys)
npchart=spc(x=na.omit(toys$rejects), sg=na.omit(toys$inspected), type="np",
name="Toys rejected")
plot(npchart)
[Package qAnalyst version 0.6.4 Index]