surfarea: Surface area of silica

Description Format References Examples

Description

Measurements of the surface area, in m^2/g, of samples of silica, a chemical product with many applications, such as a filler in rubber products. The surface area is a key property of the product.

Format

A data frame with 32 observations on the following variable.

area

a numeric vector

References

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

Examples

1
2
3
4
5
6
7
8
9
str(surfarea)
with(surfarea, summary(area))
qqmath(~ area, surfarea, aspect = 1, type = c("g", "p"),
       xlab = "Standard normal quantiles",
       ylab = expression("Surface area " * (m^2/g) *
           " of batches of silica"))
densityplot(~ area, surfarea,
            xlab = expression("Surface area "*(m^2/g)*
                   " of batches of silica"))

EngrExpt documentation built on May 2, 2019, 5:53 p.m.

Related to surfarea in EngrExpt...