modelling proportions, with aggregated data, and the new/old lme4
Sorry, the binomial model should have read: b.glm <- glm(cbind(success,total-success) ~ (a+b+c)^2 - 1, family="binomial", data=test) But the outcome is little changed... Adam
Sorry, the binomial model should have read: b.glm <- glm(cbind(success,total-success) ~ (a+b+c)^2 - 1, family="binomial", data=test) But the outcome is little changed... Adam