rawWeight {qAnalyst} | R Documentation |
Raw material bars weight
Description
rawWeight dataframe contains individual weight measumements of bars of raw material.
Usage
data(rawWeight)
Format
A data frame with 45 observations on the following 2 variables.
rawWeight
weight of each bar. Measured in pounds.
id
id number of measumement.
Details
Data from this example are suitable to be projected onto individual values control charts.
Source
Industrial data.
References
This dataset can be used to shown examples of individual charts.
Examples
data(rawWeight)
head(rawWeight)
ichart=spc(x=rawWeight$rawWeight,sg=2,type="i",name="weight")
plot(ichart)
mrchart=spc(x=rawWeight$rawWeight,sg=2,type="mr",name="weight")
plot(mrchart)
[Package qAnalyst version 0.6.4 Index]