Skip to content
Prev 157258 / 398506 Next

Type I and Type III SS in anova

Try

library(fortunes); fortune("Type III")

(Try it multiple times as there are two relevant quotes: one is to
http://www.stats.ox.ac.uk/pub/MASS3/Exegeses.pdf)

I would not expect modern statistics courses to discuss this issue (or 
even ANOVA except for historical information), as with an interactive 
computing system you can test any two nested models (and not just linear 
Gaussian models).  It relates to the mindset of batch-mode packages like 
SAS of the 1960s, and seemed old-fashioned even when I first taught the 
area in 1979 (using GLIM).

For Bill Venables' preferred approach see Chapter 6 of MASS (the book, any 
edition).
On Fri, 26 Sep 2008, Stefan Uhmann wrote: