Learn R Programming

EngrExpt (version 0.1-6)

absorb: Oil absorption of silica

Description

The average oil absorption of the silica produced in one shift at a silica processing plant.

Arguments

Details

As stated in Nelson, Coffin and Copeland (2003, p. 424), "One key quality parameter in the making of silica is the amount of oil that it can absorb since silica is often mixed with rubber and oil in various applications (battery separators, tires, shoe soles, etc.)"

References

Peter R. Nelson, Marie Coffin and Karen A. F. Copeland (2003), Introductory Statistics for Engineering Experimentation, Elsevier. (Appendix A)

Examples

Run this code
str(absorb)
summary(absorb$absorb)
densityplot(~ absorb, absorb,
            xlab = "Average oil absorption of silica samples")
qqmath(~ absorb, absorb,
       ylab = "Average oil absorption of silica samples",
       xlab = "Standard normal quantiles", aspect = 1)

Run the code above in your browser using DataLab