catalyst | R Documentation |
An experiment that investigates the effect of four reagents and three catalysts on production rate in a catalyst plant. (Chapter 5, Table 5.16)
catalyst
A data frame with 24 rows and 3 variables:
time order
treatment combinations - 12 levels
production rate
http://www.wright.edu/~dan.voss/bookdata/data.html
Dean, A. and Voss, D. (1999). Design and Analysis of Experiments. New York, Springer.
plot(YIELD ~ TREAT, data=catalyst)
qqnorm(catalyst$YIELD)
qqline(catalyst$YIELD)
with(catalyst, evrot(resp = YIELD, trt = TREAT))
with(catalyst, tapply(YIELD, TREAT, var))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.