Displaying 2 results from an estimated 2 matches for "aovtabl".
Did you mean:
aovtable
1998 Mar 04
1
pretty(.) bug -- fix --> "compatibility" ?
In current versions of R,
pretty(333)
gives an infinite loop
(due to a silent integer overflow in src/appl/pretty.c).
I've looked at this problem and also at what S-plus does,
(no code there to inspect, just experiments), and
then I have fixed pretty.c.
I think that it now behaves much more reasonably
(both than before and than S / S-plus).
The only problem:
pretty(.) is not
2002 Sep 24
4
extracting elements from summary(aov object)
Hello. When one types "summary(fit)", where fit is an object from a call
to aov(), one gets an ANOVA table. I want to save just one element of this
summary. How does one extract this?
As an example, here is my output from a split plot ANOVA:
> summary(out)$"Error: soil.cores$block:soil.cores$treatment"
Df Sum Sq Mean Sq F value Pr(>F)