ss.data.density {SixSigma} | R Documentation |
Pellets density
Description
This data set contains the density for 24 pellets.
Usage
data("ss.data.density")
Format
A vector with 24 items for the density of a set of pellets (gr/cm$^3$).
Details
This data set illustrates concepts in the book “Quality Control with R”.
Note that, in the book, the vector named pdensity
is directly created
and then used in the examples.
Source
Table 1.2 in the reference below.
References
Cano, E.L. and Moguerza, J.M. and Prieto Corcoba, M. (2015) Quality Control with R. An ISO Standards Approach. Springer.
Examples
data(ss.data.density)
str(ss.data.density)
summary(ss.data.density)
[Package SixSigma version 0.11.1 Index]