Displaying 1 result from an estimated 1 matches for "kjekj".
Did you mean:
kjekje
2013 Mar 06
8
Understanding lm-based analysis of fractional factorial experiments
...t". The dataset is also
in this zip file:
ftp://ftp.wiley.com/public/sci_tech_med/experiments-planning/data%20sets.zip
I've learned from the book that the effects can be found using a linear
model and double the coefficients. So, I do
> leaf <-
read.table("/ifi/bifrost/a03/kjekje/fag/experimental-planning/book-datasets/LeafSpring
table 5.2.dat", col.names=c("B", "C", "D", "E", "Q", paste("r", 1:3,
sep=""), "yavg", "ssq", "lnssq"))
> leaf.lm <- lm(yavg ~ B * C *...