Skip to content
Prev 8887 / 20628 Next

model definition issues for repeat measures

Caroline <charris at ...> writes:
Thank you for including a reproducible example! Although in this case I
think it's probably not necessary.  You should look up/Google for
"Hauck-Donner effect" (you can find a discussion in Venables and Ripley's
book), which refers to the situation where the approximation used to
compute confidence intervals on GLM(M)s breaks down for strong effects.
You should use explicit model comparison (?update, ?anova, ?drop1) to
test the difference between models with and without the intercept term.

However, you might want to be careful with the all-zero case, as it will
lead to an infinite estimate (in theory) of the interaction coefficient --
in practice it will just lead to a very large, poorly constrained estimate.
You could try a Bayesian method, or you could just try leaving out that
category and make sure that the qualitative results of your analysis
remain unchanged ...

  Ben Bolker