Skip to content
Prev 146973 / 398500 Next

MCA in R

Although John Fox naturally mentions his Anova function, I would like to 
point out that drop1() (and MASS::dropterm) also does the tests of Type-II 
ANOVA of which John says 'more tediously do these tests directly'.

It seems a lot easier to teach newcomers about drop1() than to introduce 
the SAS terminology and then say (to quote ?Anova)

   'the definitions used here do not correspond precisely to those
    employed by SAS'

(I would welcome a description of the precise differences on the Anova 
help page.)
On Fri, 13 Jun 2008, John Fox wrote: