Skip to content
Prev 349985 / 398506 Next

Wrong results from anova

It is a printing problem - the default number of digits in print.summary.aov
is max(3L, getOption("digits") - 3L).   Set options(digits=7) instead of
your current 6 (?) or try print(summary(fit.Y), digits=7) to see more
digits.


Bill Dunlap
TIBCO Software
wdunlap tibco.com
On Tue, Apr 14, 2015 at 10:23 AM, li li <hannah.hlx at gmail.com> wrote: