ANOVA, GLM and missing values



In the software implementations of ANOVA that I have seen, missing
values are not allowed. To analyse ANOVA-type data with missing values
I have to use GLM, which ANOVA reduces to under certain circumstances.


Having now read a little about GLM, I am unable to see why it should
allow missing values when ANOVA apparently does not. As far as I can
see, the generalization from ANOVA lies in the conceot of a link
function, and allowing this to be something other than the identity
function ushers in a new dimension of modelling possibilities.
However, when the link function is the identity function, GLM is
supposed to reduce back to ANOVA ...

So I fail to see what else GLM brings to the party which allows
missing values to be tolerated. I'd be grateful for any insights.
.



Relevant Pages

  • Re: ANOVA, GLM and missing values
    ... To analyse ANOVA-type data with missing values I have to use GLM, which ANOVA reduces to under certain circumstances. ... As far as I can see, the generalization from ANOVA lies in the conceot of a link function, and allowing this to be something other than the identity function ushers in a new dimension of modelling possibilities. ...
    (sci.stat.math)
  • GLMM with nested variables in R or S?
    ... I have a nested experimental design which I was analying with ANOVA. ... Now for mixed-model glm with binomial error, I reckon I need to use ... allow the use of the nesting operator in the way nlme does. ...
    (sci.stat.consult)
  • Re: comparing slopes for significant difference
    ... One of the individuals is missing a lot of data at the ... > like to constrain the regression to pass through the origin. ... but there is no option to do this with a GLM with factors. ... > the slope implies that the rate of change is not constant, ...
    (sci.stat.edu)
  • Re: comparing slopes for significant difference
    ... One of the individuals is missing a lot of data at the ... > like to constrain the regression to pass through the origin. ... but there is no option to do this with a GLM with factors. ... > the slope implies that the rate of change is not constant, ...
    (sci.stat.math)
  • ANOVA with missing values
    ... Can I run a single or multiple factor ANOVA with replication in Excel when i am missing one or more data points? ... Please help - I cannot figure out how to run an ANOVA when I do not have equally sized groups, or when I have to exclude a sample from one of the groups. ...
    (microsoft.public.excel.misc)