Learn R Programming

EngrExpt (version 0.1-6)

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.

Arguments

Examples

Run this code
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)

Run the code above in your browser using DataLab