Skip to content
Prev 318158 / 398502 Next

anova comparisons

On 02/23/2013 08:55 PM, Robert Zimbardo wrote:
A basic understanding of the theory of linear models.  This really has 
little
to do with R.  Go and read a good intro to linear modelling.

Insofar as your question has anything to do with R:

When you do

     anova(m1, m2, m3, test="F")

the mean squared error from m3 is used as the denominator of the F 
statistic.

When you do

     anova(m1, m2, test="F")

the mean squared error from m2 is used as the denominator of the F 
statistic.

     cheers,

         Rolf Turner