Skip to content

Inconsistency in F values from dropterm and anova

2 messages · IMS, Brian Ripley

#
Perhaps if you followed the posting guide and did not send HTML mail 
your tables would be readable.  But your anova call seems wrong, as 
you have the models in decreasing not increasing order.

The correct result is (computing F test by hand)
[1] 0.2492624
[1] 0.5158333
[1] 2.069439

so the incorrect use of anova has given you an invalid result 
(although I don't see immediately what it has done)
On Thu, 29 Jan 2009, IMS wrote: