Skip to content

Anova - interpretation of the interaction term

1 message · Liaw, Andy

#
[snip]
gm is fitted with aov(), so wouldn't it make sense to look at ?summary.aov?
It says:

split an optional named list, with names corresponding 
      to terms in the model. Each component is itself a 
      list with integer components giving contrasts 
      whose contributions are to be summed. 

and even has an example showing how it's used.

Andy