Difference between revisions of "Worksheets/Week3"

From Statistics for Engineering
Jump to navigation Jump to search
Line 52: Line 52:


# Response y is the amount of side product formed, y [grams]
# Response y is the amount of side product formed, y [grams]
y <- c(89, 268, 179, 448, 186, 290)
y <- c(89, 268, 179, 448, 186, 300)
model.siderxn.cp <- lm(y ~ A + B + A*B)
model.siderxn.cp <- lm(y ~ A + B + A*B)
summary(model.siderxn.cp)
summary(model.siderxn.cp)

Revision as of 09:45, 26 September 2019

Part 1

A factorial experiment was run to investigate the settings that minimize the production of an unwanted side product. The two factors being investigated are called A and B for simplicity.

Part 2

Continuing from above, with 2 extra experimental points: