[R] Anova(car) SS digits
Tyler Smith
tyler.smith at mail.mcgill.ca
Thu Nov 29 21:24:08 CET 2007
On 2007-11-29, John Fox <jfox at mcmaster.ca> wrote:
>
> Anova() creates an object of class "anova" which then gets printed by the
> print method for "anova" objects. The reason that the sums of squares for
> the type II tests are rounded like this is because of the large value for
> the intercept. Although Anova() doesn't take a digits argument,
> print.anova() does, and so, e.g., you could use the command
>
> print(Anova(bot.lm3, type ="III"), digits=7)
>
> I hope this helps,
> John
Very much. Thanks!
Tyler
More information about the R-help
mailing list