rawWeight {qAnalyst} | R Documentation |
rawWeight dataframe contains individual weight measumements of bars of raw material.
data(rawWeight)
A data frame with 45 observations on the following 2 variables.
rawWeight
weight of each bar. Measured in pounds.
id
id number of measumement.
Data from this example are suitable to be projected onto individual values control charts.
Industrial data.
This dataset can be used to shown examples of individual charts.
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)