Displaying 1 result from an estimated 1 matches for "t0fit".
2009 Mar 06
2
Interaction term not significant when using glm???
...LC","FLC","free","free"),times=2),
rep(c("no","yes"),each =4),3,42,1,44,27,20,3,42),ncol=4)
colnames(testdata) <-c("spot","constr","vernalized","Freq")
testdata <- as.data.frame(testdata)
# model
T0fit <- glm(spot~constr*vernalized, weights=Freq, data=testdata,
family="binomial")
anova(T0fit)
Kind regards
Joris
[[alternative HTML version deleted]]