Skip to content

anova.glm and explicit contrast matrices (PR#1187)

1 message · Brian Ripley

#
Quick workaround:
family = binomial(), x=TRUE)
Analysis of Deviance Table

Model: binomial, link: logit

Response: accuracy

Terms added sequentially (first to last)


                      Df Deviance Resid. Df Resid. Dev
NULL                                   5592     4921.9
proficiency            1     57.5      5591     4864.4
task                   4    131.7      5587     4732.6
proficiency:task       4     58.6      5583     4674.1
proficiency:learner    4     64.6      5579     4609.5

which looks more sensible.

The model matrix is being reconstructed incorrectly, hence the
discrepancies. I will look into that later.
On Thu, 29 Nov 2001 bates@stat.wisc.edu wrote: