Re: [R] how to extract terms from aov

2008-03-31 Thread talepanda
you can access it as a data frame by > av3<-av2[[1]] then, > dimnames(av3)[[1]] gives you the leftmost labels, and also, > av3$Df > av3$Sum etc, gives the values. > str(object) always help you to find out the structure of object and how to access the information. HTH > I couldn'

[R] how to extract terms from aov

2008-03-31 Thread Weidong Gu
I couldn't find clues from the achieve of R help that allow to retrieve the terms of aov. av2<- summary(aov(Prevalence~Random*Bednet*Flight)); av2 Df Sum Sq Mean Sq F value Pr(>F) Targeted2 2.11e+10 1.05e+10 102.90 < 2e-16 *** Bednet