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

whitearea

Comparison of mixing processes


Description

The percentage of “white area” in a sample of a dark product is used to evaluate how well a white raw material has been mixed into the product. Data are obtained from two processes.

Format

A data frame with 48 observations on the following 2 variables.

process

a factor with levels A B

whitearea

a numeric vector

Examples

str(whitearea)
qqmath(~ whitearea, whitearea, groups = process, aspect = 1,
       auto.key = list(space = "right", title = "Process"),
       xlab = "Standard normal quantiles",
       ylab = "White area")
t.test(whitearea ~ process, whitearea)

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.