Displaying 1 result from an estimated 1 matches for "ppnr".
Did you mean:
ppn
2002 Sep 06
2
Using Anova Sums of Squares
Dear all,
I'm trying to access the Sums of Squares resulting from a summary(aov(....)) so I can use them in a function. Is there an easy way to access these?
The structure of a summary.aov object is something like this:
> str(summary(fhc.aov))
List of 5
$ Error: PPNR :List of 1
..$ :Classes anova and `data.frame': 1 obs. of 5 variables:
.. ..$ Df : num 70
.. ..$ Sum Sq : num 70.7
.. ..$ Mean Sq: num 1.01
.. ..$ F value: num NA
.. ..$ Pr(>F) : num NA
..- attr(*, "class")= chr [1:2] "summary.aov" "listof&...