Difference between revisions of "Worksheets/Week3"
Jump to navigation
Jump to search
Kevin Dunn (talk | contribs) |
Kevin Dunn (talk | contribs) |
||
Line 10: | Line 10: | ||
mod.siderxn <- lm(y ~ A + B + A*B) | mod.siderxn <- lm(y ~ A + B + A*B) | ||
summary(mod.siderxn) | summary(mod.siderxn) | ||
library(pid) | #library(pid) | ||
source('https://yint.org/contourPlot.R') | |||
#source('https://yint.org/paretoPlot.R') | |||
contourPlot(mod.siderxn) | contourPlot(mod.siderxn) | ||
interaction.plot(A, B, y) | interaction.plot(A, B, y) |