warpTiles {qAnalyst} | R Documentation |
Warp tiles dataframe
Description
WarpTiles dataframe contains measurement about warp in a tiles factory.
Usage
data(warpTiles)
Format
A data frame with 100 observations on the following variable.
warping
a numeric vector
Details
Tiles distribution is well fitted by a Weibull or a Gamma distribution.
Source
Industrial data.
References
warpTiles dataframe may be used to show capability for non - normal data.
Examples
data(warpTiles)
plot(capabilityNotNormal(x=warpTiles$warping, usl=8, distribution="weibull", name="WARP"))
[Package qAnalyst version 0.6.4 Index]