Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

viscosity

Time to gelling of paint samples


Description

Time to gelling of paint samples

Format

A data frame with 17 observations on the following variable.

time

a numeric vector

References

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

Examples

str(viscosity)
with(viscosity, summary(time))
qqmath(~ time, viscosity, aspect = 1,
       xlab = "Standard normal quantiles",
       ylab = "Time until paint sample gelled")
qqmath(~ sqrt(time), viscosity, aspect = 1,
       xlab = "Standard normal quantiles",
       ylab = "Square root of time until paint sample gelled")

EngrExpt

Data sets from "Introductory Statistics for Engineering Experimentation"

v0.1-8
GPL (>= 2)
Authors
R port by Douglas Bates <bates@stat.wisc.edu> and Karen A.F. Copeland <karen@boulderstats.com>
Initial release
2009-08-21

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.