Difference between revisions of "Worksheets/Week3"
Jump to navigation
Jump to search
Kevin Dunn (talk | contribs) (→Part 2) |
Kevin Dunn (talk | contribs) (→Part 1) |
||
Line 34: | Line 34: | ||
xA = -1 | xA = -1 | ||
xB = -1 | xB = -1 | ||
y.hat = predict( | y.hat = predict(model_siderxn, data.frame(A = xA, B = xB)) | ||
paste0('Predicted value is: ', y.hat, ' grams of side product.') | paste0('Predicted value is: ', y.hat, ' grams of side product.') | ||
</code> | </code> |
Latest revision as of 13:35, 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: