Some general thoughts regarding the modeling of binomial data, some of which might apply here.
First, using a generalized linear (LOGISTIC, GENMOD) or generalized linear mixed model (GLIMMIX) does not require either homogeneous variance or a normal distribution of residuals. Why not homogeneous variance? Because the variance can be directly expressed as a function of the mean, so if the group means differ, then group variances differ. No way around that on the original observed scale. What about normality? Look at the model being fit. There is no additional variance term as in a linear model. Now that does not mean that the data might not be overdispersed where additional variability above that due to the mean is present, but still that extra variability is not required to be gaussian (normal). Thus the usual checks for assumptions in a linear model aren't quite as appropriate.
But that does not mean that examination of the residuals is a wasted effort. It can help you evaluate model appropriateness, or aid in checking the distributional assumption. I hope this helps. If you are going to continue to fit models to binomial responses, get a good text (or on-line text) that covers the assumptions. Hosmer and Lemeshow's Applied Logistic Regression, McCullagh and Nelder's Generalized Linear Models or Stroup's Generalized Linear Mixed Models are three really good sources, in my opinion.
SteveDenham
would be good
... View more