Skip to content
Prev 164732 / 398506 Next

Some clarificatins of anova() and summary ()

I think now I have got some understanding of the things.

y ~ x1+x2 first adds x1 to the model and then adds x2 .
But y~x2+x1 adds x2 first, so the value we get are different.

please correct me if i am wrong.
On Sun, Dec 14, 2008 at 9:48 PM, hadley wickham <h.wickham at gmail.com> wrote: