viscosity dataset

Time to gelling of paint samples

1.1

data

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")
  • Maintainer: Douglas Bates
  • License: GPL (>= 2)
  • Last published: 2012-10-29

About the dataset

  • Number of rows: 17
  • Number of columns: 1
  • Class: data.frame

Column names and types

  • time:integer