Displaying 1 result from an estimated 1 matches for "344034".
Did you mean:
144034
2009 Jan 23
2
R stepping through multiplie interactions
I have a lm in R in the form
model <- lm( Z ~ A*B*C*D,data=mydata)
I want to run the model and include all interactions expect the 4 way
(A:B:C:D) is there an easy way of doing this? I then want to step down the
model eliminating the non-significant terms I understand step() does this
but how would I do it by hand?
--
View this message in context: