On 2007-11-29, John Fox <[EMAIL PROTECTED]> 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 ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.