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

chemreac

Yield of a chemical reaction


Description

The yield of a chemical reaction was determined in a replicated 2^3 factorial design.

Format

A data frame with 16 observations on the following 4 variables.

temp

temperature in degrees C - an ordered factor with levels 120 < 140

cat

catalyst - a factor with levels A and B

time

time reaction was run, in minutes - an ordered factor with levels 10 < 30

yield

yield of the reaction

Examples

str(chemreac)
dotplot(temp ~ yield | time, chemreac, groups = cat,
        strip = FALSE, strip.left = TRUE, type = c("p", "a"), layout = c(1,2),
        auto.key = list(space = "right", title = "Catalyst", lines = TRUE))
summary(fm1 <- lm(yield ~ (time + temp + cat)^3, chemreac))
summary(fm2 <- lm(yield ~ time * temp + cat, chemreac))

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.