Skip to content

GLM and normality of predictors

4 messages · Simone Santoro, Christian Hennig, Sacha Viquerat +1 more

#
Normality of the predictors doesn't belong to the assumptions of the GLM, 
so you don't have to check this.

Note, however, that there are all kinds of potential problems which to 
detect is fairly hopeless with n=11 and three predictors, so you shouldn't 
be too confident about your results anyway.

Christian
On Fri, 15 Apr 2011, Simone Santoro wrote:

            
*** --- ***
Christian Hennig
University College London, Department of Statistical Science
Gower St., London WC1E 6BT, phone +44 207 679 1698
chrish at stats.ucl.ac.uk, www.homepages.ucl.ac.uk/~ucakche
#
Am 15.04.2011 20:14, schrieb Christian Hennig:
if you count no of males and females, shouldn't you choose the poisson 
family? maybe whoever you told you to check for normality referred to 
that, since count data are not normally distributed (neither are their 
errors)! maybe thats all he/she wants!
#
Sacha Viquerat <tweedie-d <at> web.de> writes:
I think the original model using the binomial distribution
for the response seems entirely appropriate.

  I agree with the comment about tiny data sets:
the usual rule of thumb is that (# parameters) should 
be <(effective N)/10 -- so in practice estimating
anything more than a single binary or continuous predictor (both
of which require a single parameter to estimate) would be pushing
it.

  (Sad but true.)

  Ben Bolker